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()253 if (!crypto_is_larval(alg) && in crypto_alg_lookup()261 if (alg && !crypto_is_larval(alg)) { in crypto_alg_lookup()294 if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg)) in crypto_larval_lookup()333 if (IS_ERR(larval) || !crypto_is_larval(larval)) in crypto_alg_mod_lookup()
274 if (crypto_is_larval(q)) { in __crypto_register_alg()316 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()347 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()366 if (crypto_is_larval(q)) { in crypto_alg_tested()1246 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()