Searched refs:crypto_mod_get (Results 1 - 9 of 9) sorted by last modified time

/linux-master/crypto/
H A Dscompress.c214 if (!crypto_mod_get(calg))
H A Dlskcipher.c312 if (!crypto_mod_get(calg))
H A Dcrypto_user.c59 if (unlikely(!crypto_mod_get(q)))
H A Dcipher.c103 if (unlikely(!crypto_mod_get(alg)))
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 Dahash.c120 if (!crypto_mod_get(calg))
H A Dakcipher.c264 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 Dinternal.h109 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);

Completed in 174 milliseconds