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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c91 static dst_key_t * get_key_struct(dns_name_t *name,
558 key = get_key_struct(pubkey->key_name, pubkey->key_alg,
760 key = get_key_struct(name, DST_ALG_GSSAPI, 0, DNS_KEYPROTO_DNSSEC,
799 key = get_key_struct(name, alg, flags, protocol, bits, rdclass,
833 key = get_key_struct(name, alg, flags, protocol, 0, rdclass, 0, mctx);
887 key = get_key_struct(name, alg, flags, protocol, bits,
1290 key = get_key_struct(name, alg, flags, protocol, 0, rdclass, 0, mctx);
1311 get_key_struct(dns_name_t *name, unsigned int alg, function
1767 key = get_key_struct(name, alg, flags, protocol, 0, rdclass, 0, mctx);

Completed in 87 milliseconds