Searched refs:dst_s_get_key_struct (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/dst/ |
H A D | dst_api.c | 73 static DST_KEY *dst_s_get_key_struct(const char *name, const int alg, 157 dst_s_get_key_struct(const char *name, const int alg, const int flags, in dst_s_get_key_struct() function 349 if (!(dg_key = dst_s_get_key_struct(keyname, pubkey->dk_alg, in dst_read_key() 657 if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL) in dst_dnskey_to_key() 770 dkey = dst_s_get_key_struct(key_name, alg, flags, protocol, -1); in dst_buffer_to_key() 962 new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits); in dst_generate_key()
|