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

/freebsd-9.3-release/etc/pkg/
H A DFreeBSD.conf13 signature_type: "fingerprints",
14 fingerprints: "/usr/share/keys/pkg",
/freebsd-9.3-release/release/pkg_repos/
H A Drelease-dvd.conf5 signature_type: "fingerprints",
6 fingerprints: "/usr/share/keys/pkg",
/freebsd-9.3-release/crypto/openssh/
H A Ddns.c199 struct rrsetinfo *fingerprints = NULL; local
223 DNS_RDATATYPE_SSHFP, 0, &fingerprints);
229 if (fingerprints->rri_flags & RRSET_VALIDATED) {
231 debug("found %d secure fingerprints in DNS",
232 fingerprints->rri_nrdatas);
234 debug("found %d insecure fingerprints in DNS",
235 fingerprints->rri_nrdatas);
242 freerrset(fingerprints);
246 if (fingerprints->rri_nrdatas)
249 for (counter = 0; counter < fingerprints
[all...]
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c362 struct fingerprint_list *fingerprints; local
366 fingerprints = calloc(1, sizeof(struct fingerprint_list));
367 if (fingerprints == NULL)
369 STAILQ_INIT(fingerprints);
380 STAILQ_INSERT_TAIL(fingerprints, finger, next);
387 return (fingerprints);
708 const char *fingerprints; local
716 /* Read and parse fingerprints. */
717 if (config_string(FINGERPRINTS, &fingerprints) != 0) {
722 snprintf(path, MAXPATHLEN, "%s/trusted", fingerprints);
[all...]

Completed in 201 milliseconds