Home
last modified time | relevance | path

Searched refs:crypto_unregister_shashes (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/arch/arm/crypto/
Dsha256_glue.c105 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
113 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini()
116 crypto_unregister_shashes(sha256_neon_algs, in sha256_mod_fini()
Dsha512-glue.c103 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_init()
111 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_fini()
114 crypto_unregister_shashes(sha512_neon_algs, in sha512_arm_mod_fini()
Dsha2-ce-glue.c107 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
Dcrc32-ce-glue.c235 crypto_unregister_shashes(crc32_pmull_algs, in crc32_pmull_mod_exit()
/Linux-v4.19/arch/arm64/crypto/
Dsha256-glue.c179 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
187 crypto_unregister_shashes(neon_algs, ARRAY_SIZE(neon_algs)); in sha256_mod_fini()
188 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini()
Dsha512-glue.c89 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_mod_fini()
Dsha512-ce-glue.c113 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_ce_mod_fini()
Dsha2-ce-glue.c143 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
Dsha3-ce-glue.c153 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha3_neon_mod_fini()
Dcrc32-ce-glue.c231 crypto_unregister_shashes(crc32_pmull_algs, in crc32_pmull_mod_exit()
Daes-glue.c622 crypto_unregister_shashes(mac_algs, ARRAY_SIZE(mac_algs)); in aes_exit()
/Linux-v4.19/arch/x86/crypto/
Dsha256_ssse3_glue.c142 crypto_unregister_shashes(sha256_ssse3_algs, in unregister_sha256_ssse3()
219 crypto_unregister_shashes(sha256_avx_algs, in unregister_sha256_avx()
299 crypto_unregister_shashes(sha256_avx2_algs, in unregister_sha256_avx2()
370 crypto_unregister_shashes(sha256_ni_algs, in unregister_sha256_ni()
Dsha512_ssse3_glue.c142 crypto_unregister_shashes(sha512_ssse3_algs, in unregister_sha512_ssse3()
219 crypto_unregister_shashes(sha512_avx_algs, in unregister_sha512_avx()
299 crypto_unregister_shashes(sha512_avx2_algs, in unregister_sha512_avx2()
/Linux-v4.19/include/crypto/internal/
Dhash.h109 int crypto_unregister_shashes(struct shash_alg *algs, int count);
/Linux-v4.19/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c266 crypto_unregister_shashes(octeon_sha512_algs, in octeon_sha512_mod_fini()
Docteon-sha256.c269 crypto_unregister_shashes(octeon_sha256_algs, in octeon_sha256_mod_fini()
/Linux-v4.19/arch/powerpc/crypto/
Dsha256-spe-glue.c262 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_fini()
/Linux-v4.19/crypto/
Dshash.c524 int crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() function
538 EXPORT_SYMBOL_GPL(crypto_unregister_shashes);
Dsha512_generic.c223 crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_fini()
Dsha3_generic.c294 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha3_generic_mod_fini()
Dtgr192.c673 crypto_unregister_shashes(tgr_algs, ARRAY_SIZE(tgr_algs)); in tgr192_mod_fini()
Dwp512.c1164 crypto_unregister_shashes(wp_algs, ARRAY_SIZE(wp_algs)); in wp512_mod_fini()
/Linux-v4.19/arch/s390/crypto/
Dcrc32-vx.c302 crypto_unregister_shashes(crc32_vx_algs, ARRAY_SIZE(crc32_vx_algs)); in crc_vx_mod_exit()
/Linux-v4.19/drivers/crypto/stm32/
Dstm32_crc32.c325 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in stm32_crc_remove()
/Linux-v4.19/Documentation/crypto/
Ddevel-algos.rst180 int crypto_unregister_shashes(struct shash_alg *algs, int count);

12