Home
last modified time | relevance | path

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

12

/linux/arch/arm/crypto/
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()
A Daes-neonbs-glue.c523 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/linux/arch/x86/crypto/
A Dtwofish_glue_3way.c159 crypto_unregister_skciphers(tf_skciphers, ARRAY_SIZE(tf_skciphers)); in fini()
A Dblowfish_glue.c345 crypto_unregister_skciphers(bf_skcipher_algs, in fini()
A Dchacha_glue.c303 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
A Ddes3_ede_glue.c389 crypto_unregister_skciphers(des3_ede_skciphers, in des3_ede_x86_fini()
A Dcamellia_glue.c1407 crypto_unregister_skciphers(camellia_skcipher_algs, in fini()
/linux/crypto/
A Dchacha_generic.c125 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_generic_mod_fini()
A Dskcipher.c849 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers() function
856 EXPORT_SYMBOL_GPL(crypto_unregister_skciphers);
A Dsimd.c268 crypto_unregister_skciphers(algs, count); in simd_unregister_skciphers()
/linux/include/crypto/internal/
A Dskcipher.h128 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
/linux/arch/mips/crypto/
A Dchacha-glue.c138 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
/linux/arch/arm64/crypto/
A Dchacha-neon-glue.c229 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in chacha_simd_mod_fini()
A Daes-glue.c958 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
976 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
A Daes-neonbs-glue.c450 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/linux/arch/sparc/crypto/
A Dcamellia_glue.c283 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_fini()
A Ddes_glue.c471 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_fini()
A Daes_glue.c464 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_fini()
/linux/drivers/crypto/
A Dgeode-aes.c356 crypto_unregister_skciphers(geode_skcipher_algs, in geode_aes_remove()
A Dmxs-dcp.c1129 crypto_unregister_skciphers(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_probe()
1154 crypto_unregister_skciphers(dcp_aes_algs, ARRAY_SIZE(dcp_aes_algs)); in mxs_dcp_remove()
/linux/drivers/crypto/cavium/cpt/
A Dcptvf_algs.c459 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_skcipher.c550 crypto_unregister_skciphers(nitrox_skciphers, in nitrox_unregister_skciphers()
/linux/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c2430 crypto_unregister_skciphers(sec_skciphers_v3, in sec_register_to_crypto()
2433 crypto_unregister_skciphers(sec_skciphers, in sec_register_to_crypto()
2446 crypto_unregister_skciphers(sec_skciphers_v3, in sec_unregister_from_crypto()
2448 crypto_unregister_skciphers(sec_skciphers, in sec_unregister_from_crypto()
/linux/arch/powerpc/crypto/
A Daes-spe-glue.c507 crypto_unregister_skciphers(aes_skcipher_algs, in ppc_aes_mod_fini()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c1611 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()
1621 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()

Completed in 37 milliseconds

12