Searched defs:dst_buffer_to_key (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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"));
/osnet-11/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 */

Completed in 23 milliseconds