Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/octeon/
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;
/linux-6.3-rc2/arch/arm/crypto/
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()
/linux-6.3-rc2/arch/arm64/crypto/
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()
/linux-6.3-rc2/drivers/crypto/nx/
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()
/linux-6.3-rc2/drivers/crypto/
A Datmel-aes.c1704 u32 offset, authsize, itag[4], *otag = ctx->tag; in atmel_aes_gcm_finalize() local
1716 scatterwalk_map_and_copy(otag, req->dst, offset, authsize, 1); in atmel_aes_gcm_finalize()
1720 err = crypto_memneq(itag, otag, authsize) ? -EBADMSG : 0; in atmel_aes_gcm_finalize()

Completed in 27 milliseconds