Searched refs:crypto_unregister_algs (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | crypto_null.c | 209 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()
|
| D | des_generic.c | 128 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
|
| D | tea.c | 268 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
|
| D | algapi.c | 441 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function 454 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
|
| D | serpent_generic.c | 667 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
|
| /Linux-v5.4/Documentation/crypto/ |
| D | devel-algos.rst | 35 int crypto_unregister_algs(struct crypto_alg *algs, int count); 53 - crypto_unregister_algs() tries to unregister all the given
|
| /Linux-v5.4/arch/sparc/crypto/ |
| D | camellia_glue.c | 313 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in camellia_sparc64_mod_fini()
|
| D | des_glue.c | 516 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in des_sparc64_mod_fini()
|
| D | aes_glue.c | 490 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in aes_sparc64_mod_fini()
|
| /Linux-v5.4/drivers/crypto/ |
| D | mxs-dcp.c | 1142 crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_probe() 1167 crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_remove()
|
| /Linux-v5.4/drivers/crypto/cavium/cpt/ |
| D | cptvf_algs.c | 483 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
|
| /Linux-v5.4/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 500 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
|
| /Linux-v5.4/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 1406 crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_register() 1417 crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_unregister()
|
| /Linux-v5.4/include/linux/ |
| D | crypto.h | 705 int crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /Linux-v5.4/drivers/crypto/stm32/ |
| D | stm32-cryp.c | 2030 crypto_unregister_algs(crypto_algs, ARRAY_SIZE(crypto_algs)); in stm32_cryp_probe() 2062 crypto_unregister_algs(crypto_algs, ARRAY_SIZE(crypto_algs)); in stm32_cryp_remove()
|