Lines Matching refs:iproc_ctx_s
141 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()
304 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_req()
474 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_resp()
531 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create()
657 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req()
894 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
945 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done()
992 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp()
1048 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create()
1171 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_tx_sg_create()
1259 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_req()
1529 struct iproc_ctx_s *ctx = rctx->ctx; in handle_aead_resp()
1710 struct iproc_ctx_s *ctx = in skcipher_enqueue()
1761 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in des_setkey()
1775 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in threedes_setkey()
1789 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in aes_setkey()
1817 struct iproc_ctx_s *ctx = crypto_skcipher_ctx(cipher); in skcipher_setkey()
1901 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue()
1958 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init()
1996 static bool spu_no_incr_hash(struct iproc_ctx_s *ctx) in spu_no_incr_hash()
2014 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init()
2087 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update()
2142 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final()
2181 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup()
2249 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2313 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey()
2416 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_init()
2468 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
2507 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2576 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_do_fallback()
2600 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2721 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2816 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
2897 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
2929 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
2962 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
2981 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
4089 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in generic_cra_init()
4152 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_init()
4209 struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm); in aead_cra_exit()
4375 crypto->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_skcipher()
4414 hash->halg.base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_ahash()
4460 aead->base.cra_ctxsize = sizeof(struct iproc_ctx_s); in spu_register_aead()