Home
last modified time | relevance | path

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

/linux/crypto/
A Dapi.c43 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
47 EXPORT_SYMBOL_GPL(crypto_mod_get);
78 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
237 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
568 if (unlikely(!crypto_mod_get(alg))) in crypto_clone_tfm()
A Dcipher.c103 if (unlikely(!crypto_mod_get(alg))) in crypto_clone_cipher()
A Dinternal.h112 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
A Dakcipher.c264 if (!crypto_mod_get(calg)) in crypto_init_akcipher_ops_sig()
A Dscompress.c214 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
A Dalgapi.c279 larval->adult = crypto_mod_get(alg); in crypto_alloc_test_larval()
744 if (!crypto_mod_get(alg)) { in crypto_spawn_alg()
A Dcrypto_user.c59 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()
A Dlskcipher.c312 if (!crypto_mod_get(calg)) in crypto_init_lskcipher_ops_sg()
A Dahash.c120 if (!crypto_mod_get(calg)) in crypto_init_ahash_using_shash()

Completed in 20 milliseconds