Searched refs:crypto_alg_get (Results 1 – 2 of 2) sorted by relevance
30 static inline int crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get() function52 if (crypto_alg_get(q)) in crypto_alg_lookup()
37 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get() function45 return try_module_get(alg->cra_module) ? crypto_alg_get(alg) : NULL; in crypto_mod_get()