Searched refs:crypto_is_larval (Results 1 – 4 of 4) sorted by relevance
70 if (crypto_is_larval(q) && in __crypto_alg_lookup()99 BUG_ON(!crypto_is_larval(alg)); in crypto_larval_destroy()147 if (crypto_is_larval(alg)) in crypto_larval_add()206 if (alg && !crypto_is_larval(alg)) { in crypto_alg_lookup()239 if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg)) in crypto_larval_lookup()278 if (IS_ERR(larval) || !crypto_is_larval(larval)) in crypto_alg_mod_lookup()
121 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval() function
242 if (crypto_is_larval(q)) { in __crypto_register_alg()293 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()316 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()335 if (crypto_is_larval(q)) { in crypto_alg_tested()
45 if (crypto_is_larval(q)) in crypto_alg_match()