Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Dsha256_glue.c97 int res = crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
103 res = crypto_register_shashes(sha256_neon_algs, in sha256_mod_init()
Dsha2-ce-glue.c105 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_init()
Dsha512_neon_glue.c290 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha512_neon_mod_init()
/linux-4.1.27/arch/arm64/crypto/
Dsha2-ce-glue.c121 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_init()
/linux-4.1.27/arch/x86/crypto/
Dsha256_ssse3_glue.c180 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha256_ssse3_mod_init()
Dsha512_ssse3_glue.c179 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in sha512_ssse3_mod_init()
/linux-4.1.27/include/crypto/internal/
Dhash.h99 int crypto_register_shashes(struct shash_alg *algs, int count);
/linux-4.1.27/arch/powerpc/crypto/
Dsha256-spe-glue.c258 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_init()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c265 return crypto_register_shashes(octeon_sha256_algs, in octeon_sha256_mod_init()
Docteon-sha512.c262 return crypto_register_shashes(octeon_sha512_algs, in octeon_sha512_mod_init()
/linux-4.1.27/crypto/
Dsha512_generic.c196 return crypto_register_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_init()
Dshash.c635 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() function
653 EXPORT_SYMBOL_GPL(crypto_register_shashes);
Dtgr192.c671 return crypto_register_shashes(tgr_algs, ARRAY_SIZE(tgr_algs)); in tgr192_mod_init()
Dwp512.c1162 return crypto_register_shashes(wp_algs, ARRAY_SIZE(wp_algs)); in wp512_mod_init()
Dsha256_generic.c280 return crypto_register_shashes(sha256_algs, ARRAY_SIZE(sha256_algs)); in sha256_generic_mod_init()