Searched refs:hexdump_data (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | packet-print.c | 111 hexdump_data(int indent, const char *name, const uint8_t *data, unsigned len) in hexdump_data() function 954 hexdump_data(print->indent, "Signer ID", in pgp_print_packet() 969 hexdump_data(print->indent, "hash2", &content->sig.hash2[0], 2); in pgp_print_packet() 1021 hexdump_data(print->indent, "Signer ID", in pgp_print_packet() 1304 hexdump_data(print->indent, "Signer ID", in pgp_print_packet() 1321 hexdump_data(print->indent, "hash2", &content->sig.hash2[0], 2); in pgp_print_packet()
|