crypto_unregister_shashes  233 arch/arm/crypto/crc32-ce-glue.c 	crypto_unregister_shashes(crc32_pmull_algs,
crypto_unregister_shashes  105 arch/arm/crypto/sha2-ce-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  100 arch/arm/crypto/sha256_glue.c 			crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  108 arch/arm/crypto/sha256_glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  111 arch/arm/crypto/sha256_glue.c 		crypto_unregister_shashes(sha256_neon_algs,
crypto_unregister_shashes  100 arch/arm/crypto/sha512-glue.c 	crypto_unregister_shashes(sha512_arm_algs,
crypto_unregister_shashes  108 arch/arm/crypto/sha512-glue.c 	crypto_unregister_shashes(sha512_arm_algs,
crypto_unregister_shashes  111 arch/arm/crypto/sha512-glue.c 		crypto_unregister_shashes(sha512_neon_algs,
crypto_unregister_shashes 1022 arch/arm64/crypto/aes-glue.c 	crypto_unregister_shashes(mac_algs, ARRAY_SIZE(mac_algs));
crypto_unregister_shashes  113 arch/arm64/crypto/crct10dif-ce-glue.c 		crypto_unregister_shashes(crc_t10dif_alg,
crypto_unregister_shashes  713 arch/arm64/crypto/ghash-ce-glue.c 			crypto_unregister_shashes(ghash_alg,
crypto_unregister_shashes  722 arch/arm64/crypto/ghash-ce-glue.c 		crypto_unregister_shashes(ghash_alg, ARRAY_SIZE(ghash_alg));
crypto_unregister_shashes  141 arch/arm64/crypto/sha2-ce-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  175 arch/arm64/crypto/sha256-glue.c 			crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  183 arch/arm64/crypto/sha256-glue.c 		crypto_unregister_shashes(neon_algs, ARRAY_SIZE(neon_algs));
crypto_unregister_shashes  184 arch/arm64/crypto/sha256-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  154 arch/arm64/crypto/sha3-ce-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  114 arch/arm64/crypto/sha512-ce-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes   84 arch/arm64/crypto/sha512-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  265 arch/mips/cavium-octeon/crypto/octeon-sha256.c 	crypto_unregister_shashes(octeon_sha256_algs,
crypto_unregister_shashes  262 arch/mips/cavium-octeon/crypto/octeon-sha512.c 	crypto_unregister_shashes(octeon_sha512_algs,
crypto_unregister_shashes  257 arch/powerpc/crypto/sha256-spe-glue.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  302 arch/s390/crypto/crc32-vx.c 	crypto_unregister_shashes(crc32_vx_algs, ARRAY_SIZE(crc32_vx_algs));
crypto_unregister_shashes  143 arch/x86/crypto/sha256_ssse3_glue.c 		crypto_unregister_shashes(sha256_ssse3_algs,
crypto_unregister_shashes  220 arch/x86/crypto/sha256_ssse3_glue.c 		crypto_unregister_shashes(sha256_avx_algs,
crypto_unregister_shashes  300 arch/x86/crypto/sha256_ssse3_glue.c 		crypto_unregister_shashes(sha256_avx2_algs,
crypto_unregister_shashes  371 arch/x86/crypto/sha256_ssse3_glue.c 		crypto_unregister_shashes(sha256_ni_algs,
crypto_unregister_shashes  142 arch/x86/crypto/sha512_ssse3_glue.c 		crypto_unregister_shashes(sha512_ssse3_algs,
crypto_unregister_shashes  219 arch/x86/crypto/sha512_ssse3_glue.c 		crypto_unregister_shashes(sha512_avx_algs,
crypto_unregister_shashes  299 arch/x86/crypto/sha512_ssse3_glue.c 		crypto_unregister_shashes(sha512_avx2_algs,
crypto_unregister_shashes  106 crypto/sha256_generic.c 	crypto_unregister_shashes(sha256_algs, ARRAY_SIZE(sha256_algs));
crypto_unregister_shashes  289 crypto/sha3_generic.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  218 crypto/sha512_generic.c 	crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs));
crypto_unregister_shashes  538 crypto/shash.c EXPORT_SYMBOL_GPL(crypto_unregister_shashes);
crypto_unregister_shashes 1082 crypto/streebog_generic.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  671 crypto/tgr192.c 	crypto_unregister_shashes(tgr_algs, ARRAY_SIZE(tgr_algs));
crypto_unregister_shashes 1167 crypto/wp512.c 	crypto_unregister_shashes(wp_algs, ARRAY_SIZE(wp_algs));
crypto_unregister_shashes  323 drivers/crypto/stm32/stm32-crc32.c 	crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
crypto_unregister_shashes  104 include/crypto/internal/hash.h int crypto_unregister_shashes(struct shash_alg *algs, int count);