Searched refs:adult (Results 1 – 3 of 3) sorted by relevance
260 larval->adult = crypto_mod_get(alg); in __crypto_register_alg()261 if (!larval->adult) in __crypto_register_alg()308 alg = test->adult; in crypto_alg_tested()348 if (larval->adult) in crypto_alg_tested()354 larval->adult = alg; in crypto_alg_tested()356 larval->adult = ERR_PTR(-EAGAIN); in crypto_alg_tested()397 err = crypto_probing_notify(CRYPTO_MSG_ALG_REGISTER, larval->adult); in crypto_wait_for_test()
100 if (!IS_ERR_OR_NULL(larval->adult)) in crypto_larval_destroy()101 crypto_mod_put(larval->adult); in crypto_larval_destroy()174 alg = larval->adult; in crypto_larval_wait()
27 struct crypto_alg *adult; member