Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1798 struct crypto_shash *stfm = NULL; in __alg_test_hash() local
1831 err = alloc_shash(driver, type, mask, &stfm, &desc); in __alg_test_hash()
1846 if (stfm) in __alg_test_hash()
1847 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
1871 crypto_free_shash(stfm); in __alg_test_hash()