Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c444 uint8_t *ipad_t, *opad_t; in generate_partial_hash() local
450 opad_t = ipad_t = (uint8_t *)sess->auth.key; in generate_partial_hash()
457 ipad[i] = (ipad_t[i] ^ HMAC_IPAD_VALUE); in generate_partial_hash()