Lines Matching refs:iproc_reqctx_s
145 struct iproc_reqctx_s *rctx, in spu_ablkcipher_rx_sg_create()
213 struct iproc_reqctx_s *rctx, in spu_ablkcipher_tx_sg_create()
314 static int handle_ablkcipher_req(struct iproc_reqctx_s *rctx) in handle_ablkcipher_req()
513 static void handle_ablkcipher_resp(struct iproc_reqctx_s *rctx) in handle_ablkcipher_resp()
574 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create()
626 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create()
700 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req()
991 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done()
1041 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp()
1092 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create()
1211 struct iproc_reqctx_s *rctx, in spu_aead_tx_sg_create()
1307 static int handle_aead_req(struct iproc_reqctx_s *rctx) in handle_aead_req()
1577 static void handle_aead_resp(struct iproc_reqctx_s *rctx) in handle_aead_resp()
1637 static void spu_chunk_cleanup(struct iproc_reqctx_s *rctx) in spu_chunk_cleanup()
1655 static void finish_req(struct iproc_reqctx_s *rctx, int err) in finish_req()
1677 struct iproc_reqctx_s *rctx; in spu_rx_callback()
1767 struct iproc_reqctx_s *rctx = ablkcipher_request_ctx(req); in ablkcipher_enqueue()
2003 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_enqueue()
2060 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_init()
2177 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_update()
2235 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_final()
2272 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_finup()
2387 const struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_export()
2402 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_import()
2517 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_init()
2567 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_digest()
2605 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_need_fallback()
2663 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_complete()
2680 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2723 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()
4358 tfm->crt_ablkcipher.reqsize = sizeof(struct iproc_reqctx_s); in ablkcipher_cra_init()
4381 sizeof(struct iproc_reqctx_s)); in ahash_cra_init()
4399 crypto_aead_set_reqsize(aead, sizeof(struct iproc_reqctx_s)); in aead_cra_init()