Lines Matching refs:cipher_alg
4184 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument
4192 ctx->alg = cipher_alg; in generic_cra_init()
4193 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init()
4194 ctx->auth = cipher_alg->auth_info; in generic_cra_init()
4195 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init()
4214 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4220 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4221 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm()
4228 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4230 cipher_alg = container_of(__crypto_ahash_alg(alg), struct iproc_alg_s, in ahash_cra_init()
4233 err = generic_cra_init(tfm, cipher_alg); in ahash_cra_init()
4252 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
4255 int err = generic_cra_init(tfm, cipher_alg); in aead_cra_init()