Home
last modified time | relevance | path

Searched refs:crypto_unregister_shash (Results 1 – 25 of 64) sorted by relevance

123

/linux-5.19.10/arch/s390/crypto/
Dsha3_256_s390.c129 crypto_unregister_shash(&sha3_256_alg); in sha3_256_s390_init()
136 crypto_unregister_shash(&sha3_224_alg); in sha3_256_s390_fini()
137 crypto_unregister_shash(&sha3_256_alg); in sha3_256_s390_fini()
Dsha256_s390.c126 crypto_unregister_shash(&sha256_alg); in sha256_s390_init()
133 crypto_unregister_shash(&sha224_alg); in sha256_s390_fini()
134 crypto_unregister_shash(&sha256_alg); in sha256_s390_fini()
Dsha3_512_s390.c139 crypto_unregister_shash(&sha3_512_alg); in init()
146 crypto_unregister_shash(&sha3_512_alg); in fini()
147 crypto_unregister_shash(&sha3_384_alg); in fini()
Dsha512_s390.c134 crypto_unregister_shash(&sha512_alg); in init()
141 crypto_unregister_shash(&sha512_alg); in fini()
142 crypto_unregister_shash(&sha384_alg); in fini()
/linux-5.19.10/drivers/crypto/vmx/
Dvmx.c55 crypto_unregister_shash(&p8_ghash_alg); in p8_init()
66 crypto_unregister_shash(&p8_ghash_alg); in p8_exit()
/linux-5.19.10/arch/x86/crypto/
Dsha1_ssse3_glue.c113 crypto_unregister_shash(&sha1_ssse3_alg); in unregister_sha1_ssse3()
173 crypto_unregister_shash(&sha1_avx_alg); in unregister_sha1_avx()
244 crypto_unregister_shash(&sha1_avx2_alg); in unregister_sha1_avx2()
294 crypto_unregister_shash(&sha1_ni_alg); in unregister_sha1_ni()
Dnhpoly1305-sse2-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
Dnhpoly1305-avx2-glue.c69 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
/linux-5.19.10/arch/sparc/crypto/
Dsha512_glue.c169 crypto_unregister_shash(&sha384); in sha512_sparc64_mod_init()
182 crypto_unregister_shash(&sha384); in sha512_sparc64_mod_fini()
183 crypto_unregister_shash(&sha512); in sha512_sparc64_mod_fini()
Dsha256_glue.c184 crypto_unregister_shash(&sha224_alg); in sha256_sparc64_mod_init()
197 crypto_unregister_shash(&sha224_alg); in sha256_sparc64_mod_fini()
198 crypto_unregister_shash(&sha256_alg); in sha256_sparc64_mod_fini()
/linux-5.19.10/drivers/crypto/
Dpadlock-sha.c532 crypto_unregister_shash(sha1); in padlock_init()
544 crypto_unregister_shash(&sha1_alg_nano); in padlock_fini()
545 crypto_unregister_shash(&sha256_alg_nano); in padlock_fini()
547 crypto_unregister_shash(&sha1_alg); in padlock_fini()
548 crypto_unregister_shash(&sha256_alg); in padlock_fini()
/linux-5.19.10/crypto/
Dcrypto_null.c207 crypto_unregister_shash(&digest_null); in crypto_null_mod_init()
217 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()
Dsm3_generic.c77 crypto_unregister_shash(&sm3_alg); in sm3_generic_mod_fini()
Dshash.c568 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash() function
572 EXPORT_SYMBOL_GPL(crypto_unregister_shash);
588 crypto_unregister_shash(&algs[i]); in crypto_register_shashes()
599 crypto_unregister_shash(&algs[i]); in crypto_unregister_shashes()
Dsha1_generic.c86 crypto_unregister_shash(&alg); in sha1_generic_mod_fini()
Dcrct10dif_generic.c112 crypto_unregister_shash(&alg); in crct10dif_mod_fini()
Dcrc64_rocksoft_generic.c80 crypto_unregister_shash(&alg); in crc64_rocksoft_exit()
/linux-5.19.10/arch/mips/crypto/
Dcrc32-mips.c334 crypto_unregister_shash(&crc32_alg);
343 crypto_unregister_shash(&crc32_alg);
344 crypto_unregister_shash(&crc32c_alg);
/linux-5.19.10/drivers/crypto/xilinx/
Dzynqmp-sha.c237 crypto_unregister_shash(&sha3_drv_ctx.sha3_384); in zynqmp_sha_probe()
248 crypto_unregister_shash(&sha3_drv_ctx.sha3_384); in zynqmp_sha_remove()
/linux-5.19.10/arch/arm/crypto/
Dsha1_glue.c78 crypto_unregister_shash(&alg); in sha1_mod_fini()
Dnhpoly1305-neon-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
Dcrct10dif-ce-glue.c80 crypto_unregister_shash(&crc_t10dif_alg); in crc_t10dif_mod_exit()
Dsha1-ce-glue.c88 crypto_unregister_shash(&alg); in sha1_ce_mod_fini()
Dsha1_neon_glue.c96 crypto_unregister_shash(&alg); in sha1_neon_mod_fini()
/linux-5.19.10/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()

123