Searched refs:t_crypto_alg (Results 1 – 1 of 1) sorted by relevance
1824 struct cc_hash_alg *t_crypto_alg; in cc_alloc_hash_alg() local1828 t_crypto_alg = devm_kzalloc(dev, sizeof(*t_crypto_alg), GFP_KERNEL); in cc_alloc_hash_alg()1829 if (!t_crypto_alg) in cc_alloc_hash_alg()1832 t_crypto_alg->ahash_alg = template->template_ahash; in cc_alloc_hash_alg()1833 halg = &t_crypto_alg->ahash_alg; in cc_alloc_hash_alg()1858 t_crypto_alg->hash_mode = template->hash_mode; in cc_alloc_hash_alg()1859 t_crypto_alg->hw_mode = template->hw_mode; in cc_alloc_hash_alg()1860 t_crypto_alg->inter_digestsize = template->inter_digestsize; in cc_alloc_hash_alg()1862 return t_crypto_alg; in cc_alloc_hash_alg()