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

/freebsd-13-stable/release/pkg_repos/
H A Drelease-dvd.conf5 signature_type: "fingerprints",
6 fingerprints: "/usr/share/keys/pkg",
/freebsd-13-stable/crypto/openssh/
H A Ddns.c214 struct rrsetinfo *fingerprints = NULL; local
238 DNS_RDATATYPE_SSHFP, 0, &fingerprints);
244 if (fingerprints->rri_flags & RRSET_VALIDATED) {
246 debug("found %d secure fingerprints in DNS",
247 fingerprints->rri_nrdatas);
249 debug("found %d insecure fingerprints in DNS",
250 fingerprints->rri_nrdatas);
257 freerrset(fingerprints);
261 if (fingerprints->rri_nrdatas)
264 for (counter = 0; counter < fingerprints
[all...]
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c374 struct fingerprint_list *fingerprints; local
378 fingerprints = calloc(1, sizeof(struct fingerprint_list));
379 if (fingerprints == NULL)
381 STAILQ_INIT(fingerprints);
384 free(fingerprints);
395 STAILQ_INSERT_TAIL(fingerprints, finger, next);
402 return (fingerprints);
744 const char *fingerprints; local
752 /* Read and parse fingerprints. */
753 if (config_string(FINGERPRINTS, &fingerprints) !
[all...]

Completed in 68 milliseconds