Searched refs:fingerprints (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/release/pkg_repos/
H A Drelease-dvd.conf5 signature_type: "fingerprints",
6 fingerprints: "/usr/share/keys/pkg",
/freebsd-10.3-release/etc/pkg/
H A DFreeBSD.conf13 signature_type: "fingerprints",
14 fingerprints: "/usr/share/keys/pkg",
/freebsd-10.3-release/crypto/openssh/
H A Ddns.c209 struct rrsetinfo *fingerprints = NULL; local
233 DNS_RDATATYPE_SSHFP, 0, &fingerprints);
239 if (fingerprints->rri_flags & RRSET_VALIDATED) {
241 debug("found %d secure fingerprints in DNS",
242 fingerprints->rri_nrdatas);
244 debug("found %d insecure fingerprints in DNS",
245 fingerprints->rri_nrdatas);
252 freerrset(fingerprints);
256 if (fingerprints->rri_nrdatas)
259 for (counter = 0; counter < fingerprints
[all...]
/freebsd-10.3-release/usr.sbin/pkg/
H A Dpkg.c367 struct fingerprint_list *fingerprints; local
371 fingerprints = calloc(1, sizeof(struct fingerprint_list));
372 if (fingerprints == NULL)
374 STAILQ_INIT(fingerprints);
377 free(fingerprints);
388 STAILQ_INSERT_TAIL(fingerprints, finger, next);
395 return (fingerprints);
736 const char *fingerprints; local
744 /* Read and parse fingerprints. */
745 if (config_string(FINGERPRINTS, &fingerprints) !
[all...]

Completed in 463 milliseconds