Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcrypto_null.c206 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()
Darc4.c160 crypto_unregister_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); in arc4_exit()
Dspeck.c295 crypto_unregister_algs(speck_algs, ARRAY_SIZE(speck_algs)); in speck_module_exit()
Dtea.c270 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
Dalgapi.c451 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
464 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
Ddes_generic.c993 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
Dserpent_generic.c664 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
/Linux-v4.19/Documentation/crypto/
Ddevel-algos.rst35 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/
Dcamellia_glue.c317 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in camellia_sparc64_mod_fini()
Daes_glue.c494 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in aes_sparc64_mod_fini()
Ddes_glue.c528 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in des_sparc64_mod_fini()
/Linux-v4.19/drivers/crypto/
Dmxs-dcp.c1067 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/
Dcptvf_algs.c495 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c505 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
/Linux-v4.19/include/linux/
Dcrypto.h537 int crypto_unregister_algs(struct crypto_alg *algs, int count);
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_algs.c1303 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/
Daesni-intel_glue.c1523 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/
Dstm32-cryp.c2030 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()