HomeSort by: relevance | last modified time | path
    Searched defs:dst_key_to_dnskey (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libresolv/
dst_api.c 33 * int dst_key_to_dnskey() Function to return a public key in DNS
606 } else if ((len = dst_key_to_dnskey(key, out_key,
711 dst_key_to_dnskey(const DST_KEY *key, u_char *out_storage, function in typeref:typename:int
793 dnslen = dst_key_to_dnskey(dkey, dns, (int)sizeof(dns));
912 dnslen = dst_key_to_dnskey(pk_key, dns, (int)sizeof(dns));
994 dnslen = dst_key_to_dnskey(new_key, dns, (int)sizeof(dns));
  /src/lib/libc/include/isc/
dst.h 31 #define dst_key_to_dnskey __dst_key_to_dnskey macro
87 int dst_key_to_dnskey(const DST_KEY *, /*!< key to translate */

Completed in 14 milliseconds