dst_s_get_key_struct
if (!(dg_key = dst_s_get_key_struct(keyname, pubkey->dk_alg,
if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL)
dkey = dst_s_get_key_struct(key_name, alg, flags, protocol, -1);
static DST_KEY *dst_s_get_key_struct(const char *name, const int alg,
new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits);