Lines Matching defs:template
1580 //Asynchronize hash template
1821 static struct cc_hash_alg *cc_alloc_hash_alg(struct cc_hash_template *template,
1832 t_crypto_alg->ahash_alg = template->template_ahash;
1838 template->mac_name);
1840 template->mac_driver_name);
1844 template->name);
1846 template->driver_name);
1851 alg->cra_blocksize = template->blocksize;
1858 t_crypto_alg->hash_mode = template->hash_mode;
1859 t_crypto_alg->hw_mode = template->hw_mode;
1860 t_crypto_alg->inter_digestsize = template->inter_digestsize;