Lines Matching refs:iproc_reqctx_s
134 struct iproc_reqctx_s *rctx, in spu_ablkcipher_rx_sg_create()
202 struct iproc_reqctx_s *rctx, in spu_ablkcipher_tx_sg_create()
303 static int handle_ablkcipher_req(struct iproc_reqctx_s *rctx) in handle_ablkcipher_req()
502 static void handle_ablkcipher_resp(struct iproc_reqctx_s *rctx) in handle_ablkcipher_resp()
563 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create()
615 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create()
689 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req()
980 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done()
1030 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp()
1081 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create()
1200 struct iproc_reqctx_s *rctx, in spu_aead_tx_sg_create()
1296 static int handle_aead_req(struct iproc_reqctx_s *rctx) in handle_aead_req()
1566 static void handle_aead_resp(struct iproc_reqctx_s *rctx) in handle_aead_resp()
1626 static void spu_chunk_cleanup(struct iproc_reqctx_s *rctx) in spu_chunk_cleanup()
1644 static void finish_req(struct iproc_reqctx_s *rctx, int err) in finish_req()
1666 struct iproc_reqctx_s *rctx; in spu_rx_callback()
1752 struct iproc_reqctx_s *rctx = ablkcipher_request_ctx(req); in ablkcipher_enqueue()
1968 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_enqueue()
2025 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_init()
2141 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_update()
2199 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_final()
2236 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_finup()
2351 const struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_export()
2366 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_import()
2481 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_init()
2531 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_digest()
2569 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_need_fallback()
2640 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_complete()
2657 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2700 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()
4292 tfm->crt_ablkcipher.reqsize = sizeof(struct iproc_reqctx_s); in ablkcipher_cra_init()
4315 sizeof(struct iproc_reqctx_s)); in ahash_cra_init()
4333 crypto_aead_set_reqsize(aead, sizeof(struct iproc_reqctx_s)); in aead_cra_init()