Home
last modified time | relevance | path

Searched refs:generic_tfm (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dtestmgr.c1748 struct crypto_shash *generic_tfm = NULL; in test_hash_vs_generic_impl() local
1772 generic_tfm = crypto_alloc_shash(generic_driver, 0, 0); in test_hash_vs_generic_impl()
1773 if (IS_ERR(generic_tfm)) { in test_hash_vs_generic_impl()
1774 err = PTR_ERR(generic_tfm); in test_hash_vs_generic_impl()
1792 crypto_shash_descsize(generic_tfm), GFP_KERNEL); in test_hash_vs_generic_impl()
1797 generic_desc->tfm = generic_tfm; in test_hash_vs_generic_impl()
1801 if (digestsize != crypto_shash_digestsize(generic_tfm)) { in test_hash_vs_generic_impl()
1804 crypto_shash_digestsize(generic_tfm)); in test_hash_vs_generic_impl()
1809 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1811 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
[all …]