Home
last modified time | relevance | path

Searched refs:crypto_alg_get (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/
Dapi.c30 static inline int crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get() function
52 if (crypto_alg_get(q)) in crypto_alg_lookup()
/linux-2.6.39/crypto/
Dapi.c37 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get() function
45 return try_module_get(alg->cra_module) ? crypto_alg_get(alg) : NULL; in crypto_mod_get()