Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1796 struct crypto_ahash *atfm = NULL; in __alg_test_hash() local
1811 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
1812 if (IS_ERR(atfm)) { in __alg_test_hash()
1814 driver, PTR_ERR(atfm)); in __alg_test_hash()
1815 return PTR_ERR(atfm); in __alg_test_hash()
1817 driver = crypto_ahash_driver_name(atfm); in __alg_test_hash()
1819 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
1845 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
1873 crypto_free_ahash(atfm); in __alg_test_hash()