Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dapi.c35 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
39 EXPORT_SYMBOL_GPL(crypto_mod_get);
80 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
184 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
Dinternal.h58 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
Dscompress.c193 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
Dalgapi.c230 larval->adult = crypto_mod_get(alg); in __crypto_register_alg()
306 if (!crypto_mod_get(alg)) in crypto_alg_tested()
690 alg2 = crypto_mod_get(alg2); in crypto_spawn_alg()
Dcrypto_user_base.c60 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
Dskcipher.c671 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_blkcipher()
770 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_ablkcipher()
Dshash.c358 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()