Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/dst/
H A Dhmac_link.c66 } HMAC_Key; typedef
94 HMAC_Key *key; in dst_hmac_md5_sign()
108 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_sign()
163 HMAC_Key *key; in dst_hmac_md5_verify()
176 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_verify()
225 HMAC_Key *hkey = NULL; in dst_buffer_to_hmac_md5()
233 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL) in dst_buffer_to_hmac_md5()
283 HMAC_Key *hkey; in dst_hmac_md5_key_to_file_format()
294 hkey = (HMAC_Key *) dkey->dk_KEY_struct; in dst_hmac_md5_key_to_file_format()
395 HMAC_Key *hkey; in dst_hmac_md5_to_dns_key()
[all …]
/netbsd-src/lib/libresolv/
H A Dhmac_link.c56 } HMAC_Key; typedef
84 HMAC_Key *key; in dst_hmac_md5_sign()
98 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_sign()
153 HMAC_Key *key; in dst_hmac_md5_verify()
166 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_verify()
215 HMAC_Key *hkey = NULL; in dst_buffer_to_hmac_md5()
223 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL) in dst_buffer_to_hmac_md5()
274 HMAC_Key *hkey; in dst_hmac_md5_key_to_file_format()
284 hkey = (HMAC_Key *) dkey->dk_KEY_struct; in dst_hmac_md5_key_to_file_format()
386 HMAC_Key *hkey; in dst_hmac_md5_to_dns_key()
[all …]