Searched refs:otag (Results 1 – 2 of 2) sorted by relevance
/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()
|
/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()
|