Searched refs:crypto_unregister_algs (Results 1 – 18 of 18) sorted by relevance
| /Linux-v4.19/crypto/ |
| D | crypto_null.c | 206 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init() 214 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_fini()
|
| D | arc4.c | 160 crypto_unregister_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); in arc4_exit()
|
| D | speck.c | 295 crypto_unregister_algs(speck_algs, ARRAY_SIZE(speck_algs)); in speck_module_exit()
|
| D | tea.c | 270 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
|
| D | algapi.c | 451 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function 464 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
|
| D | des_generic.c | 993 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
|
| D | serpent_generic.c | 664 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
|
| /Linux-v4.19/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-v4.19/arch/sparc/crypto/ |
| D | camellia_glue.c | 317 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in camellia_sparc64_mod_fini()
|
| D | aes_glue.c | 494 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in aes_sparc64_mod_fini()
|
| D | des_glue.c | 528 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in des_sparc64_mod_fini()
|
| /Linux-v4.19/drivers/crypto/ |
| D | mxs-dcp.c | 1067 crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_probe() 1088 crypto_unregister_algs(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_remove()
|
| /Linux-v4.19/drivers/crypto/cavium/cpt/ |
| D | cptvf_algs.c | 495 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
|
| /Linux-v4.19/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 505 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
|
| /Linux-v4.19/include/linux/ |
| D | crypto.h | 537 int crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /Linux-v4.19/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 1303 crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_register() 1314 crypto_unregister_algs(qat_algs, ARRAY_SIZE(qat_algs)); in qat_algs_unregister()
|
| /Linux-v4.19/arch/x86/crypto/ |
| D | aesni-intel_glue.c | 1523 crypto_unregister_algs(aesni_algs, ARRAY_SIZE(aesni_algs)); in aesni_init() 1535 crypto_unregister_algs(aesni_algs, ARRAY_SIZE(aesni_algs)); in aesni_exit()
|
| /Linux-v4.19/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()
|