Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Dsha256_glue.c107 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
115 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini()
118 crypto_unregister_shashes(sha256_neon_algs, in sha256_mod_fini()
Dsha2-ce-glue.c110 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
Dsha512_neon_glue.c295 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_neon_mod_fini()
/linux-4.1.27/arch/arm64/crypto/
Dsha2-ce-glue.c126 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
/linux-4.1.27/arch/x86/crypto/
Dsha256_ssse3_glue.c189 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_ssse3_mod_fini()
Dsha512_ssse3_glue.c188 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_ssse3_mod_fini()
/linux-4.1.27/include/crypto/internal/
Dhash.h100 int crypto_unregister_shashes(struct shash_alg *algs, int count);
/linux-4.1.27/arch/powerpc/crypto/
Dsha256-spe-glue.c263 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_fini()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c271 crypto_unregister_shashes(octeon_sha256_algs, in octeon_sha256_mod_fini()
Docteon-sha512.c268 crypto_unregister_shashes(octeon_sha512_algs, in octeon_sha512_mod_fini()
/linux-4.1.27/crypto/
Dsha512_generic.c201 crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_fini()
Dshash.c655 int crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() function
669 EXPORT_SYMBOL_GPL(crypto_unregister_shashes);
Dtgr192.c676 crypto_unregister_shashes(tgr_algs, ARRAY_SIZE(tgr_algs)); in tgr192_mod_fini()
Dwp512.c1167 crypto_unregister_shashes(wp_algs, ARRAY_SIZE(wp_algs)); in wp512_mod_fini()
Dsha256_generic.c285 crypto_unregister_shashes(sha256_algs, ARRAY_SIZE(sha256_algs)); in sha256_generic_mod_fini()