Home
last modified time | relevance | path

Searched refs:pgp_show_hash_alg (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-show.h93 const char *pgp_show_hash_alg(uint8_t);
H A Dpacket-show.c684 pgp_show_hash_alg(uint8_t hash) in pgp_show_hash_alg() function
701 &pgp_show_hash_alg); in pgp_showall_ss_hashpref()
H A Dpacket-print.c754 pgp_show_hash_alg((uint8_t)seckey->hash_alg)); in print_seckey_verbose()
963 pgp_show_hash_alg((uint8_t) in pgp_print_packet()
1016 pgp_show_hash_alg((uint8_t)content->one_pass_sig.hash_alg), in pgp_print_packet()
1312 pgp_show_hash_alg((uint8_t)content->sig.info.hash_alg), in pgp_print_packet()
H A Dpacket-parse.c1991 pgp_show_hash_alg(pkt.u.sig.info.hash_alg)); in parse_v4_sig()