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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_core.c625 struct ablkcipher_request *ablk_req; local
629 ablk_req = ablkcipher_request_cast(pd_uinfo->async_req);
630 ctx = crypto_tfm_ctx(ablk_req->base.tfm);
633 crypto4xx_copy_pkt_to_dst(dev, pd, pd_uinfo, ablk_req->nbytes,
634 ablk_req->dst);
641 if (ablk_req->base.complete != NULL)
642 ablk_req->base.complete(&ablk_req->base, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dgcm.c182 static void crypto_gcm_init_crypt(struct ablkcipher_request *ablk_req, argument
207 ablkcipher_request_set_tfm(ablk_req, ctx->ctr);
208 ablkcipher_request_set_crypt(ablk_req, pctx->src, dst,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c144 struct ablkcipher_request *ablk_req; member in union:crypt_ctl::__anon11161
386 struct ablkcipher_request *req = crypt->data.ablk_req;
902 crypt->data.ablk_req = req;

Completed in 69 milliseconds