Lines Matching refs:iproc_ctx_s

151 	struct iproc_ctx_s *ctx = rctx->ctx;  in spu_ablkcipher_rx_sg_create()
218 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ablkcipher_tx_sg_create()
320 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ablkcipher_req()
520 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ablkcipher_resp()
580 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create()
708 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req()
945 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
996 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done()
1043 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp()
1100 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create()
1224 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_tx_sg_create()
1313 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_req()
1583 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_resp()
1678 struct iproc_ctx_s *ctx; in spu_rx_callback()
1768 struct iproc_ctx_s *ctx = in ablkcipher_enqueue()
1819 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in des_setkey()
1844 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in threedes_setkey()
1867 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in aes_setkey()
1895 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in rc4_setkey()
1916 struct iproc_ctx_s *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_setkey()
2005 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue()
2062 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init()
2100 bool spu_no_incr_hash(struct iproc_ctx_s *ctx) in spu_no_incr_hash()
2118 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init()
2192 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update()
2247 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final()
2286 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup()
2354 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2418 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey()
2519 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_init()
2569 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
2608 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2681 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_do_fallback()
2725 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2846 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2992 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
3078 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
3106 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
3135 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
3150 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
4328 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in generic_cra_init()
4389 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_init()
4435 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_exit()
4607 crypto->cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ablkcipher()
4648 hash->halg.base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ahash()
4689 aead->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_aead()