Home
last modified time | relevance | path

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

12

/linux/arch/arm/crypto/
H A Dchacha-glue.c327 crypto_unregister_skciphers(arm_algs, ARRAY_SIZE(arm_algs)); in chacha_simd_mod_init()
336 crypto_unregister_skciphers(arm_algs, ARRAY_SIZE(arm_algs)); in chacha_simd_mod_fini()
338 crypto_unregister_skciphers(neon_algs, ARRAY_SIZE(neon_algs)); in chacha_simd_mod_fini()
/linux/arch/x86/crypto/
H A Dtwofish_glue_3way.c159 crypto_unregister_skciphers(tf_skciphers, ARRAY_SIZE(tf_skciphers)); in twofish_3way_fini()
H A Dblowfish_glue.c187 crypto_unregister_skciphers(bf_skcipher_algs, in blowfish_fini()
H A Ddes3_ede_glue.c381 crypto_unregister_skciphers(des3_ede_skciphers, in des3_ede_x86_fini()
H A Dchacha_glue.c303 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
/linux/crypto/
H A Dchacha_generic.c125 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_fini()
H A Dsimd.c268 crypto_unregister_skciphers(algs, count); in simd_unregister_skciphers()
H A Dskcipher.c953 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers() function
960 EXPORT_SYMBOL_GPL(crypto_unregister_skciphers);
/linux/arch/s390/crypto/
H A Dchacha-glue.c121 crypto_unregister_skciphers(chacha_algs, ARRAY_SIZE(chacha_algs)); in chacha_mod_fini()
/linux/arch/mips/crypto/
H A Dchacha-glue.c138 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
/linux/arch/powerpc/crypto/
H A Dchacha-p10-glue.c213 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_p10_exit()
H A Daes-spe-glue.c507 crypto_unregister_skciphers(aes_skcipher_algs, in ppc_aes_mod_fini()
/linux/include/crypto/internal/
H A Dskcipher.h197 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
/linux/arch/arm64/crypto/
H A Dchacha-neon-glue.c229 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
H A Dsm4-neon-glue.c244 crypto_unregister_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_exit()
H A Dsm4-ce-glue.c754 crypto_unregister_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_init()
761 crypto_unregister_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_exit()
H A Daes-glue.c1027 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
1045 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/linux/arch/riscv/crypto/
H A Daes-riscv64-glue.c608 crypto_unregister_skciphers(riscv64_zvkned_aes_skcipher_algs, in riscv64_aes_mod_init()
621 crypto_unregister_skciphers(riscv64_zvkned_aes_skcipher_algs, in riscv64_aes_mod_exit()
/linux/arch/sparc/crypto/
H A Dcamellia_glue.c283 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_fini()
H A Ddes_glue.c471 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_fini()
H A Daes_glue.c464 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_fini()
/linux/drivers/crypto/
H A Dgeode-aes.c356 crypto_unregister_skciphers(geode_skcipher_algs, in geode_aes_remove()
H A Dmxs-dcp.c1203 crypto_unregister_skciphers(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_probe()
1225 crypto_unregister_skciphers(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_remove()
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c433 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c529 crypto_unregister_skciphers(nitrox_skciphers, in nitrox_unregister_skciphers()

12