Lines Matching refs:iproc_reqctx_s

135 			    struct iproc_reqctx_s *rctx,  in spu_skcipher_rx_sg_create()
198 struct iproc_reqctx_s *rctx, in spu_skcipher_tx_sg_create()
298 static int handle_skcipher_req(struct iproc_reqctx_s *rctx) in handle_skcipher_req()
469 static void handle_skcipher_resp(struct iproc_reqctx_s *rctx) in handle_skcipher_resp()
525 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create()
576 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create()
649 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req()
940 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done()
990 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp()
1040 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create()
1158 struct iproc_reqctx_s *rctx, in spu_aead_tx_sg_create()
1253 static int handle_aead_req(struct iproc_reqctx_s *rctx) in handle_aead_req()
1523 static void handle_aead_resp(struct iproc_reqctx_s *rctx) in handle_aead_resp()
1583 static void spu_chunk_cleanup(struct iproc_reqctx_s *rctx) in spu_chunk_cleanup()
1601 static void finish_req(struct iproc_reqctx_s *rctx, int err) in finish_req()
1623 struct iproc_reqctx_s *rctx; in spu_rx_callback()
1709 struct iproc_reqctx_s *rctx = skcipher_request_ctx(req); in skcipher_enqueue()
1899 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_enqueue()
1956 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_init()
2072 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_update()
2130 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_final()
2167 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_finup()
2282 const struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_export()
2297 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_import()
2414 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_init()
2466 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_digest()
2504 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_need_fallback()
2575 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2598 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()
4120 crypto_skcipher_set_reqsize(skcipher, sizeof(struct iproc_reqctx_s)); in skcipher_init_tfm()
4143 sizeof(struct iproc_reqctx_s)); in ahash_cra_init()
4150 unsigned int reqsize = sizeof(struct iproc_reqctx_s); in aead_cra_init()