Searched refs:otag (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
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-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 380 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 D | ghash-ce-glue.c | 405 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 D | nx-aes-gcm.c | 401 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 D | atmel-aes.c | 1704 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