Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dahash.c546 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function
551 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
Dalgif_hash.c405 return crypto_alloc_ahash(name, type, mask); in hash_bind()
Dmcryptd.c603 tfm = crypto_alloc_ahash(mcryptd_alg_name, type, mask); in mcryptd_alloc_ahash()
Dtcrypt.c827 tfm = crypto_alloc_ahash(algo, 0, 0); in test_mb_ahash_speed()
1068 tfm = crypto_alloc_ahash(algo, 0, mask); in test_ahash_speed_common()
Dcryptd.c1278 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
Dtestmgr.c1834 tfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
/linux-4.19.296/include/crypto/
Dhash.h249 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,