Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Ddes_generic.c122 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
H A Dtea.c251 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
H A Dalgapi.c493 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
500 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
/linux-6.15/arch/sparc/crypto/
H A Ddes_glue.c464 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()
470 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_fini()
/linux-6.15/include/crypto/
H A Dalgapi.h136 void crypto_unregister_algs(struct crypto_alg *algs, int count);
/linux-6.15/Documentation/crypto/
H A Ddevel-algos.rst35 void crypto_unregister_algs(struct crypto_alg *algs, int count);