Home
last modified time | relevance | path

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

/crypto/
A Dalgapi.c166 struct crypto_alg *nalg) in crypto_remove_spawns() argument
168 u32 new_type = (nalg ?: alg)->cra_flags; in crypto_remove_spawns()
198 spawn->dead = !spawn->registered || &inst->alg != nalg; in crypto_remove_spawns()
205 if (&inst->alg == nalg) in crypto_remove_spawns()
A Dinternal.h120 struct crypto_alg *nalg);
A Dtestmgr.c5775 char nalg[CRYPTO_MAX_ALG_NAME]; in alg_test() local
5777 if (snprintf(nalg, sizeof(nalg), "ecb(%s)", alg) >= in alg_test()
5778 sizeof(nalg)) in alg_test()
5781 i = alg_find_test(nalg); in alg_test()
5835 char nalg[CRYPTO_MAX_ALG_NAME]; in alg_test() local
5837 if (snprintf(nalg, sizeof(nalg), "ecb(%s)", alg) >= in alg_test()
5838 sizeof(nalg)) in alg_test()
5841 i = alg_find_test(nalg); in alg_test()

Completed in 15 milliseconds