Home
last modified time | relevance | path

Searched refs:otag (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c219 u8 otag[16]; in p10_aes_gcm_crypt() local
292 scatterwalk_map_and_copy(otag, req->src, in p10_aes_gcm_crypt()
296 if (crypto_memneq(otag, hash->Htable, auth_tag_len)) { in p10_aes_gcm_crypt()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h175 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;
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c380 const char *otag, int authsize);
586 u8 otag[AES_BLOCK_SIZE]; in gcm_decrypt() local
598 scatterwalk_map_and_copy(otag, req->src, in gcm_decrypt()
648 ctx->rounds, counter, otag, authsize); in gcm_decrypt()
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c405 u8 otag[AES_BLOCK_SIZE]; in gcm_decrypt() local
421 scatterwalk_map_and_copy(otag, req->src, in gcm_decrypt()
445 nrounds, tag, otag, authsize); in gcm_decrypt()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-gcm.c401 u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac; in gcm_aes_nx_crypt() local
407 rc = crypto_memneq(itag, otag, in gcm_aes_nx_crypt()
/openbmc/linux/drivers/crypto/
H A Datmel-aes.c1698 u32 offset, authsize, itag[4], *otag = ctx->tag; in atmel_aes_gcm_finalize() local
1710 scatterwalk_map_and_copy(otag, req->dst, offset, authsize, 1); in atmel_aes_gcm_finalize()
1714 err = crypto_memneq(itag, otag, authsize) ? -EBADMSG : 0; in atmel_aes_gcm_finalize()