Lines Matching refs:chcr_ahash_req_ctx
134 static inline void chcr_init_hctx_per_wr(struct chcr_ahash_req_ctx *reqctx) in chcr_init_hctx_per_wr()
1471 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in create_hash_wr()
1562 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_update()
1647 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_final()
1700 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_finup()
1782 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_digest()
1862 struct chcr_ahash_req_ctx *reqctx = ahash_request_ctx(req); in chcr_ahash_continue()
1923 struct chcr_ahash_req_ctx *reqctx = ahash_request_ctx(req); in chcr_handle_ahash_resp()
2002 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_ahash_export()
2003 struct chcr_ahash_req_ctx *state = out; in chcr_ahash_export()
2016 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_ahash_import()
2017 struct chcr_ahash_req_ctx *state = (struct chcr_ahash_req_ctx *)in; in chcr_ahash_import()
2115 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_sha_init()
2131 sizeof(struct chcr_ahash_req_ctx)); in chcr_sha_cra_init()
2137 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_hmac_init()
2167 sizeof(struct chcr_ahash_req_ctx)); in chcr_hmac_cra_init()
2575 struct chcr_ahash_req_ctx *reqctx = ahash_request_ctx(req); in chcr_add_hash_src_ent()
2604 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_hash_dma_map()
2620 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_hash_dma_unmap()
4217 #define SZ_AHASH_REQ_CTX sizeof(struct chcr_ahash_req_ctx)