Home
last modified time | relevance | path

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

/Linux-v4.19/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()
670 alg2 = crypto_mod_get(alg2); in crypto_spawn_alg()
Dscompress.c216 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
Dcrypto_user.c70 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
Dskcipher.c658 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_blkcipher()
756 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_ablkcipher()
Dshash.c354 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()