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()
475 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_resp()
532 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create()
660 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req()
897 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
948 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done()
995 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp()
1051 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create()
1175 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_tx_sg_create()
1264 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_req()
1534 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_resp()
1715 struct iproc_ctx_s *ctx = in skcipher_enqueue()
1766 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in des_setkey()
1780 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in threedes_setkey()
1794 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in aes_setkey()
1822 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in skcipher_setkey()
1906 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue()
1963 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init()
2001 static bool spu_no_incr_hash(struct iproc_ctx_s *ctx) in spu_no_incr_hash()
2019 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init()
2092 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update()
2147 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final()
2186 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup()
2254 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2318 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey()
2420 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_init()
2470 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
2509 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2578 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_do_fallback()
2602 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2723 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2818 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
2899 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
2931 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
2964 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
2983 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
4091 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in generic_cra_init()
4154 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_init()
4211 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_exit()
4377 crypto->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_skcipher()
4416 hash->halg.base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ahash()
4462 aead->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_aead()