Searched refs:crypto_unregister_skciphers (Results 1 – 17 of 17) sorted by relevance
| /Linux-v4.19/include/crypto/internal/ |
| D | skcipher.h | 139 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
|
| /Linux-v4.19/arch/x86/crypto/ |
| D | twofish_glue_3way.c | 281 crypto_unregister_skciphers(tf_skciphers, ARRAY_SIZE(tf_skciphers)); in fini()
|
| D | blowfish_glue.c | 467 crypto_unregister_skciphers(bf_skcipher_algs, in fini()
|
| D | des3_ede_glue.c | 495 crypto_unregister_skciphers(des3_ede_skciphers, in des3_ede_x86_fini()
|
| D | camellia_glue.c | 1517 crypto_unregister_skciphers(camellia_skcipher_algs, in fini()
|
| D | aesni-intel_glue.c | 1520 crypto_unregister_skciphers(aesni_skciphers, in aesni_init() 1533 crypto_unregister_skciphers(aesni_skciphers, in aesni_exit()
|
| /Linux-v4.19/crypto/ |
| D | simd.c | 263 crypto_unregister_skciphers(algs, count); in simd_unregister_skciphers()
|
| D | skcipher.c | 1018 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/ |
| D | speck-neon-glue.c | 270 crypto_unregister_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_exit()
|
| D | aes-glue.c | 623 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()
|
| D | aes-neonbs-glue.c | 431 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| /Linux-v4.19/arch/arm/crypto/ |
| D | speck-neon-glue.c | 276 crypto_unregister_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_exit()
|
| D | aes-neonbs-glue.c | 392 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| D | aes-ce-glue.c | 415 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| /Linux-v4.19/drivers/crypto/cavium/nitrox/ |
| D | nitrox_algs.c | 456 crypto_unregister_skciphers(nitrox_skciphers, in nitrox_crypto_unregister()
|
| /Linux-v4.19/drivers/crypto/hisilicon/sec/ |
| D | sec_algs.c | 1118 crypto_unregister_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_unregister()
|
| /Linux-v4.19/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 3132 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()
|