Home
last modified time | relevance | path

Searched refs:crypto_unregister_skciphers (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.10/arch/arm/crypto/
Dchacha-glue.c326 crypto_unregister_skciphers(arm_algs, ARRAY_SIZE(arm_algs)); in chacha_simd_mod_init()
335 crypto_unregister_skciphers(arm_algs, ARRAY_SIZE(arm_algs)); in chacha_simd_mod_fini()
337 crypto_unregister_skciphers(neon_algs, ARRAY_SIZE(neon_algs)); in chacha_simd_mod_fini()
Daes-neonbs-glue.c518 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/Linux-v5.10/crypto/
Dchacha_generic.c125 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_fini()
Dskcipher.c854 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers() function
861 EXPORT_SYMBOL_GPL(crypto_unregister_skciphers);
Dsimd.c268 crypto_unregister_skciphers(algs, count); in simd_unregister_skciphers()
/Linux-v5.10/include/crypto/internal/
Dskcipher.h127 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
/Linux-v5.10/arch/mips/crypto/
Dchacha-glue.c138 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
/Linux-v5.10/arch/x86/crypto/
Dtwofish_glue_3way.c269 crypto_unregister_skciphers(tf_skciphers, ARRAY_SIZE(tf_skciphers)); in fini()
Dchacha_glue.c303 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
Dblowfish_glue.c452 crypto_unregister_skciphers(bf_skcipher_algs, in fini()
Ddes3_ede_glue.c493 crypto_unregister_skciphers(des3_ede_skciphers, in des3_ede_x86_fini()
Dcamellia_glue.c1502 crypto_unregister_skciphers(camellia_skcipher_algs, in fini()
/Linux-v5.10/arch/arm64/crypto/
Dchacha-neon-glue.c229 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
Daes-glue.c1000 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
1041 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-neonbs-glue.c525 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/Linux-v5.10/arch/sparc/crypto/
Dcamellia_glue.c283 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_fini()
Ddes_glue.c471 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_fini()
Daes_glue.c464 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_fini()
/Linux-v5.10/drivers/crypto/
Dgeode-aes.c355 crypto_unregister_skciphers(geode_skcipher_algs, in geode_aes_remove()
Dmxs-dcp.c1121 crypto_unregister_skciphers(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_probe()
1146 crypto_unregister_skciphers(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_remove()
/Linux-v5.10/drivers/crypto/cavium/cpt/
Dcptvf_algs.c459 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c550 crypto_unregister_skciphers(nitrox_skciphers, in nitrox_unregister_skciphers()
/Linux-v5.10/arch/powerpc/crypto/
Daes-spe-glue.c507 crypto_unregister_skciphers(aes_skcipher_algs, in ppc_aes_mod_fini()
/Linux-v5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c1610 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()
1620 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_algs.c1433 crypto_unregister_skciphers(qat_skciphers, ARRAY_SIZE(qat_skciphers)); in qat_algs_register()
1444 crypto_unregister_skciphers(qat_skciphers, ARRAY_SIZE(qat_skciphers)); in qat_algs_unregister()

12