Lines Matching refs:iproc_ctx_s
140 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_rx_sg_create()
203 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_tx_sg_create()
305 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_req()
477 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_resp()
534 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create()
662 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req()
899 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
950 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done()
997 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp()
1054 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create()
1178 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_tx_sg_create()
1267 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_req()
1537 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_resp()
1718 struct iproc_ctx_s *ctx = in skcipher_enqueue()
1769 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in des_setkey()
1783 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in threedes_setkey()
1797 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in aes_setkey()
1825 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in skcipher_setkey()
1909 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue()
1966 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init()
2004 static bool spu_no_incr_hash(struct iproc_ctx_s *ctx) in spu_no_incr_hash()
2022 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init()
2095 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update()
2150 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final()
2189 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup()
2257 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2321 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()
2472 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
2511 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2597 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_do_fallback()
2641 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2762 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2857 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
2938 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
2970 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
3003 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
3022 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
4187 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in generic_cra_init()
4249 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_init()
4300 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_exit()
4466 crypto->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_skcipher()
4505 hash->halg.base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ahash()
4551 aead->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_aead()