Searched refs:alloc_shash (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 2303 alloc_shash(struct crypto_shash **tfm, char *tfm_name, int err_alg) in alloc_shash() function 2323 rv = alloc_shash(&crypto->csums_tfm, new_net_conf->csums_alg, in alloc_crypto() 2327 rv = alloc_shash(&crypto->verify_tfm, new_net_conf->verify_alg, in alloc_crypto() 2331 rv = alloc_shash(&crypto->integrity_tfm, new_net_conf->integrity_alg, in alloc_crypto() 2339 rv = alloc_shash(&crypto->cram_hmac_tfm, hmac_name, in alloc_crypto()
|
/linux/crypto/ |
H A D | testmgr.c | 1887 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash() function 1962 err = alloc_shash(driver, type, mask, &stfm, &desc); in __alg_test_hash()
|