Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_aead.c34 u8 *padded_authkey; member
110 if (hmac->padded_authkey) { in cc_aead_exit()
112 hmac->padded_authkey, in cc_aead_exit()
117 hmac->padded_authkey = NULL; in cc_aead_exit()
190 hmac->padded_authkey = dma_alloc_coherent(dev, in cc_aead_init()
195 if (!hmac->padded_authkey) { in cc_aead_init()
201 ctx->auth_state.hmac.padded_authkey = NULL; in cc_aead_init()