Searched refs:otag (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
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;
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
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()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | atmel-aes.c | 1667 u32 offset, authsize, itag[4], *otag = ctx->tag; in atmel_aes_gcm_finalize() local 1679 scatterwalk_map_and_copy(otag, req->dst, offset, authsize, 1); in atmel_aes_gcm_finalize() 1683 err = crypto_memneq(itag, otag, authsize) ? -EBADMSG : 0; in atmel_aes_gcm_finalize()
|