Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dapi.c39 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() function
43 EXPORT_SYMBOL_GPL(crypto_mod_get);
84 if (unlikely(!crypto_mod_get(q))) in __crypto_alg_lookup()
188 else if (!crypto_mod_get(alg)) in crypto_larval_wait()
Dskcipher.c102 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_blkcipher()
194 if (!crypto_mod_get(calg)) in crypto_init_skcipher_ops_ablkcipher()
Dinternal.h72 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
Dalgapi.c224 larval->adult = crypto_mod_get(alg); in __crypto_register_alg()
298 if (!crypto_mod_get(alg)) in crypto_alg_tested()
539 if (unlikely(!crypto_mod_get(&inst->alg))) in crypto_register_instance()
661 alg2 = crypto_mod_get(alg2); in crypto_spawn_alg()
Dshash.c340 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_async()
464 if (!crypto_mod_get(calg)) in crypto_init_shash_ops_compat()
Dcrypto_user.c69 if (unlikely(!crypto_mod_get(q))) in crypto_alg_match()