Lines Matching refs:s5p_hash_reqctx

355 struct s5p_hash_reqctx {  struct
786 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_read_msg()
801 const struct s5p_hash_reqctx *ctx) in s5p_hash_write_ctx_iv()
816 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_write_iv()
827 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_copy_result()
934 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_write_ctrl()
984 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_xmit_dma()
1022 static int s5p_hash_copy_sgs(struct s5p_hash_reqctx *ctx, in s5p_hash_copy_sgs()
1068 static int s5p_hash_copy_sg_lists(struct s5p_hash_reqctx *ctx, in s5p_hash_copy_sg_lists()
1138 static int s5p_hash_prepare_sgs(struct s5p_hash_reqctx *ctx, in s5p_hash_prepare_sgs()
1214 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_prepare_request()
1299 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req); in s5p_hash_update_dma_stop()
1311 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finish()
1327 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finish_req()
1374 struct s5p_hash_reqctx *ctx; in s5p_hash_handle_queue()
1487 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_enqueue()
1506 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_update()
1546 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_final()
1570 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_finup()
1597 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_init()
1663 sizeof(struct s5p_hash_reqctx) + BUFLEN); in s5p_hash_cra_init_alg()
1698 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_export()
1712 struct s5p_hash_reqctx *ctx = ahash_request_ctx(req); in s5p_hash_import()
1715 const struct s5p_hash_reqctx *ctx_in = in; in s5p_hash_import()
1738 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
1763 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
1788 .halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,