Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c67 } HMAC_Key; typedef
95 HMAC_Key *key; in dst_hmac_md5_sign()
109 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_sign()
164 HMAC_Key *key; in dst_hmac_md5_verify()
226 HMAC_Key *hkey = NULL; in dst_buffer_to_hmac_md5()
234 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL) in dst_buffer_to_hmac_md5()
284 HMAC_Key *hkey; in dst_hmac_md5_key_to_file_format()
396 HMAC_Key *hkey; in dst_hmac_md5_to_dns_key()
420 HMAC_Key *hkey1 = (HMAC_Key *) key1->dk_KEY_struct; in dst_hmac_md5_compare_keys()
421 HMAC_Key *hkey2 = (HMAC_Key *) key2->dk_KEY_struct; in dst_hmac_md5_compare_keys()
[all …]