Lines Matching refs:cipher_alg
4148 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument
4156 ctx->alg = cipher_alg; in generic_cra_init()
4157 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init()
4158 ctx->auth = cipher_alg->auth_info; in generic_cra_init()
4159 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init()
4178 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4184 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4185 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm()
4192 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4194 cipher_alg = container_of(__crypto_ahash_alg(alg), struct iproc_alg_s, in ahash_cra_init()
4197 err = generic_cra_init(tfm, cipher_alg); in ahash_cra_init()
4217 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
4220 int err = generic_cra_init(tfm, cipher_alg); in aead_cra_init()