Searched refs:__crypto_alloc_tfm (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dcrypto_compat.h46 tfm = __crypto_alloc_tfm(alg, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dinternal.h90 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
H A Dapi.c357 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, function
391 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); variable
429 tfm = __crypto_alloc_tfm(alg, type, mask);
H A Dablkcipher.c632 tfm = __crypto_alloc_tfm(alg, type, mask);
H A Daead.c485 tfm = __crypto_alloc_tfm(alg, type, mask);
H A Dalgapi.c604 tfm = __crypto_alloc_tfm(alg, type, mask);

Completed in 45 milliseconds