Lines Matching refs:cipher_alg
4092 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument
4100 ctx->alg = cipher_alg; in generic_cra_init()
4101 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init()
4102 ctx->auth = cipher_alg->auth_info; in generic_cra_init()
4103 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init()
4122 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4128 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4129 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm()
4136 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4138 cipher_alg = container_of(__crypto_ahash_alg(alg), struct iproc_alg_s, in ahash_cra_init()
4141 err = generic_cra_init(tfm, cipher_alg); in ahash_cra_init()
4161 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
4164 int err = generic_cra_init(tfm, cipher_alg); in aead_cra_init()