Home
last modified time | relevance | path

Searched refs:nalg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dinternal.h64 struct crypto_alg *nalg);
H A Dalgapi.c96 * on by the new algorithm (nalg in crypto_remove_spawns).
99 * in the dependency chain of nalg by unsetting n->dead.
147 * through spawns. If nalg is not null, then exempt any algorithms
148 * that is depended on by nalg. This is useful when nalg itself
152 struct crypto_alg *nalg) in crypto_remove_spawns()
154 u32 new_type = (nalg ?: alg)->cra_flags; in crypto_remove_spawns()
184 spawn->dead = !spawn->registered || &inst->alg != nalg; in crypto_remove_spawns()
191 if (&inst->alg == nalg) in crypto_remove_spawns()
151 crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, struct crypto_alg *nalg) crypto_remove_spawns() argument
H A Dtestmgr.c5663 char nalg[CRYPTO_MAX_ALG_NAME]; in alg_test() local
5665 if (snprintf(nalg, sizeof(nalg), "ecb(%s)", alg) >= in alg_test()
5666 sizeof(nalg)) in alg_test()
5669 i = alg_find_test(nalg); in alg_test()
/kernel/linux/linux-6.6/crypto/
H A Dalgapi.c102 * on by the new algorithm (nalg in crypto_remove_spawns).
105 * in the dependency chain of nalg by unsetting n->dead.
153 * through spawns. If nalg is not null, then exempt any algorithms
154 * that is depended on by nalg. This is useful when nalg itself
158 struct crypto_alg *nalg) in crypto_remove_spawns()
160 u32 new_type = (nalg ?: alg)->cra_flags; in crypto_remove_spawns()
190 spawn->dead = !spawn->registered || &inst->alg != nalg; in crypto_remove_spawns()
197 if (&inst->alg == nalg) in crypto_remove_spawns()
157 crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, struct crypto_alg *nalg) crypto_remove_spawns() argument
H A Dinternal.h118 struct crypto_alg *nalg);
H A Dtestmgr.c5888 char nalg[CRYPTO_MAX_ALG_NAME]; in alg_test() local
5890 if (snprintf(nalg, sizeof(nalg), "ecb(%s)", alg) >= in alg_test()
5891 sizeof(nalg)) in alg_test()
5894 i = alg_find_test(nalg); in alg_test()

Completed in 17 milliseconds