Lines Matching refs:iproc_reqctx_s

135 			    struct iproc_reqctx_s *rctx,  in spu_skcipher_rx_sg_create()
199 struct iproc_reqctx_s *rctx, in spu_skcipher_tx_sg_create()
300 static int handle_skcipher_req(struct iproc_reqctx_s *rctx) in handle_skcipher_req()
471 static void handle_skcipher_resp(struct iproc_reqctx_s *rctx) in handle_skcipher_resp()
527 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create()
579 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create()
653 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req()
944 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done()
994 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp()
1044 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create()
1163 struct iproc_reqctx_s *rctx, in spu_aead_tx_sg_create()
1259 static int handle_aead_req(struct iproc_reqctx_s *rctx) in handle_aead_req()
1529 static void handle_aead_resp(struct iproc_reqctx_s *rctx) in handle_aead_resp()
1589 static void spu_chunk_cleanup(struct iproc_reqctx_s *rctx) in spu_chunk_cleanup()
1607 static void finish_req(struct iproc_reqctx_s *rctx, int err) in finish_req()
1629 struct iproc_reqctx_s *rctx; in spu_rx_callback()
1715 struct iproc_reqctx_s *rctx = skcipher_request_ctx(req); in skcipher_enqueue()
1905 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_enqueue()
1962 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_init()
2078 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_update()
2136 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_final()
2173 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_finup()
2288 const struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_export()
2303 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_complete()
2594 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2637 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()
4216 crypto_skcipher_set_reqsize(skcipher, sizeof(struct iproc_reqctx_s)); in skcipher_init_tfm()
4239 sizeof(struct iproc_reqctx_s)); in ahash_cra_init()
4257 crypto_aead_set_reqsize(aead, sizeof(struct iproc_reqctx_s)); in aead_cra_init()