Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_aead.c36 u8 *ipad_opad; /* IPAD, OPAD*/ member
97 if (hmac->ipad_opad) { in cc_aead_exit()
99 hmac->ipad_opad, in cc_aead_exit()
104 hmac->ipad_opad = NULL; in cc_aead_exit()
174 hmac->ipad_opad = dma_alloc_coherent(dev, digest_size, in cc_aead_init()
178 if (!hmac->ipad_opad) { in cc_aead_init()
184 hmac->ipad_opad); in cc_aead_init()
196 ctx->auth_state.hmac.ipad_opad = NULL; in cc_aead_init()