aes_ccm 44 drivers/crypto/nx/nx-aes-ccm.c memcpy(csbcpb->cpb.aes_ccm.key, in_key, key_len); aes_ccm 189 drivers/crypto/nx/nx-aes-ccm.c b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; aes_ccm 194 drivers/crypto/nx/nx-aes-ccm.c b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; aes_ccm 260 drivers/crypto/nx/nx-aes-ccm.c result = nx_ctx->csbcpb->cpb.aes_ccm.out_pat_or_mac; aes_ccm 352 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.in_pat_or_b0); aes_ccm 372 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.iv_or_ctr); aes_ccm 384 drivers/crypto/nx/nx-aes-ccm.c memcpy(desc->info, csbcpb->cpb.aes_ccm.out_ctr, AES_BLOCK_SIZE); aes_ccm 385 drivers/crypto/nx/nx-aes-ccm.c memcpy(csbcpb->cpb.aes_ccm.in_pat_or_b0, aes_ccm 386 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); aes_ccm 387 drivers/crypto/nx/nx-aes-ccm.c memcpy(csbcpb->cpb.aes_ccm.in_s0, aes_ccm 388 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_s0, AES_BLOCK_SIZE); aes_ccm 400 drivers/crypto/nx/nx-aes-ccm.c rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, aes_ccm 422 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.in_pat_or_b0); aes_ccm 441 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.iv_or_ctr); aes_ccm 453 drivers/crypto/nx/nx-aes-ccm.c memcpy(desc->info, csbcpb->cpb.aes_ccm.out_ctr, AES_BLOCK_SIZE); aes_ccm 454 drivers/crypto/nx/nx-aes-ccm.c memcpy(csbcpb->cpb.aes_ccm.in_pat_or_b0, aes_ccm 455 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); aes_ccm 456 drivers/crypto/nx/nx-aes-ccm.c memcpy(csbcpb->cpb.aes_ccm.in_s0, aes_ccm 457 drivers/crypto/nx/nx-aes-ccm.c csbcpb->cpb.aes_ccm.out_s0, AES_BLOCK_SIZE); aes_ccm 471 drivers/crypto/nx/nx-aes-ccm.c scatterwalk_map_and_copy(csbcpb->cpb.aes_ccm.out_pat_or_mac, aes_ccm 127 drivers/crypto/nx/nx_csbcpb.h struct cop_symcpb_aes_ccm aes_ccm;