Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dapi.c40 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
44 EXPORT_SYMBOL_GPL(crypto_mod_get);
85 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
189 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
Dinternal.h69 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
Dalgapi.c244 larval->adult = crypto_mod_get(alg); in __crypto_register_alg()
318 if (!crypto_mod_get(alg)) in crypto_alg_tested()
665 if (alg && !crypto_mod_get(alg)) { in crypto_spawn_alg()
Dscompress.c216 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
Dcrypto_user.c73 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
Dskcipher.c675 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_blkcipher()
774 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_ablkcipher()
Dshash.c375 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()