Home
last modified time | relevance | path

Searched refs:crypto_mod_get (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/crypto/
Dapi.c39 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
43 EXPORT_SYMBOL_GPL(crypto_mod_get);
84 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
188 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
Dinternal.h73 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
Dalgapi.c216 larval->adult = crypto_mod_get(alg); in __crypto_register_alg()
290 if (!crypto_mod_get(alg)) in crypto_alg_tested()
531 if (unlikely(!crypto_mod_get(&inst->alg))) in crypto_register_instance()
637 alg2 = crypto_mod_get(alg2); in crypto_spawn_alg()
Dshash.c340 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()
464 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_compat()
Dcrypto_user.c68 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()