Home
last modified time | relevance | path

Searched refs:crypto_register_shashes (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.15/arch/arm/crypto/
H A Dsha512-glue.c84 err = crypto_register_shashes(sha512_arm_algs, in sha512_arm_mod_init()
90 err = crypto_register_shashes(sha512_neon_algs, in sha512_arm_mod_init()
H A Dsha256_glue.c86 int res = crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
92 res = crypto_register_shashes(sha256_neon_algs, in sha256_mod_init()
H A Dblake2b-neon-glue.c82 return crypto_register_shashes(blake2b_neon_algs, in blake2b_neon_mod_init()
H A Dsha2-ce-glue.c100 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_init()
H A Dpoly1305-glue.c251 crypto_register_shashes(arm_poly1305_algs, in arm_poly1305_mod_init()
/linux-6.15/arch/x86/crypto/
H A Dsha256_ssse3_glue.c154 return crypto_register_shashes(sha256_ssse3_algs, in register_sha256_ssse3()
238 return crypto_register_shashes(sha256_avx_algs, in register_sha256_avx()
320 return crypto_register_shashes(sha256_avx2_algs, in register_sha256_avx2()
394 return crypto_register_shashes(sha256_ni_algs, in register_sha256_ni()
H A Dsha512_ssse3_glue.c133 return crypto_register_shashes(sha512_ssse3_algs, in register_sha512_ssse3()
209 return crypto_register_shashes(sha512_avx_algs, in register_sha512_avx()
284 return crypto_register_shashes(sha512_avx2_algs, in register_sha512_avx2()
/linux-6.15/arch/arm64/crypto/
H A Dsha256-glue.c174 int ret = crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
179 ret = crypto_register_shashes(neon_algs, ARRAY_SIZE(neon_algs)); in sha256_mod_init()
H A Dsha512-glue.c81 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha512_mod_init()
H A Dsha512-ce-glue.c112 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha512_ce_mod_init()
H A Dsha3-ce-glue.c157 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha3_neon_mod_init()
H A Dsha2-ce-glue.c183 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_init()
/linux-6.15/crypto/
H A Dsha256_generic.c93 return crypto_register_shashes(sha256_algs, ARRAY_SIZE(sha256_algs)); in sha256_generic_mod_init()
H A Dshash.c366 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() function
384 EXPORT_SYMBOL_GPL(crypto_register_shashes);
H A Dcrc32_generic.c167 return crypto_register_shashes(algs, num_algs); in crc32_mod_init()
H A Dblake2b_generic.c166 return crypto_register_shashes(blake2b_algs, ARRAY_SIZE(blake2b_algs)); in blake2b_mod_init()
H A Dcrc32c_generic.c207 return crypto_register_shashes(algs, num_algs); in crc32c_mod_init()
H A Dsha512_generic.c210 return crypto_register_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_init()
H A Dsha3_generic.c284 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha3_generic_mod_init()
/linux-6.15/arch/riscv/crypto/
H A Dsha512-riscv64-glue.c114 return crypto_register_shashes(riscv64_sha512_algs, in riscv64_sha512_mod_init()
H A Dsha256-riscv64-glue.c118 return crypto_register_shashes(riscv64_sha256_algs, in riscv64_sha256_mod_init()
/linux-6.15/arch/powerpc/crypto/
H A Dsha256-spe-glue.c218 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_init()
/linux-6.15/arch/mips/cavium-octeon/crypto/
H A Docteon-sha512.c223 return crypto_register_shashes(octeon_sha512_algs, in octeon_sha512_mod_init()
H A Docteon-sha256.c226 return crypto_register_shashes(octeon_sha256_algs, in octeon_sha256_mod_init()
/linux-6.15/include/crypto/internal/
H A Dhash.h84 int crypto_register_shashes(struct shash_alg *algs, int count);

12