Lines Matching refs:iproc_ctx_s

141 	struct iproc_ctx_s *ctx = rctx->ctx;  in spu_skcipher_rx_sg_create()
204 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_tx_sg_create()
306 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_req()
476 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_resp()
533 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create()
661 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req()
898 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
949 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done()
996 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp()
1052 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create()
1176 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_tx_sg_create()
1265 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_req()
1535 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_resp()
1716 struct iproc_ctx_s *ctx = in skcipher_enqueue()
1767 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in des_setkey()
1781 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in threedes_setkey()
1795 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in aes_setkey()
1823 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in skcipher_setkey()
1907 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue()
1964 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init()
2002 static bool spu_no_incr_hash(struct iproc_ctx_s *ctx) in spu_no_incr_hash()
2020 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init()
2093 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update()
2148 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final()
2187 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup()
2255 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2319 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey()
2422 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_init()
2474 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
2513 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2582 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_do_fallback()
2606 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2727 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2822 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
2903 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
2935 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
2968 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
2987 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
4095 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in generic_cra_init()
4158 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_init()
4215 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_exit()
4381 crypto->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_skcipher()
4420 hash->halg.base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ahash()
4466 aead->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_aead()