Lines Matching refs:iproc_reqctx_s

134 			    struct iproc_reqctx_s *rctx,  in spu_skcipher_rx_sg_create()
198 struct iproc_reqctx_s *rctx, in spu_skcipher_tx_sg_create()
299 static int handle_skcipher_req(struct iproc_reqctx_s *rctx) in handle_skcipher_req()
470 static void handle_skcipher_resp(struct iproc_reqctx_s *rctx) in handle_skcipher_resp()
526 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create()
578 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create()
652 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req()
943 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done()
993 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp()
1043 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create()
1162 struct iproc_reqctx_s *rctx, in spu_aead_tx_sg_create()
1258 static int handle_aead_req(struct iproc_reqctx_s *rctx) in handle_aead_req()
1528 static void handle_aead_resp(struct iproc_reqctx_s *rctx) in handle_aead_resp()
1588 static void spu_chunk_cleanup(struct iproc_reqctx_s *rctx) in spu_chunk_cleanup()
1606 static void finish_req(struct iproc_reqctx_s *rctx, int err) in finish_req()
1628 struct iproc_reqctx_s *rctx; in spu_rx_callback()
1714 struct iproc_reqctx_s *rctx = skcipher_request_ctx(req); in skcipher_enqueue()
1904 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_enqueue()
1961 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_init()
2077 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_update()
2135 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_final()
2172 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_finup()
2287 const struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_export()
2302 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_import()
2418 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_init()
2468 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_digest()
2506 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_need_fallback()
2577 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2600 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()
4122 crypto_skcipher_set_reqsize(skcipher, sizeof(struct iproc_reqctx_s)); in skcipher_init_tfm()
4145 sizeof(struct iproc_reqctx_s)); in ahash_cra_init()
4152 unsigned int reqsize = sizeof(struct iproc_reqctx_s); in aead_cra_init()