Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c51 uint8_t ipad_buf[blocksize] __rte_aligned(16); in calculate_auth_precomputes() local
55 memset(ipad_buf, HMAC_IPAD_VALUE, blocksize); in calculate_auth_precomputes()
62 ipad_buf[i] ^= hkey[i]; in calculate_auth_precomputes()
67 (*one_block_hash)(ipad_buf, ipad); in calculate_auth_precomputes()
71 memset(ipad_buf, 0, blocksize); in calculate_auth_precomputes()