Home
last modified time | relevance | path

Searched refs:dst_buffer_to_key (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/libbind/dist/include/isc/
H A Ddst.h20 #define dst_buffer_to_key __dst_buffer_to_key macro
90 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
/netbsd/lib/libc/include/isc/
H A Ddst.h20 #define dst_buffer_to_key __dst_buffer_to_key macro
90 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
/netbsd/external/bsd/libbind/dist/resolv/
H A Dres_sendsigned.c67 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, in res_nsendsigned()
/netbsd/lib/libresolv/
H A Dres_sendsigned.c68 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, in res_nsendsigned()
H A Ddst_api.c579 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen); in dst_s_read_public_key()
765 dst_buffer_to_key(const char *key_name, /*!< name of the key */ in dst_buffer_to_key() function
/netbsd/external/bsd/libbind/dist/dst/
H A Ddst_api.c573 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen); in dst_s_read_public_key()
759 dst_buffer_to_key(const char *key_name, /*!< name of the key */ in dst_buffer_to_key() function
/netbsd/external/bsd/libbind/dist/tests/
H A Ddig8.c1353 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, in printZone()