Searched refs:crypto_alg_lookup (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 Dautoload.c34 struct crypto_alg *alg = crypto_alg_lookup(name);
37 alg = crypto_alg_lookup(name);
H A Dinternal.h54 struct crypto_alg *crypto_alg_lookup(const char *name);
62 return crypto_alg_lookup(name);
H A Dapi.c41 struct crypto_alg *crypto_alg_lookup(const char *name) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dapi.c196 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask) function
206 EXPORT_SYMBOL_GPL(crypto_alg_lookup); variable
218 alg = crypto_alg_lookup(name, type, mask);
226 alg = crypto_alg_lookup(name, type, mask);
H A Dinternal.h74 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask);
H A Dalgapi.c33 alg = crypto_alg_lookup(name, type, mask);

Completed in 96 milliseconds