Home
last modified time | relevance | path

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

/Linux-v5.4/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.c128 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.c441 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function
454 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
Dserpent_generic.c667 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
/Linux-v5.4/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-v5.4/arch/sparc/crypto/
Dcamellia_glue.c313 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in camellia_sparc64_mod_fini()
Ddes_glue.c516 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in des_sparc64_mod_fini()
Daes_glue.c490 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in aes_sparc64_mod_fini()
/Linux-v5.4/drivers/crypto/
Dmxs-dcp.c1142 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/
Dcptvf_algs.c483 crypto_unregister_algs(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
/Linux-v5.4/arch/powerpc/crypto/
Daes-spe-glue.c500 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dqat_algs.c1406 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/
Dcrypto.h705 int crypto_unregister_algs(struct crypto_alg *algs, int count);
/Linux-v5.4/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()