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

/linux-master/crypto/
H A Dalgapi.c239 struct list_head *algs_to_put)
282 crypto_remove_spawns(q, algs_to_put, alg);
317 __crypto_register_alg(struct crypto_alg *alg, struct list_head *algs_to_put) argument
362 crypto_alg_finish_registration(alg, true, algs_to_put);
456 LIST_HEAD(algs_to_put);
466 larval = __crypto_register_alg(alg, &algs_to_put);
477 crypto_remove_final(&algs_to_put);
656 LIST_HEAD(algs_to_put);
688 larval = __crypto_register_alg(&inst->alg, &algs_to_put);
704 crypto_remove_final(&algs_to_put);
237 crypto_alg_finish_registration(struct crypto_alg *alg, bool fulfill_requests, struct list_head *algs_to_put) argument
[all...]

Completed in 114 milliseconds