Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dalgapi.c227 struct list_head *algs_to_put) in crypto_alg_finish_registration() argument
270 crypto_remove_spawns(q, algs_to_put, alg); in crypto_alg_finish_registration()
305 __crypto_register_alg(struct crypto_alg *alg, struct list_head *algs_to_put) in __crypto_register_alg() argument
351 crypto_alg_finish_registration(alg, true, algs_to_put); in __crypto_register_alg()
445 LIST_HEAD(algs_to_put); in crypto_register_alg()
455 larval = __crypto_register_alg(alg, &algs_to_put); in crypto_register_alg()
466 crypto_remove_final(&algs_to_put); in crypto_register_alg()
643 LIST_HEAD(algs_to_put); in crypto_register_instance()
675 larval = __crypto_register_alg(&inst->alg, &algs_to_put); in crypto_register_instance()
691 crypto_remove_final(&algs_to_put); in crypto_register_instance()

Completed in 5 milliseconds