Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dcrypto_null.c209 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
216 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_fini()
Ddes_generic.c122 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
Dtea.c268 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
Dalgapi.c487 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
494 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
Dserpent_generic.c669 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
/Linux-v5.10/arch/sparc/crypto/
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-v5.10/include/linux/
Dcrypto.h613 void crypto_unregister_algs(struct crypto_alg *algs, int count);
/Linux-v5.10/Documentation/crypto/
Ddevel-algos.rst35 void crypto_unregister_algs(struct crypto_alg *algs, int count);