Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dapi.c41 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
45 EXPORT_SYMBOL_GPL(crypto_mod_get);
81 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
227 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
551 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.h109 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
H A Dalgapi.c267 if (fulfill_requests && crypto_mod_get(alg)) in crypto_alg_finish_registration()
302 larval->adult = crypto_mod_get(alg); in crypto_alloc_test_larval()
784 if (!crypto_mod_get(alg)) { in crypto_spawn_alg()
H A Dscompress.c192 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
H A Dakcipher.c295 if (!crypto_mod_get(calg)) in crypto_init_akcipher_ops_sig()
H A Dcrypto_user_base.c60 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
H A Dshash.c417 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()