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

/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c136 dst_hmacmd5_key_t *hkey1, *hkey2; local
139 hkey2 = key2->keydata.hmacmd5;
141 if (hkey1 == NULL && hkey2 == NULL)
143 else if (hkey1 == NULL || hkey2 == NULL)
146 if (isc_safe_memcmp(hkey1->key, hkey2->key, HMAC_LEN))
404 dst_hmacsha1_key_t *hkey1, *hkey2; local
407 hkey2 = key2->keydata.hmacsha1;
409 if (hkey1 == NULL && hkey2 == NULL)
411 else if (hkey1 == NULL || hkey2 == NULL)
414 if (isc_safe_memcmp(hkey1->key, hkey2
673 dst_hmacsha224_key_t *hkey1, *hkey2; local
942 dst_hmacsha256_key_t *hkey1, *hkey2; local
1211 dst_hmacsha384_key_t *hkey1, *hkey2; local
1480 dst_hmacsha512_key_t *hkey1, *hkey2; local
[all...]

Completed in 14 milliseconds