Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c45 u8 *xcbc_keys; /* K1,K2,K3 */ member
92 if (xcbc->xcbc_keys) { in cc_aead_exit()
94 xcbc->xcbc_keys, in cc_aead_exit()
100 xcbc->xcbc_keys = NULL; in cc_aead_exit()
161 xcbc->xcbc_keys = dma_alloc_coherent(dev, key_size, in cc_aead_init()
164 if (!xcbc->xcbc_keys) { in cc_aead_init()
601 memcpy(ctx->auth_state.xcbc.xcbc_keys, key, ctx->auth_keylen); in cc_aead_setkey()