Searched refs:out_pat_or_mac (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 272 result = nx_ctx->csbcpb->cpb.aes_ccm.out_pat_or_mac; in generate_pat() 398 csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); in ccm_nx_decrypt() 412 rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, in ccm_nx_decrypt() 467 csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); in ccm_nx_encrypt() 483 scatterwalk_map_and_copy(csbcpb->cpb.aes_ccm.out_pat_or_mac, in ccm_nx_encrypt()
|
D | nx-aes-gcm.c | 236 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac() 305 memcpy(csbcpb->cpb.aes_gcm.out_pat_or_mac, out, in gcm_empty() 393 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt() 410 csbcpb->cpb.aes_gcm.out_pat_or_mac, in gcm_aes_nx_crypt() 416 u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac; in gcm_aes_nx_crypt()
|
D | nx_csbcpb.h | 34 u8 out_pat_or_mac[16]; member 64 u8 out_pat_or_mac[16]; member
|