Searched refs:alloc_shash (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_nl.c | 2375 alloc_shash(struct crypto_shash **tfm, char *tfm_name, int err_alg)  in alloc_shash()  function2395 	rv = alloc_shash(&crypto->csums_tfm, new_net_conf->csums_alg,  in alloc_crypto()
 2399 	rv = alloc_shash(&crypto->verify_tfm, new_net_conf->verify_alg,  in alloc_crypto()
 2403 	rv = alloc_shash(&crypto->integrity_tfm, new_net_conf->integrity_alg,  in alloc_crypto()
 2411 		rv = alloc_shash(&crypto->cram_hmac_tfm, hmac_name,  in alloc_crypto()
 
 | 
| /Linux-v5.4/crypto/ | 
| D | testmgr.c | 1675 static int alloc_shash(const char *driver, u32 type, u32 mask,  in alloc_shash()  function1747 	err = alloc_shash(driver, type, mask, &stfm, &desc);  in __alg_test_hash()
 
 |