• Home
  • Raw
  • Download

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()
528 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create()
580 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create()
654 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req()
945 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done()
995 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp()
1046 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create()
1165 struct iproc_reqctx_s *rctx, in spu_aead_tx_sg_create()
1261 static int handle_aead_req(struct iproc_reqctx_s *rctx) in handle_aead_req()
1531 static void handle_aead_resp(struct iproc_reqctx_s *rctx) in handle_aead_resp()
1591 static void spu_chunk_cleanup(struct iproc_reqctx_s *rctx) in spu_chunk_cleanup()
1609 static void finish_req(struct iproc_reqctx_s *rctx, int err) in finish_req()
1631 struct iproc_reqctx_s *rctx; in spu_rx_callback()
1717 struct iproc_reqctx_s *rctx = skcipher_request_ctx(req); in skcipher_enqueue()
1907 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_enqueue()
1964 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_init()
2080 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_update()
2138 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_final()
2175 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in __ahash_finup()
2290 const struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_export()
2305 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_import()
2420 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_init()
2470 struct iproc_reqctx_s *rctx = ahash_request_ctx(req); in ahash_hmac_digest()
2508 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_need_fallback()
2579 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_complete()
2596 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2639 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()
4218 crypto_skcipher_set_reqsize(skcipher, sizeof(struct iproc_reqctx_s)); in skcipher_init_tfm()
4241 sizeof(struct iproc_reqctx_s)); in ahash_cra_init()
4259 crypto_aead_set_reqsize(aead, sizeof(struct iproc_reqctx_s)); in aead_cra_init()