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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Domap-sham.c196 struct omap_sham_reqctx *ctx = ahash_request_ctx(req);
224 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
270 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
300 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
375 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
400 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
420 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
432 struct omap_sham_reqctx *ctx = ahash_request_ctx(dd->req);
443 struct omap_sham_reqctx *ctx = ahash_request_ctx(req);
472 struct omap_sham_reqctx *ctx = ahash_request_ctx(re
[all...]
H A Dmv_cesa.c301 struct mv_req_hash_ctx *req_ctx = ahash_request_ctx(req);
370 struct mv_req_hash_ctx *req_ctx = ahash_request_ctx(req);
398 struct mv_req_hash_ctx *ctx = ahash_request_ctx(req);
511 struct mv_req_hash_ctx *ctx = ahash_request_ctx(req);
700 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 0, 0,
710 mv_update_hash_req_ctx(ahash_request_ctx(req), 0, req->nbytes);
716 struct mv_req_hash_ctx *ctx = ahash_request_ctx(req);
730 mv_update_hash_req_ctx(ahash_request_ctx(req), 1, req->nbytes);
737 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 1,
H A Dtalitos.c1583 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1611 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1633 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1720 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1729 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1749 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1774 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1856 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1865 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq);
1874 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(are
[all...]
H A Dn2_core.c295 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
307 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
321 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
334 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
516 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
588 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
606 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
614 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c159 struct ahash_request *cryptd_req = ahash_request_ctx(req);
178 struct ahash_request *cryptd_req = ahash_request_ctx(req);
196 struct ahash_request *cryptd_req = ahash_request_ctx(req);
216 struct ahash_request *cryptd_req = ahash_request_ctx(req);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c209 struct shash_desc *desc = ahash_request_ctx(req);
232 return shash_ahash_update(req, ahash_request_ctx(req));
237 return crypto_shash_final(ahash_request_ctx(req), req->result);
264 struct shash_desc *desc = ahash_request_ctx(req);
298 struct shash_desc *desc = ahash_request_ctx(req);
308 return crypto_shash_export(ahash_request_ctx(req), out);
313 return crypto_shash_import(ahash_request_ctx(req), in);
H A Dcryptd.c393 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
409 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
438 rctx = ahash_request_ctx(req);
461 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
484 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
509 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
535 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
542 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
716 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h177 static inline void *ahash_request_ctx(struct ahash_request *req) function

Completed in 118 milliseconds