| /linux-6.15/arch/arm/crypto/ |
| H A D | sha512-glue.c | 98 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_init() 106 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_fini() 109 crypto_unregister_shashes(sha512_neon_algs, in sha512_arm_mod_fini()
|
| H A D | sha256_glue.c | 96 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init() 104 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini() 107 crypto_unregister_shashes(sha256_neon_algs, in sha256_mod_fini()
|
| H A D | blake2b-neon-glue.c | 88 crypto_unregister_shashes(blake2b_neon_algs, in blake2b_neon_mod_exit()
|
| H A D | sha2-ce-glue.c | 105 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
|
| H A D | poly1305-glue.c | 263 crypto_unregister_shashes(arm_poly1305_algs, in arm_poly1305_mod_exit()
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sha256-glue.c | 181 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init() 189 crypto_unregister_shashes(neon_algs, ARRAY_SIZE(neon_algs)); in sha256_mod_fini() 190 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini()
|
| H A D | sha512-glue.c | 86 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_mod_fini()
|
| H A D | sha512-ce-glue.c | 117 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_ce_mod_fini()
|
| H A D | sha3-ce-glue.c | 162 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha3_neon_mod_fini()
|
| H A D | sha2-ce-glue.c | 188 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | sha256_ssse3_glue.c | 162 crypto_unregister_shashes(sha256_ssse3_algs, in unregister_sha256_ssse3() 246 crypto_unregister_shashes(sha256_avx_algs, in unregister_sha256_avx() 328 crypto_unregister_shashes(sha256_avx2_algs, in unregister_sha256_avx2() 402 crypto_unregister_shashes(sha256_ni_algs, in unregister_sha256_ni()
|
| H A D | sha512_ssse3_glue.c | 141 crypto_unregister_shashes(sha512_ssse3_algs, in unregister_sha512_ssse3() 217 crypto_unregister_shashes(sha512_avx_algs, in unregister_sha512_avx() 299 crypto_unregister_shashes(sha512_avx2_algs, in unregister_sha512_avx2()
|
| /linux-6.15/crypto/ |
| H A D | sha256_generic.c | 98 crypto_unregister_shashes(sha256_algs, ARRAY_SIZE(sha256_algs)); in sha256_generic_mod_fini()
|
| H A D | shash.c | 386 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() function 393 EXPORT_SYMBOL_GPL(crypto_unregister_shashes);
|
| H A D | crc32_generic.c | 172 crypto_unregister_shashes(algs, num_algs); in crc32_mod_fini()
|
| H A D | blake2b_generic.c | 171 crypto_unregister_shashes(blake2b_algs, ARRAY_SIZE(blake2b_algs)); in blake2b_mod_fini()
|
| H A D | crc32c_generic.c | 212 crypto_unregister_shashes(algs, num_algs); in crc32c_mod_fini()
|
| H A D | sha512_generic.c | 215 crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_fini()
|
| H A D | sha3_generic.c | 289 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha3_generic_mod_fini()
|
| /linux-6.15/arch/riscv/crypto/ |
| H A D | sha512-riscv64-glue.c | 122 crypto_unregister_shashes(riscv64_sha512_algs, in riscv64_sha512_mod_exit()
|
| H A D | sha256-riscv64-glue.c | 126 crypto_unregister_shashes(riscv64_sha256_algs, in riscv64_sha256_mod_exit()
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | sha256-spe-glue.c | 223 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_fini()
|
| /linux-6.15/arch/mips/cavium-octeon/crypto/ |
| H A D | octeon-sha512.c | 229 crypto_unregister_shashes(octeon_sha512_algs, in octeon_sha512_mod_fini()
|
| H A D | octeon-sha256.c | 232 crypto_unregister_shashes(octeon_sha256_algs, in octeon_sha256_mod_fini()
|
| /linux-6.15/include/crypto/internal/ |
| H A D | hash.h | 85 void crypto_unregister_shashes(struct shash_alg *algs, int count);
|