Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/drbd/
Ddrbd_nl.c2290 alloc_shash(struct crypto_shash **tfm, char *tfm_name, int err_alg) in alloc_shash() function
2310 rv = alloc_shash(&crypto->csums_tfm, new_net_conf->csums_alg, in alloc_crypto()
2314 rv = alloc_shash(&crypto->verify_tfm, new_net_conf->verify_alg, in alloc_crypto()
2318 rv = alloc_shash(&crypto->integrity_tfm, new_net_conf->integrity_alg, in alloc_crypto()
2326 rv = alloc_shash(&crypto->cram_hmac_tfm, hmac_name, in alloc_crypto()
/linux-6.1.9/crypto/
Dtestmgr.c1805 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash() function
1878 err = alloc_shash(driver, type, mask, &stfm, &desc); in __alg_test_hash()