Searched refs:crypto_alloc_shash (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlibcrc32c.c64 tfm = crypto_alloc_shash("crc32c", 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c544 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, function
549 EXPORT_SYMBOL_GPL(crypto_alloc_shash); variable
H A Dtestmgr.c1463 tfm = crypto_alloc_shash(driver, type, mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h258 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c225 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0,
H A Dmv_cesa.c833 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0,
846 base_hash = crypto_alloc_shash(base_hash_name, 0,
H A Domap-sham.c839 tctx->fallback = crypto_alloc_shash(alg_name, 0,
853 bctx->shash = crypto_alloc_shash(alg_base, 0,
H A Dn2_core.c401 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0);

Completed in 102 milliseconds