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

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dhmac_link.c131 dst_hmacmd5_key_t *hkey1, *hkey2; local
134 hkey2 = key2->keydata.hmacmd5;
136 if (hkey1 == NULL && hkey2 == NULL)
138 else if (hkey1 == NULL || hkey2 == NULL)
141 if (memcmp(hkey1->key, hkey2->key, ISC_SHA1_BLOCK_LENGTH) == 0)
407 dst_hmacsha1_key_t *hkey1, *hkey2; local
410 hkey2 = key2->keydata.hmacsha1;
412 if (hkey1 == NULL && hkey2 == NULL)
414 else if (hkey1 == NULL || hkey2 == NULL)
417 if (memcmp(hkey1->key, hkey2
683 dst_hmacsha224_key_t *hkey1, *hkey2; local
961 dst_hmacsha256_key_t *hkey1, *hkey2; local
1239 dst_hmacsha384_key_t *hkey1, *hkey2; local
1517 dst_hmacsha512_key_t *hkey1, *hkey2; local
[all...]
/macosx-10.9.5/libresolv-54/
H A Ddst_hmac_link.c410 HMAC_Key *hkey2 = (HMAC_Key *) key2->dk_KEY_struct; local
411 return memcmp(hkey1->hk_ipad, hkey2->hk_ipad, HMAC_LEN);

Completed in 97 milliseconds