Searched refs:dst_s_get_key_struct (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c77 static DST_KEY *dst_s_get_key_struct(const char *name, const int alg,
147 * dst_s_get_key_struct
161 dst_s_get_key_struct(const char *name, const int alg, const int flags, function
353 if (!(dg_key = dst_s_get_key_struct(keyname, pubkey->dk_alg,
661 if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL)
774 dkey = dst_s_get_key_struct(key_name, alg, flags, protocol, -1);
966 new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits);

Completed in 49 milliseconds