Home
last modified time | relevance | path

Searched refs:crypto_is_moribund (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/crypto/
Dalgapi.c271 if (crypto_is_moribund(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()
363 if (crypto_is_moribund(q)) in crypto_alg_tested()
711 if (!crypto_is_moribund(alg)) { in crypto_grab_spawn()
Dinternal.h148 static inline int crypto_is_moribund(struct crypto_alg *alg) in crypto_is_moribund() function
Dapi.c63 if (crypto_is_moribund(q)) in __crypto_alg_lookup()