Lines Matching refs:s5p_hash_reqctx
353 struct s5p_hash_reqctx { struct
788 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_read_msg()
803 const struct s5p_hash_reqctx *ctx) in s5p_hash_write_ctx_iv()
818 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_write_iv()
829 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_copy_result()
936 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_write_ctrl()
986 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_xmit_dma()
1024 static int s5p_hash_copy_sgs(struct s5p_hash_reqctx *ctx, in s5p_hash_copy_sgs()
1070 static int s5p_hash_copy_sg_lists(struct s5p_hash_reqctx *ctx, in s5p_hash_copy_sg_lists()
1140 static int s5p_hash_prepare_sgs(struct s5p_hash_reqctx *ctx, in s5p_hash_prepare_sgs()
1216 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_prepare_request()
1301 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_update_dma_stop()
1313 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finish()
1329 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finish_req()
1376 struct s5p_hash_reqctx *ctx; in s5p_hash_handle_queue()
1489 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_enqueue()
1508 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_update()
1548 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_final_shash()
1579 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_final()
1599 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finup()
1626 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_init()
1692 sizeof(struct s5p_hash_reqctx) + BUFLEN); in s5p_hash_cra_init_alg()
1727 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_export()
1741 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_import()
1744 const struct s5p_hash_reqctx *ctx_in = in; in s5p_hash_import()
1767 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
1792 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
1817 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,