Home
last modified time | relevance | path

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

12

/linux/arch/arm/crypto/
A Dsha256_glue.c99 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
107 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini()
110 crypto_unregister_shashes(sha256_neon_algs, in sha256_mod_fini()
A Dsha512-glue.c100 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_init()
108 crypto_unregister_shashes(sha512_arm_algs, in sha512_arm_mod_fini()
111 crypto_unregister_shashes(sha512_neon_algs, in sha512_arm_mod_fini()
A Dblake2s-glue.c61 crypto_unregister_shashes(blake2s_arm_algs, in blake2s_arm_mod_exit()
A Dblake2b-neon-glue.c88 crypto_unregister_shashes(blake2b_neon_algs, in blake2b_neon_mod_exit()
A Dsha2-ce-glue.c105 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
A Dcrc32-ce-glue.c231 crypto_unregister_shashes(crc32_pmull_algs, in crc32_pmull_mod_exit()
A Dpoly1305-glue.c263 crypto_unregister_shashes(arm_poly1305_algs, in arm_poly1305_mod_exit()
/linux/arch/arm64/crypto/
A Dsha256-glue.c182 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_init()
190 crypto_unregister_shashes(neon_algs, ARRAY_SIZE(neon_algs)); in sha256_mod_fini()
191 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha256_mod_fini()
A Dsha512-glue.c88 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_mod_fini()
A Dsha512-ce-glue.c117 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha512_ce_mod_fini()
A Dcrct10dif-ce-glue.c131 crypto_unregister_shashes(crc_t10dif_alg, in crc_t10dif_mod_exit()
A Dsha2-ce-glue.c179 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha2_ce_mod_fini()
A Dsha3-ce-glue.c162 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in sha3_neon_mod_fini()
/linux/arch/x86/crypto/
A Dsha256_ssse3_glue.c142 crypto_unregister_shashes(sha256_ssse3_algs, in unregister_sha256_ssse3()
218 crypto_unregister_shashes(sha256_avx_algs, in unregister_sha256_avx()
292 crypto_unregister_shashes(sha256_avx2_algs, in unregister_sha256_avx2()
358 crypto_unregister_shashes(sha256_ni_algs, in unregister_sha256_ni()
A Dsha512_ssse3_glue.c140 crypto_unregister_shashes(sha512_ssse3_algs, in unregister_sha512_ssse3()
216 crypto_unregister_shashes(sha512_avx_algs, in unregister_sha512_avx()
291 crypto_unregister_shashes(sha512_avx2_algs, in unregister_sha512_avx2()
A Dblake2s-glue.c120 crypto_unregister_shashes(blake2s_algs, ARRAY_SIZE(blake2s_algs)); in blake2s_mod_exit()
/linux/crypto/
A Dblake2s_generic.c61 crypto_unregister_shashes(blake2s_algs, ARRAY_SIZE(blake2s_algs)); in blake2s_mod_exit()
A Dsha256_generic.c110 crypto_unregister_shashes(sha256_algs, ARRAY_SIZE(sha256_algs)); in sha256_generic_mod_fini()
A Dblake2b_generic.c171 crypto_unregister_shashes(blake2b_algs, ARRAY_SIZE(blake2b_algs)); in blake2b_mod_fini()
A Dshash.c594 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() function
601 EXPORT_SYMBOL_GPL(crypto_unregister_shashes);
A Dsha512_generic.c215 crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs)); in sha512_generic_mod_fini()
/linux/include/crypto/internal/
A Dhash.h106 void crypto_unregister_shashes(struct shash_alg *algs, int count);
/linux/arch/mips/cavium-octeon/crypto/
A Docteon-sha512.c262 crypto_unregister_shashes(octeon_sha512_algs, in octeon_sha512_mod_fini()
A Docteon-sha256.c265 crypto_unregister_shashes(octeon_sha256_algs, in octeon_sha256_mod_fini()
/linux/arch/powerpc/crypto/
A Dsha256-spe-glue.c256 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in ppc_spe_sha256_mod_fini()

Completed in 34 milliseconds

12