Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-sriox-defs.h186 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/
Dnx-aes-gcm.c417 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/
Datmel-aes.c1727 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()