Searched refs:xcbc (Results 1 – 6 of 6) sorted by relevance
53 struct cc_xcbc_s xcbc; member83 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_exit() local85 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() local162 &xcbc->xcbc_keys_dma_addr, in cc_aead_init()[all …]
10 nx-aes-xcbc.o \
137 struct nx_xcbc_priv xcbc; member
72 obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
575 xcbc-mac/xcbc-mac-spec.pdf
1 …aes)aes_glue_ce.alias=cbcmac(aes)aes_glue_ce.alias=crypto-xcbc(aes)aes_glue_ce.alias=xcbc(aes)…
Completed in 24 milliseconds