Lines Matching refs:iproc_ctx_s

140 	struct iproc_ctx_s *ctx = rctx->ctx;  in spu_ablkcipher_rx_sg_create()
207 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ablkcipher_tx_sg_create()
309 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ablkcipher_req()
509 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ablkcipher_resp()
569 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create()
697 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req()
934 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
985 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done()
1032 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp()
1089 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create()
1213 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_tx_sg_create()
1302 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_req()
1572 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_resp()
1753 struct iproc_ctx_s *ctx = in ablkcipher_enqueue()
1804 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in des_setkey()
1818 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in threedes_setkey()
1832 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in aes_setkey()
1860 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in rc4_setkey()
1881 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_setkey()
1970 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue()
2027 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init()
2065 static bool spu_no_incr_hash(struct iproc_ctx_s *ctx) in spu_no_incr_hash()
2083 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init()
2156 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update()
2211 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final()
2250 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup()
2318 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2382 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey()
2483 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_init()
2533 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
2572 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2658 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_do_fallback()
2702 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2823 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2927 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
3013 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
3041 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
3070 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
3085 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
4262 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in generic_cra_init()
4323 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_init()
4369 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_exit()
4541 crypto->cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ablkcipher()
4581 hash->halg.base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ahash()
4626 aead->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_aead()