Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dalgapi.c391 crypto_remove_final(&list); in crypto_alg_tested()
395 void crypto_remove_final(struct list_head *list) in crypto_remove_final() function
405 EXPORT_SYMBOL_GPL(crypto_remove_final);
433 crypto_remove_final(&algs_to_put); in crypto_register_alg()
469 crypto_remove_final(&list); in crypto_unregister_alg()
567 crypto_remove_final(&users); in crypto_unregister_template()
662 crypto_remove_final(&algs_to_put); in crypto_register_instance()
679 crypto_remove_final(&list); in crypto_unregister_instance()
H A Dinternal.h121 void crypto_remove_final(struct list_head *list);
H A Dcrypto_user.c274 crypto_remove_final(&list); in crypto_update_alg()