t_crypto_alg 1825 drivers/crypto/ccree/cc_hash.c struct cc_hash_alg *t_crypto_alg; t_crypto_alg 1829 drivers/crypto/ccree/cc_hash.c t_crypto_alg = kzalloc(sizeof(*t_crypto_alg), GFP_KERNEL); t_crypto_alg 1830 drivers/crypto/ccree/cc_hash.c if (!t_crypto_alg) t_crypto_alg 1833 drivers/crypto/ccree/cc_hash.c t_crypto_alg->ahash_alg = template->template_ahash; t_crypto_alg 1834 drivers/crypto/ccree/cc_hash.c halg = &t_crypto_alg->ahash_alg; t_crypto_alg 1859 drivers/crypto/ccree/cc_hash.c t_crypto_alg->hash_mode = template->hash_mode; t_crypto_alg 1860 drivers/crypto/ccree/cc_hash.c t_crypto_alg->hw_mode = template->hw_mode; t_crypto_alg 1861 drivers/crypto/ccree/cc_hash.c t_crypto_alg->inter_digestsize = template->inter_digestsize; t_crypto_alg 1863 drivers/crypto/ccree/cc_hash.c return t_crypto_alg;