Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
A Dcc_aead.c53 struct cc_xcbc_s xcbc; member
83 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_exit() local
85 if (xcbc->xcbc_keys) { in cc_aead_exit()
87 xcbc->xcbc_keys, in cc_aead_exit()
88 xcbc->xcbc_keys_dma_addr); in cc_aead_exit()
91 &xcbc->xcbc_keys_dma_addr); in cc_aead_exit()
92 xcbc->xcbc_keys_dma_addr = 0; in cc_aead_exit()
93 xcbc->xcbc_keys = NULL; in cc_aead_exit()
156 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_init() local
162 &xcbc->xcbc_keys_dma_addr, in cc_aead_init()
[all …]
/linux/drivers/crypto/nx/
A DMakefile10 nx-aes-xcbc.o \
A Dnx.h137 struct nx_xcbc_priv xcbc; member
/linux/crypto/
A DMakefile72 obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
A DKconfig575 xcbc-mac/xcbc-mac-spec.pdf
/linux/
A Dmodules.builtin.modinfo1 …aes)�aes_glue_ce.alias=cbcmac(aes)�aes_glue_ce.alias=crypto-xcbc(aes)�aes_glue_ce.alias=xcbc(aes)�…

Completed in 24 milliseconds