Searched refs:crypto_mod_get (Results 1 - 9 of 9) sorted by relevance

/linux-master/crypto/
H A Dapi.c41 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) function
45 EXPORT_SYMBOL_GPL(crypto_mod_get); variable
81 if (unlikely(!crypto_mod_get(q)))
227 else if (!crypto_mod_get(alg))
551 if (unlikely(!crypto_mod_get(alg)))
H A Dcipher.c104 if (unlikely(!crypto_mod_get(alg)))
H A Dinternal.h109 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
H A Dakcipher.c295 if (!crypto_mod_get(calg))
H A Dscompress.c214 if (!crypto_mod_get(calg))
H A Dalgapi.c267 if (fulfill_requests && crypto_mod_get(alg))
302 larval->adult = crypto_mod_get(alg);
784 if (!crypto_mod_get(alg)) {
H A Dcrypto_user_base.c60 if (unlikely(!crypto_mod_get(q)))
H A Dlskcipher.c377 if (!crypto_mod_get(calg))
H A Dahash.c136 if (!crypto_mod_get(calg))

Completed in 128 milliseconds