Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_aead.c41 u8 *xcbc_keys; /* K1,K2,K3 */ member
89 if (xcbc->xcbc_keys) { in cc_aead_exit()
91 xcbc->xcbc_keys, in cc_aead_exit()
97 xcbc->xcbc_keys = NULL; in cc_aead_exit()
165 xcbc->xcbc_keys = dma_alloc_coherent(dev, key_size, in cc_aead_init()
168 if (!xcbc->xcbc_keys) { in cc_aead_init()
602 memcpy(ctx->auth_state.xcbc.xcbc_keys, authkey, in cc_aead_setkey()