Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-show.h71 } pgp_text_t; typedef
80 void pgp_text_init(pgp_text_t *);
81 void pgp_text_free(pgp_text_t *);
89 pgp_text_t *pgp_showall_ss_zpref(const pgp_data_t *);
92 pgp_text_t *pgp_showall_ss_hashpref(const pgp_data_t *);
96 pgp_text_t *pgp_showall_ss_skapref(const pgp_data_t *);
101 pgp_text_t *pgp_showall_ss_features(pgp_data_t);
103 pgp_text_t *pgp_showall_ss_key_flags(const pgp_data_t *);
106 pgp_text_t *pgp_show_keyserv_prefs(const pgp_data_t *);
109 pgp_text_t *pgp_showall_notation(pgp_ss_notation_t);
H A Dpacket-show.c390 pgp_text_init(pgp_text_t *text) in pgp_text_init()
404 pgp_text_free(pgp_text_t *text) in pgp_text_free()
422 add_str_from_octet_map(pgp_text_t *map, char *str, uint8_t octet) in add_str_from_octet_map()
454 add_bitmap_entry(pgp_text_t *map, const char *str, uint8_t bit) in add_bitmap_entry()
493 static pgp_text_t *
497 pgp_text_t *text; in text_from_bytemapped_octets()
536 static pgp_text_t *
539 pgp_text_t *text; in showall_octets_bits()
549 if ((text = calloc(1, sizeof(pgp_text_t))) == NULL) { in showall_octets_bits()
668 pgp_text_t *
[all …]
H A Dpacket-print.c240 print_text_breakdown(int indent, pgp_text_t *text) in print_text_breakdown()
856 pgp_text_t *text; in pgp_print_packet()