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()204 if (alg && !crypto_is_larval(alg)) { in crypto_alg_lookup()237 if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg)) in crypto_larval_lookup()276 if (IS_ERR(larval) || !crypto_is_larval(larval)) in crypto_alg_mod_lookup()
111 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval() function
213 if (crypto_is_larval(q)) { in __crypto_register_alg()263 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()290 if (crypto_is_larval(q)) { in crypto_alg_tested()
45 if (crypto_is_larval(q)) in crypto_alg_match()