Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c52 uint8_t opad_buf[blocksize] __rte_aligned(16); in calculate_auth_precomputes() local
56 memset(opad_buf, HMAC_OPAD_VALUE, blocksize); in calculate_auth_precomputes()
63 opad_buf[i] ^= hkey[i]; in calculate_auth_precomputes()
68 (*one_block_hash)(opad_buf, opad); in calculate_auth_precomputes()
72 memset(opad_buf, 0, blocksize); in calculate_auth_precomputes()