Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-show.c762 pgp_showall_ss_features(pgp_data_t ss_features) in pgp_showall_ss_features() argument
776 for (i = 0; i < ss_features.len; i++) { in pgp_showall_ss_features()
779 bit = ss_features.contents[i] & mask; in pgp_showall_ss_features()
H A Dpacket.h879 pgp_data_t ss_features; member
H A Dpacket-print.c1172 print_data(print->indent, "Features", &content->ss_features); in pgp_print_packet()
1173 text = pgp_showall_ss_features(content->ss_features); in pgp_print_packet()
H A Dpacket-parse.c1065 pgp_data_free(&c->u.ss_features); in pgp_parser_content_free()
1698 if (!read_data(&pkt.u.ss_features, &subregion, stream)) { in parse_one_sig_subpacket()