Searched refs:out_pat_or_mac (Results 1 – 3 of 3) sorted by relevance
| /drivers/crypto/nx/ |
| A D | nx-aes-ccm.c | 255 result = nx_ctx->csbcpb->cpb.aes_ccm.out_pat_or_mac; in generate_pat() 380 csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); in ccm_nx_decrypt() 394 rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, in ccm_nx_decrypt() 449 csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); in ccm_nx_encrypt() 466 csbcpb->cpb.aes_ccm.out_pat_or_mac, authsize); in ccm_nx_encrypt()
|
| A D | nx-aes-gcm.c | 221 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac() 289 memcpy(csbcpb->cpb.aes_gcm.out_pat_or_mac, out, in gcm_empty() 375 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt() 393 csbcpb->cpb.aes_gcm.out_pat_or_mac, in gcm_aes_nx_crypt() 397 u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac; in gcm_aes_nx_crypt()
|
| A D | nx_csbcpb.h | 35 u8 out_pat_or_mac[16]; member 65 u8 out_pat_or_mac[16]; member
|
Completed in 7 milliseconds