Lines Matching refs:template
4422 *template) in caam_alg_alloc()
4435 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", template->name); in caam_alg_alloc()
4437 template->driver_name); in caam_alg_alloc()
4442 alg->cra_blocksize = template->blocksize; in caam_alg_alloc()
4446 template->type; in caam_alg_alloc()
4447 switch (template->type) { in caam_alg_alloc()
4450 alg->cra_ablkcipher = template->template_ablkcipher; in caam_alg_alloc()
4454 alg->cra_ablkcipher = template->template_ablkcipher; in caam_alg_alloc()
4458 t_alg->caam.class1_alg_type = template->class1_alg_type; in caam_alg_alloc()
4459 t_alg->caam.class2_alg_type = template->class2_alg_type; in caam_alg_alloc()
4460 t_alg->caam.alg_op = template->alg_op; in caam_alg_alloc()