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

/macosx-10.10.1/libresolv-57/
H A Ddst.h64 #define dst_buffer_to_key res_9_dst_buffer_to_key macro
65 DST_KEY *dst_buffer_to_key(const char *key_name, /* name of the key */
H A Dres_sendsigned.c71 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5,
H A Ddst_api.c39 * DST_KEY *dst_buffer_to_key() Converst a data in buffer to KEY
586 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen);
767 * dst_buffer_to_key
778 dst_buffer_to_key(const char *key_name, /* name of the key */ function
791 EREPORT(("dst_buffer_to_key(): Algorithm %d not suppored\n", alg));
804 EREPORT(("dst_buffer_to_key(): dst_buffer_to_hmac failed\n"));

Completed in 88 milliseconds