Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c38 u8 *padded_authkey; member
113 if (hmac->padded_authkey) { in cc_aead_exit()
115 hmac->padded_authkey, in cc_aead_exit()
120 hmac->padded_authkey = NULL; in cc_aead_exit()
186 hmac->padded_authkey = dma_alloc_coherent(dev, in cc_aead_init()
191 if (!hmac->padded_authkey) { in cc_aead_init()
197 ctx->auth_state.hmac.padded_authkey = NULL; in cc_aead_init()