Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_aead.c35 u8 *ipad_opad; /* IPAD, OPAD*/ member
101 if (hmac->ipad_opad) { in cc_aead_exit()
103 hmac->ipad_opad, in cc_aead_exit()
108 hmac->ipad_opad = NULL; in cc_aead_exit()
178 hmac->ipad_opad = dma_alloc_coherent(dev, digest_size, in cc_aead_init()
182 if (!hmac->ipad_opad) { in cc_aead_init()
188 hmac->ipad_opad); in cc_aead_init()
200 ctx->auth_state.hmac.ipad_opad = NULL; in cc_aead_init()