Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_nl.c2328 alloc_ahash(struct crypto_ahash **tfm, char *tfm_name, int err_alg) in alloc_ahash() function
2348 rv = alloc_ahash(&crypto->csums_tfm, new_net_conf->csums_alg, in alloc_crypto()
2352 rv = alloc_ahash(&crypto->verify_tfm, new_net_conf->verify_alg, in alloc_crypto()
2356 rv = alloc_ahash(&crypto->integrity_tfm, new_net_conf->integrity_alg, in alloc_crypto()