Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c1769 struct crypto_ahash *generic_tfm = NULL; in test_hash_vs_generic_impl() local
1792 generic_tfm = crypto_alloc_ahash(generic_driver, 0, 0); in test_hash_vs_generic_impl()
1793 if (IS_ERR(generic_tfm)) { in test_hash_vs_generic_impl()
1794 err = PTR_ERR(generic_tfm); in test_hash_vs_generic_impl()
1811 generic_req = ahash_request_alloc(generic_tfm, GFP_KERNEL); in test_hash_vs_generic_impl()
1819 if (digestsize != crypto_ahash_digestsize(generic_tfm)) { in test_hash_vs_generic_impl()
1822 crypto_ahash_digestsize(generic_tfm)); in test_hash_vs_generic_impl()
1827 if (blocksize != crypto_ahash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1829 driver, blocksize, crypto_ahash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
1867 crypto_free_ahash(generic_tfm); in test_hash_vs_generic_impl()
2499 struct crypto_aead *generic_tfm = NULL; test_aead_vs_generic_impl() local
3078 struct crypto_skcipher *generic_tfm = NULL; test_skcipher_vs_generic_impl() local
[all...]