Lines Matching refs:cipher_alg
4086 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument
4094 ctx->alg = cipher_alg; in generic_cra_init()
4095 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init()
4096 ctx->auth = cipher_alg->auth_info; in generic_cra_init()
4097 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init()
4116 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4122 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4123 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm()
4130 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4132 cipher_alg = container_of(__crypto_ahash_alg(alg), struct iproc_alg_s, in ahash_cra_init()
4135 err = generic_cra_init(tfm, cipher_alg); in ahash_cra_init()
4155 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
4158 int err = generic_cra_init(tfm, cipher_alg); in aead_cra_init()