Home
last modified time | relevance | path

Searched refs:pgpv_fingerprint_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dverify.h53 typedef struct pgpv_fingerprint_t { struct
57 } pgpv_fingerprint_t; argument
64 pgpv_fingerprint_t fingerprint; /* key fingerprint i.e. digest */
H A Dlibverify.c433 pgpv_calc_fingerprint(pgpv_fingerprint_t *fingerprint, pgpv_pubkey_t *pubkey) in pgpv_calc_fingerprint()
481 fmt_fingerprint(char *s, size_t size, pgpv_fingerprint_t *fingerprint, const char *name) in fmt_fingerprint()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c74 typedef struct pgpv_fingerprint_t { struct
78 } pgpv_fingerprint_t; argument
85 pgpv_fingerprint_t fingerprint; /* key fingerprint i.e. digest */
800 pgpv_calc_fingerprint(pgpv_fingerprint_t *fingerprint, pgpv_pubkey_t *pubkey, const char *hashtype) in pgpv_calc_fingerprint()
848 fmt_fingerprint(obuf_t *obuf, pgpv_fingerprint_t *fingerprint, const char *name) in fmt_fingerprint()