Searched refs:HMAC_IPAD (Results 1 – 3 of 3) sorted by relevance
63 #define HMAC_IPAD 0x36 macro258 hkey->hk_ipad[i] ^= HMAC_IPAD; in dst_buffer_to_hmac_md5()307 key[i] = hkey->hk_ipad[i] ^ HMAC_IPAD; in dst_hmac_md5_key_to_file_format()408 out_str[i] = hkey->hk_ipad[i] ^ HMAC_IPAD; in dst_hmac_md5_to_dns_key()
1275 #define HMAC_IPAD 0x36 macro1307 info->keydata_ipad[i] ^= HMAC_IPAD; in DNSDigest_ConstructHMACKey()
1813 #define HMAC_IPAD 0x36 macro