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

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dhmac_link.c131 dst_hmacmd5_key_t *hkey1, *hkey2; local
133 hkey1 = key1->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
409 hkey1 = key1->keydata.hmacsha1;
412 if (hkey1 == NULL && hkey2 == NULL)
414 else if (hkey1 == NULL || hkey2 == NULL)
417 if (memcmp(hkey1
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.10.1/libresolv-57/
H A Ddst_hmac_link.c409 HMAC_Key *hkey1 = (HMAC_Key *) key1->dk_KEY_struct; local
411 return memcmp(hkey1->hk_ipad, hkey2->hk_ipad, HMAC_LEN);

Completed in 87 milliseconds