Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dsha512-glue.c105 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_init()
113 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_fini()
116 crypto_unregister_shashes(sha512_neon_algs, in sha512_arm_mod_fini()
Dsha2-ce-glue.c110 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
/linux-4.4.14/arch/x86/crypto/
Dsha256_ssse3_glue.c144 crypto_unregister_shashes(sha256_ssse3_algs, in unregister_sha256_ssse3()
223 crypto_unregister_shashes(sha256_avx_algs, in unregister_sha256_avx()
305 crypto_unregister_shashes(sha256_avx2_algs, in unregister_sha256_avx2()
378 crypto_unregister_shashes(sha256_ni_algs, in unregister_sha256_ni()
Dsha512_ssse3_glue.c144 crypto_unregister_shashes(sha512_ssse3_algs, in unregister_sha512_ssse3()
223 crypto_unregister_shashes(sha512_avx_algs, in unregister_sha512_avx()
305 crypto_unregister_shashes(sha512_avx2_algs, in unregister_sha512_avx2()
/linux-4.4.14/arch/arm64/crypto/
Dsha2-ce-glue.c126 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
/linux-4.4.14/include/crypto/internal/
Dhash.h100 int crypto_unregister_shashes(struct shash_alg *algs, int count);
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c268 crypto_unregister_shashes(octeon_sha512_algs, in octeon_sha512_mod_fini()
Docteon-sha256.c271 crypto_unregister_shashes(octeon_sha256_algs, in octeon_sha256_mod_fini()
/linux-4.4.14/arch/powerpc/crypto/
Dsha256-spe-glue.c263 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_fini()
/linux-4.4.14/crypto/
Dsha512_generic.c201 crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_fini()
Dshash.c650 int crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() function
664 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()