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

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c369 load_fingerprints(const char *path, int *count) function
759 if ((trusted = load_fingerprints(path, &trusted_count)) == NULL) {
770 if ((revoked = load_fingerprints(path, &revoked_count)) == NULL) {

Completed in 120 milliseconds