Searched refs:crypto_is_larval (Results 1 – 4 of 4) sorted by relevance
69 if (crypto_is_larval(q) && in __crypto_alg_lookup()98 BUG_ON(!crypto_is_larval(alg)); in crypto_larval_destroy()146 if (crypto_is_larval(alg)) in crypto_larval_add()246 if (alg && !crypto_is_larval(alg)) { in crypto_alg_lookup()279 if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg)) in crypto_larval_lookup()318 if (IS_ERR(larval) || !crypto_is_larval(larval)) in crypto_alg_mod_lookup()
268 if (crypto_is_larval(q)) { in __crypto_register_alg()310 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()333 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()352 if (crypto_is_larval(q)) { in crypto_alg_tested()1279 if (!crypto_is_larval(q)) in crypto_start_tests()
138 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval() function
45 if (crypto_is_larval(q)) in crypto_alg_match()
Completed in 9 milliseconds