Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dskcipher.h139 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
/Linux-v4.19/arch/x86/crypto/
Dtwofish_glue_3way.c281 crypto_unregister_skciphers(tf_skciphers, ARRAY_SIZE(tf_skciphers)); in fini()
Dblowfish_glue.c467 crypto_unregister_skciphers(bf_skcipher_algs, in fini()
Ddes3_ede_glue.c495 crypto_unregister_skciphers(des3_ede_skciphers, in des3_ede_x86_fini()
Dcamellia_glue.c1517 crypto_unregister_skciphers(camellia_skcipher_algs, in fini()
Daesni-intel_glue.c1520 crypto_unregister_skciphers(aesni_skciphers, in aesni_init()
1533 crypto_unregister_skciphers(aesni_skciphers, in aesni_exit()
/Linux-v4.19/crypto/
Dsimd.c263 crypto_unregister_skciphers(algs, count); in simd_unregister_skciphers()
Dskcipher.c1018 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers() function
1025 EXPORT_SYMBOL_GPL(crypto_unregister_skciphers);
/Linux-v4.19/arch/arm64/crypto/
Dspeck-neon-glue.c270 crypto_unregister_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_exit()
Daes-glue.c623 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
664 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
Daes-neonbs-glue.c431 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/Linux-v4.19/arch/arm/crypto/
Dspeck-neon-glue.c276 crypto_unregister_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_exit()
Daes-neonbs-glue.c392 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
Daes-ce-glue.c415 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_algs.c456 crypto_unregister_skciphers(nitrox_skciphers, in nitrox_crypto_unregister()
/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_algs.c1118 crypto_unregister_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_unregister()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c3132 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()
3155 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_remove()