Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1715 struct crypto_shash *stfm = NULL; in __alg_test_hash() local
1747 err = alloc_shash(driver, type, mask, &stfm, &desc); in __alg_test_hash()
1762 if (stfm) in __alg_test_hash()
1763 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
1788 crypto_free_shash(stfm); in __alg_test_hash()