Searched refs:t_crypto_alg (Results 1 – 1 of 1) sorted by relevance
1825 struct cc_hash_alg *t_crypto_alg; in cc_alloc_hash_alg() local1829 t_crypto_alg = kzalloc(sizeof(*t_crypto_alg), GFP_KERNEL); in cc_alloc_hash_alg()1830 if (!t_crypto_alg) in cc_alloc_hash_alg()1833 t_crypto_alg->ahash_alg = template->template_ahash; in cc_alloc_hash_alg()1834 halg = &t_crypto_alg->ahash_alg; in cc_alloc_hash_alg()1859 t_crypto_alg->hash_mode = template->hash_mode; in cc_alloc_hash_alg()1860 t_crypto_alg->hw_mode = template->hw_mode; in cc_alloc_hash_alg()1861 t_crypto_alg->inter_digestsize = template->inter_digestsize; in cc_alloc_hash_alg()1863 return t_crypto_alg; in cc_alloc_hash_alg()