crypto_remove_spawns
EXPORT_SYMBOL_GPL(crypto_remove_spawns);
crypto_remove_spawns(q, algs_to_put, alg);
crypto_remove_spawns(alg, list, NULL);
crypto_remove_spawns(&inst->alg, &list, NULL);
crypto_remove_spawns(alg, &list, NULL);
void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,