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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dgcm.c46 u8 auth_tag[16]; member in struct:crypto_rfc4543_req_ctx
60 u8 auth_tag[16]; member in struct:crypto_gcm_req_priv_ctx
192 memset(pctx->auth_tag, 0, sizeof(pctx->auth_tag));
196 sg_set_buf(pctx->src, pctx->auth_tag, sizeof(pctx->auth_tag));
202 sg_set_buf(pctx->dst, pctx->auth_tag, sizeof(pctx->auth_tag));
209 cryptlen + sizeof(pctx->auth_tag),
289 crypto_xor(pctx->auth_tag, pct
504 u8 *auth_tag = pctx->auth_tag; local
571 u8 *auth_tag = pctx->auth_tag; local
[all...]
H A Dccm.c42 u8 auth_tag[16]; member in struct:crypto_ccm_req_priv_ctx
366 if (!err && memcmp(pctx->auth_tag, pctx->odata, authsize))
381 u8 *authtag = pctx->auth_tag;

Completed in 118 milliseconds