Searched refs:alloc_shash (Results 1 – 1 of 1) sorted by relevance
/drivers/block/drbd/ |
D | drbd_nl.c | 2368 alloc_shash(struct crypto_shash **tfm, char *tfm_name, int err_alg) in alloc_shash() function 2388 rv = alloc_shash(&crypto->csums_tfm, new_net_conf->csums_alg, in alloc_crypto() 2392 rv = alloc_shash(&crypto->verify_tfm, new_net_conf->verify_alg, in alloc_crypto() 2396 rv = alloc_shash(&crypto->integrity_tfm, new_net_conf->integrity_alg, in alloc_crypto() 2404 rv = alloc_shash(&crypto->cram_hmac_tfm, hmac_name, in alloc_crypto()
|