Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1713 struct crypto_ahash *atfm = NULL; in __alg_test_hash() local
1728 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
1729 if (IS_ERR(atfm)) { in __alg_test_hash()
1731 driver, PTR_ERR(atfm)); in __alg_test_hash()
1732 return PTR_ERR(atfm); in __alg_test_hash()
1735 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
1761 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
1790 crypto_free_ahash(atfm); in __alg_test_hash()