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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dahash.c425 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, function
430 EXPORT_SYMBOL_GPL(crypto_alloc_ahash); variable
H A Dcryptd.c694 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask);
H A Dtcrypt.c658 tfm = crypto_alloc_ahash(algo, 0, 0);
H A Dtestmgr.c1435 tfm = crypto_alloc_ahash(driver, type, mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h110 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dah4.c421 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0);
434 * after a successful crypto_alloc_ahash().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c644 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c355 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0,
392 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0,

Completed in 115 milliseconds