Searched refs:sig_type (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | signature.c | 1031 pgp_sig_type_t sig_type; in pgp_sign_file() local 1041 sig_type = PGP_SIG_BINARY; in pgp_sign_file() 1085 pgp_start_sig(sig, seckey, hash_alg, sig_type); in pgp_sign_file() 1125 pgp_write_one_pass_sig(output, seckey, hash_alg, sig_type); in pgp_sign_file() 1192 pgp_sig_type_t sig_type; 1201 sig_type = PGP_SIG_BINARY; 1228 pgp_start_sig(sig, seckey, hash_alg, sig_type); 1256 pgp_write_one_pass_sig(output, seckey, hash_alg, sig_type);
|
| H A D | packet-show.c | 630 pgp_show_sig_type(pgp_sig_type_t sig_type) in pgp_show_sig_type() argument 632 return pgp_str_from_map(sig_type, sig_type_map); in pgp_show_sig_type()
|
| H A D | create.c | 1295 const pgp_sig_type_t sig_type) in pgp_write_one_pass_sig() argument 1303 pgp_write_scalar(output, (unsigned)sig_type, 1) && in pgp_write_one_pass_sig()
|
| H A D | packet.h | 723 pgp_sig_type_t sig_type; member
|
| H A D | packet-print.c | 1013 pgp_show_sig_type(content->one_pass_sig.sig_type), in pgp_print_packet() 1014 content->one_pass_sig.sig_type); in pgp_print_packet()
|
| H A D | packet-parse.c | 2226 pkt.u.one_pass_sig.sig_type = (pgp_sig_type_t)c; in parse_one_pass()
|
| /netbsd-src/external/bsd/libbind/dist/resolv/ |
| H A D | res_mkupdate.c | 455 int sig_type, success, dateerror; in res_nmkupdate() local 462 sig_type = sym_ston(__p_type_syms, buf2, &success); in res_nmkupdate() 463 if (!success || sig_type == ns_t_any) in res_nmkupdate() 466 PUTSHORT(sig_type, cp); in res_nmkupdate()
|
| /netbsd-src/lib/libresolv/ |
| H A D | res_mkupdate.c | 457 int sig_type, success, dateerror; in res_nmkupdate() local 464 sig_type = sym_ston(__p_type_syms, buf2, &success); in res_nmkupdate() 465 if (!success || sig_type == ns_t_any) in res_nmkupdate() 468 PUTSHORT(sig_type, cp); in res_nmkupdate()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2012 | 8071 sig_type->info_or_types_section. 8078 this_cu->info_or_types_section. Set sig_type->type_offset_in_section. 9303 local type_sig to sig_type, type_offset to type_offset_in_tu. 9308 (create_debug_types_hash_table): Rename local type_sig to sig_type.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2012 | 8071 sig_type->info_or_types_section. 8078 this_cu->info_or_types_section. Set sig_type->type_offset_in_section. 9303 local type_sig to sig_type, type_offset to type_offset_in_tu. 9308 (create_debug_types_hash_table): Rename local type_sig to sig_type.
|