aes_cca            47 drivers/crypto/nx/nx-aes-ccm.c 	memcpy(csbcpb_aead->cpb.aes_cca.key, in_key, key_len);
aes_cca           201 drivers/crypto/nx/nx-aes-ccm.c 		b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0;
aes_cca           202 drivers/crypto/nx/nx-aes-ccm.c 		b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
aes_cca           205 drivers/crypto/nx/nx-aes-ccm.c 		b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0;
aes_cca           206 drivers/crypto/nx/nx-aes-ccm.c 		b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
aes_cca           302 drivers/crypto/nx/nx-aes-ccm.c 			result = nx_ctx->csbcpb_aead->cpb.aes_cca.out_pat_or_b0;
aes_cca           309 drivers/crypto/nx/nx-aes-ccm.c 			memcpy(nx_ctx->csbcpb_aead->cpb.aes_cca.b0,
aes_cca           310 drivers/crypto/nx/nx-aes-ccm.c 				nx_ctx->csbcpb_aead->cpb.aes_cca.out_pat_or_b0,
aes_cca           321 drivers/crypto/nx/nx-aes-ccm.c 		result = nx_ctx->csbcpb_aead->cpb.aes_cca.out_pat_or_b0;
aes_cca           126 drivers/crypto/nx/nx_csbcpb.h 		struct cop_symcpb_aes_cca  aes_cca;