Searched refs:xcbc (Results 1 – 5 of 5) sorted by relevance
52 struct cc_xcbc_s xcbc; member87 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_exit() local89 if (xcbc->xcbc_keys) { in cc_aead_exit()91 xcbc->xcbc_keys, in cc_aead_exit()92 xcbc->xcbc_keys_dma_addr); in cc_aead_exit()95 &xcbc->xcbc_keys_dma_addr); in cc_aead_exit()96 xcbc->xcbc_keys_dma_addr = 0; in cc_aead_exit()97 xcbc->xcbc_keys = NULL; in cc_aead_exit()160 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_init() local165 xcbc->xcbc_keys = dma_alloc_coherent(dev, key_size, in cc_aead_init()[all …]
10 nx-aes-xcbc.o \
137 struct nx_xcbc_priv xcbc; member
60 obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
547 xcbc-mac/xcbc-mac-spec.pdf