Searched refs:ss_features (Results 1 – 4 of 4) sorted by relevance
762 pgp_showall_ss_features(pgp_data_t ss_features) in pgp_showall_ss_features() argument776 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()
879 pgp_data_t ss_features; member
1172 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()
1065 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()