Searched refs:otag (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 186 uint64_t otag:2; member 216 uint64_t otag:2; 230 uint64_t otag:2; member 260 uint64_t otag:2; 273 uint64_t otag:2; member 301 uint64_t otag:2; 1540 uint64_t otag:5; member 1546 uint64_t otag:5;
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 417 u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac; in gcm_aes_nx_crypt() local 423 rc = crypto_memneq(itag, otag, in gcm_aes_nx_crypt()
|
/Linux-v4.19/drivers/crypto/ |
D | atmel-aes.c | 1727 u32 offset, authsize, itag[4], *otag = ctx->tag; in atmel_aes_gcm_finalize() local 1739 scatterwalk_map_and_copy(otag, req->dst, offset, authsize, 1); in atmel_aes_gcm_finalize() 1743 err = crypto_memneq(itag, otag, authsize) ? -EBADMSG : 0; in atmel_aes_gcm_finalize()
|