Home
last modified time | relevance | path

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

/netbsd/external/mpl/bind/dist/lib/dns/
H A Dhmac_link.c259 dst_hmac_key_t *hkey1, *hkey2; in hmac_compare() local
261 hkey1 = key1->keydata.hmac_key; in hmac_compare()
264 if (hkey1 == NULL && hkey2 == NULL) { in hmac_compare()
266 } else if (hkey1 == NULL || hkey2 == NULL) { in hmac_compare()
270 return (isc_safe_memequal(hkey1->key, hkey2->key, in hmac_compare()
/netbsd/external/bsd/libbind/dist/dst/
H A Dhmac_link.c419 HMAC_Key *hkey1 = (HMAC_Key *) key1->dk_KEY_struct; in dst_hmac_md5_compare_keys() local
421 return memcmp(hkey1->hk_ipad, hkey2->hk_ipad, HMAC_LEN); in dst_hmac_md5_compare_keys()
/netbsd/lib/libresolv/
H A Dhmac_link.c410 HMAC_Key *hkey1 = (HMAC_Key *) key1->dk_KEY_struct; in dst_hmac_md5_compare_keys() local
412 return memcmp(hkey1->hk_ipad, hkey2->hk_ipad, HMAC_LEN); in dst_hmac_md5_compare_keys()