Home
last modified time | relevance | path

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

/Linux-v6.1/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);
79 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
228 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
Dinternal.h72 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
Dscompress.c193 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
Dalgapi.c237 larval->adult = crypto_mod_get(alg); in crypto_alloc_test_larval()
383 if (best && crypto_mod_get(alg)) in crypto_alg_tested()
752 if (!crypto_mod_get(alg)) { in crypto_spawn_alg()
Dcrypto_user_base.c60 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
Dshash.c385 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()