Searched refs:crypto_alloc_ahash (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | ahash.c | 555 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function 560 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
|
D | algif_hash.c | 396 return crypto_alloc_ahash(name, type, mask); in hash_bind()
|
D | cryptd.c | 967 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
|
D | tcrypt.c | 837 tfm = crypto_alloc_ahash(algo, 0, 0); in test_mb_ahash_speed() 1078 tfm = crypto_alloc_ahash(algo, 0, mask); in test_ahash_speed_common()
|
D | testmgr.c | 1811 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
|