Home
last modified time | relevance | path

Searched refs:hkey (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c46 const uint8_t *hkey, uint16_t hkey_len, in calculate_auth_precomputes() argument
62 ipad_buf[i] ^= hkey[i]; in calculate_auth_precomputes()
63 opad_buf[i] ^= hkey[i]; in calculate_auth_precomputes()