Searched refs:crypto_is_larval (Results 1 – 4 of 4) sorted by relevance
75 if (crypto_is_larval(q) && in __crypto_alg_lookup()104 BUG_ON(!crypto_is_larval(alg)); in crypto_larval_destroy()152 if (crypto_is_larval(alg)) in crypto_larval_add()209 if (alg && !crypto_is_larval(alg)) { in crypto_alg_lookup()242 if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg)) in crypto_larval_lookup()281 if (IS_ERR(larval) || !crypto_is_larval(larval)) in crypto_alg_mod_lookup()
123 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval() function
227 if (crypto_is_larval(q)) { in __crypto_register_alg()275 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()302 if (crypto_is_larval(q)) { in crypto_alg_tested()
58 if (crypto_is_larval(q)) in crypto_alg_match()