Lines Matching refs:s5p_hash_reqctx
354 struct s5p_hash_reqctx { struct
789 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_read_msg()
804 const struct s5p_hash_reqctx *ctx) in s5p_hash_write_ctx_iv()
819 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_write_iv()
830 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_copy_result()
937 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_write_ctrl()
987 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_xmit_dma()
1025 static int s5p_hash_copy_sgs(struct s5p_hash_reqctx *ctx, in s5p_hash_copy_sgs()
1071 static int s5p_hash_copy_sg_lists(struct s5p_hash_reqctx *ctx, in s5p_hash_copy_sg_lists()
1141 static int s5p_hash_prepare_sgs(struct s5p_hash_reqctx *ctx, in s5p_hash_prepare_sgs()
1217 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_prepare_request()
1302 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_update_dma_stop()
1314 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finish()
1330 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finish_req()
1377 struct s5p_hash_reqctx *ctx; in s5p_hash_handle_queue()
1490 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_enqueue()
1509 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_update()
1549 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_final()
1573 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finup()
1600 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_init()
1666 sizeof(struct s5p_hash_reqctx) + BUFLEN); in s5p_hash_cra_init_alg()
1701 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_export()
1715 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_import()
1718 const struct s5p_hash_reqctx *ctx_in = in; in s5p_hash_import()
1741 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
1766 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
1791 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,