Searched refs:iauth_tag (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 Dgcm.c61 u8 iauth_tag[16]; member in struct:crypto_gcm_req_priv_ctx
261 memcpy(pctx->iauth_tag, &lengths, 16);
262 sg_init_one(pctx->src, pctx->iauth_tag, 16);
278 ahash_request_set_crypt(ahreq, NULL, pctx->iauth_tag, 0);
289 crypto_xor(pctx->auth_tag, pctx->iauth_tag, 16);
530 crypto_xor(pctx->auth_tag, pctx->iauth_tag, 16);
561 crypto_xor(pctx->auth_tag, pctx->iauth_tag, 16);
572 u8 *iauth_tag = pctx->iauth_tag; local
576 crypto_xor(auth_tag, iauth_tag, 1
[all...]

Completed in 99 milliseconds