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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h18 #define dst_buffer_to_key __dst_buffer_to_key macro
88 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c65 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5,
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c37 * DST_KEY *dst_buffer_to_key() Converst a data in buffer to KEY
571 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen);
746 * dst_buffer_to_key
757 dst_buffer_to_key(const char *key_name, /*!< name of the key */ function
770 EREPORT(("dst_buffer_to_key(): Algorithm %d not suppored\n", alg));
781 EREPORT(("dst_buffer_to_key(): dst_buffer_to_hmac failed\n"));

Completed in 96 milliseconds