Searched refs:otag (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 201 const char *otag, int authsize); 400 u8 otag[AES_BLOCK_SIZE]; in gcm_decrypt() local 409 scatterwalk_map_and_copy(otag, req->src, in gcm_decrypt() 459 ctx->rounds, counter, otag, authsize); in gcm_decrypt()
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-gcm-p10-glue.c | 225 u8 otag[16]; in p10_aes_gcm_crypt() local 302 scatterwalk_map_and_copy(otag, req->src, in p10_aes_gcm_crypt() 306 if (crypto_memneq(otag, hash->Htable, auth_tag_len)) { in p10_aes_gcm_crypt()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sriox-defs.h | 175 uint64_t otag:2; member 205 uint64_t otag:2; 219 uint64_t otag:2; member 249 uint64_t otag:2; 262 uint64_t otag:2; member 290 uint64_t otag:2; 1439 uint64_t otag:5; member 1445 uint64_t otag:5;
|
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.c | 646 u32 *otag; in eip93_unmap_dma() local 671 otag = sg_virt(rctx->sg_dst) + len; in eip93_unmap_dma() 673 otag[i] = be32_to_cpu((__be32 __force)otag[i]); in eip93_unmap_dma()
|
| /linux/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 350 u8 otag[AES_BLOCK_SIZE]; in gcm_decrypt() local 366 scatterwalk_map_and_copy(otag, req->src, in gcm_decrypt() 391 ctx->aes_key.nrounds, tag, otag, in gcm_decrypt()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-aes-gcm.c | 397 u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac; in gcm_aes_nx_crypt() local 402 rc = crypto_memneq(itag, otag, in gcm_aes_nx_crypt()
|
| /linux/drivers/crypto/ |
| H A D | atmel-aes.c | 1505 u32 offset, authsize, itag[4], *otag = ctx->tag; in atmel_aes_gcm_finalize() local 1517 scatterwalk_map_and_copy(otag, req->dst, offset, authsize, 1); in atmel_aes_gcm_finalize() 1521 err = crypto_memneq(itag, otag, authsize) ? -EBADMSG : 0; in atmel_aes_gcm_finalize()
|