Searched refs:generic_tfm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 1650 struct crypto_shash *generic_tfm = NULL; in test_hash_vs_generic_impl() local 1672 generic_tfm = crypto_alloc_shash(generic_driver, 0, 0); in test_hash_vs_generic_impl() 1673 if (IS_ERR(generic_tfm)) { in test_hash_vs_generic_impl() 1674 err = PTR_ERR(generic_tfm); in test_hash_vs_generic_impl() 1692 crypto_shash_descsize(generic_tfm), GFP_KERNEL); in test_hash_vs_generic_impl() 1697 generic_desc->tfm = generic_tfm; in test_hash_vs_generic_impl() 1701 if (digestsize != crypto_shash_digestsize(generic_tfm)) { in test_hash_vs_generic_impl() 1704 crypto_shash_digestsize(generic_tfm)); in test_hash_vs_generic_impl() 1709 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl() 1711 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl() 2383 struct crypto_aead *generic_tfm = NULL; test_aead_vs_generic_impl() local 2976 struct crypto_skcipher *generic_tfm = NULL; test_skcipher_vs_generic_impl() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 1748 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() 2495 struct crypto_aead *generic_tfm = NULL; test_aead_vs_generic_impl() local 3090 struct crypto_skcipher *generic_tfm = NULL; test_skcipher_vs_generic_impl() local [all...] |
Completed in 8 milliseconds