Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A 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()
101 dev_dbg(dev, "Freed ipad_opad DMA buffer ipad_opad_dma_addr=%pad\n", 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()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A 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()
101 dev_dbg(dev, "Freed ipad_opad DMA buffer ipad_opad_dma_addr=%pad\n", 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()

Completed in 6 milliseconds