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

/bind-9.11.3/lib/dns/
H A Dhmac_link.c130 dst_hmacmd5_key_t *hkey1, *hkey2; local
133 hkey2 = key2->keydata.hmacmd5;
135 if (hkey1 == NULL && hkey2 == NULL)
137 else if (hkey1 == NULL || hkey2 == NULL)
140 if (isc_safe_memequal(hkey1->key, hkey2->key, ISC_MD5_BLOCK_LENGTH))
438 dst_hmacsha1_key_t *hkey1, *hkey2; local
441 hkey2 = key2->keydata.hmacsha1;
443 if (hkey1 == NULL && hkey2 == NULL)
445 else if (hkey1 == NULL || hkey2 == NULL)
448 if (isc_safe_memequal(hkey1->key, hkey2
729 dst_hmacsha224_key_t *hkey1, *hkey2; local
1016 dst_hmacsha256_key_t *hkey1, *hkey2; local
1303 dst_hmacsha384_key_t *hkey1, *hkey2; local
1590 dst_hmacsha512_key_t *hkey1, *hkey2; local
[all...]

Completed in 16 milliseconds