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