Searched refs:crypto_unregister_skciphers (Results 1 – 19 of 19) sorted by relevance
| /linux/crypto/ |
| H A D | chacha.c | 161 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in crypto_chacha_mod_fini()
|
| H A D | skcipher.c | 758 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers() function 765 EXPORT_SYMBOL_GPL(crypto_unregister_skciphers);
|
| H A D | simd.c | 246 crypto_unregister_skciphers(algs, count); in simd_unregister_skciphers()
|
| /linux/include/crypto/internal/ |
| H A D | skcipher.h | 203 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
|
| /linux/arch/x86/crypto/ |
| H A D | aria_aesni_avx_glue.c | 215 crypto_unregister_skciphers(aria_algs, ARRAY_SIZE(aria_algs)); in aria_avx_exit()
|
| H A D | aria_aesni_avx2_glue.c | 235 crypto_unregister_skciphers(aria_algs, ARRAY_SIZE(aria_algs)); in aria_avx2_exit()
|
| H A D | aesni-intel_glue.c | 1652 crypto_unregister_skciphers((A), ARRAY_SIZE(A)) 1717 crypto_unregister_skciphers(aesni_skciphers, in aesni_init() 1728 crypto_unregister_skciphers(aesni_skciphers, in aesni_exit()
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-neon-glue.c | 235 crypto_unregister_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_exit()
|
| H A D | sm4-ce-glue.c | 694 crypto_unregister_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_init() 701 crypto_unregister_skciphers(sm4_algs, ARRAY_SIZE(sm4_algs)); in sm4_exit()
|
| H A D | aes-glue.c | 952 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 970 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| H A D | aes-neonbs-glue.c | 456 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-glue.c | 608 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/drivers/crypto/ |
| H A D | geode-aes.c | 356 crypto_unregister_skciphers(geode_skcipher_algs, in geode_aes_remove()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 433 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_skcipher.c | 529 crypto_unregister_skciphers(nitrox_skciphers, in nitrox_unregister_skciphers()
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 507 crypto_unregister_skciphers(aes_skcipher_algs, in ppc_aes_mod_fini()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1514 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs() 1524 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 1118 crypto_unregister_skciphers(sec_algs, ARRAY_SIZE(sec_algs)); in sec_algs_unregister()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 2941 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe() 2957 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_remove()
|