Searched refs:authtag (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dccm.c349 /* copy authtag to end of dst */
381 u8 *authtag = pctx->auth_tag; local
396 scatterwalk_map_and_copy(authtag, req->src, cryptlen, authsize, 0);
401 sg_set_buf(pctx->src, authtag, 16);
407 sg_set_buf(pctx->dst, authtag, 16);
425 if (memcmp(authtag, odata, authsize))

Completed in 46 milliseconds