Lines Matching refs:template
4198 *template) in caam_alg_alloc()
4211 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", template->name); in caam_alg_alloc()
4213 template->driver_name); in caam_alg_alloc()
4218 alg->cra_blocksize = template->blocksize; in caam_alg_alloc()
4222 template->type; in caam_alg_alloc()
4223 switch (template->type) { in caam_alg_alloc()
4226 alg->cra_ablkcipher = template->template_ablkcipher; in caam_alg_alloc()
4230 alg->cra_ablkcipher = template->template_ablkcipher; in caam_alg_alloc()
4234 alg->cra_aead = template->template_aead; in caam_alg_alloc()
4238 t_alg->class1_alg_type = template->class1_alg_type; in caam_alg_alloc()
4239 t_alg->class2_alg_type = template->class2_alg_type; in caam_alg_alloc()
4240 t_alg->alg_op = template->alg_op; in caam_alg_alloc()