Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c1778 struct crypto_shash *generic_tfm = NULL; in test_hash_vs_generic_impl() local
1802 generic_tfm = crypto_alloc_shash(generic_driver, 0, 0); in test_hash_vs_generic_impl()
1803 if (IS_ERR(generic_tfm)) { in test_hash_vs_generic_impl()
1804 err = PTR_ERR(generic_tfm); in test_hash_vs_generic_impl()
1822 crypto_shash_descsize(generic_tfm), GFP_KERNEL); in test_hash_vs_generic_impl()
1827 generic_desc->tfm = generic_tfm; in test_hash_vs_generic_impl()
1831 if (digestsize != crypto_shash_digestsize(generic_tfm)) { in test_hash_vs_generic_impl()
1834 crypto_shash_digestsize(generic_tfm)); in test_hash_vs_generic_impl()
1839 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1841 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
[all …]