Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dapi.c44 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
48 EXPORT_SYMBOL_GPL(crypto_mod_get);
79 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
234 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
561 if (unlikely(!crypto_mod_get(alg))) in crypto_clone_tfm()
H A Dcipher.c103 if (unlikely(!crypto_mod_get(alg))) in crypto_clone_cipher()
H A Dinternal.h112 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
H A Dalgapi.c273 larval->adult = crypto_mod_get(alg); in crypto_alloc_test_larval()
743 if (!crypto_mod_get(alg)) { in crypto_spawn_alg()
H A Dscompress.c338 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
H A Dcrypto_user.c59 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
H A Dlskcipher.c312 if (!crypto_mod_get(calg)) in crypto_init_lskcipher_ops_sg()
H A Dahash.c254 if (!crypto_mod_get(calg)) in crypto_init_ahash_using_shash()