Home
last modified time | relevance | path

Searched refs:crypto_is_larval (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/crypto/
Dapi.c69 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()
Dalgapi.c274 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()
Dinternal.h138 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval() function
Dcrypto_user_base.c45 if (crypto_is_larval(q)) in crypto_alg_match()