Home
last modified time | relevance | path

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

123

/linux-6.15/arch/powerpc/crypto/
H A Dvmx.c55 crypto_unregister_shash(&p8_ghash_alg); in p8_init()
66 crypto_unregister_shash(&p8_ghash_alg); in p8_exit()
/linux-6.15/arch/s390/crypto/
H A 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()
H A Dsha3_512_s390.c146 crypto_unregister_shash(&sha3_512_alg); in init()
153 crypto_unregister_shash(&sha3_512_alg); in fini()
154 crypto_unregister_shash(&sha3_384_alg); in fini()
H A 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()
H A Dsha3_256_s390.c136 crypto_unregister_shash(&sha3_256_alg); in sha3_256_s390_init()
143 crypto_unregister_shash(&sha3_224_alg); in sha3_256_s390_fini()
144 crypto_unregister_shash(&sha3_256_alg); in sha3_256_s390_fini()
H A Dsha1_s390.c95 crypto_unregister_shash(&alg); in sha1_s390_fini()
/linux-6.15/arch/sparc/crypto/
H A 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()
H A 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-6.15/arch/x86/crypto/
H A Dsha1_ssse3_glue.c125 crypto_unregister_shash(&sha1_ssse3_alg); in unregister_sha1_ssse3()
185 crypto_unregister_shash(&sha1_avx_alg); in unregister_sha1_avx()
256 crypto_unregister_shash(&sha1_avx2_alg); in unregister_sha1_avx2()
306 crypto_unregister_shash(&sha1_ni_alg); in unregister_sha1_ni()
H A Dnhpoly1305-avx2-glue.c71 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
H A Dnhpoly1305-sse2-glue.c70 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
/linux-6.15/drivers/crypto/
H A 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-6.15/crypto/
H A Dshash.c360 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash() function
364 EXPORT_SYMBOL_GPL(crypto_unregister_shash);
380 crypto_unregister_shash(&algs[i]); in crypto_register_shashes()
391 crypto_unregister_shash(&algs[i]); in crypto_unregister_shashes()
H A Dcrypto_null.c199 crypto_unregister_shash(&digest_null); in crypto_null_mod_init()
209 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()
H A Dsm3_generic.c77 crypto_unregister_shash(&sm3_alg); in sm3_generic_mod_fini()
H A Dsha1_generic.c86 crypto_unregister_shash(&alg); in sha1_generic_mod_fini()
/linux-6.15/drivers/crypto/xilinx/
H A Dzynqmp-sha.c235 crypto_unregister_shash(&sha3_drv_ctx.sha3_384); in zynqmp_sha_probe()
246 crypto_unregister_shash(&sha3_drv_ctx.sha3_384); in zynqmp_sha_remove()
/linux-6.15/arch/arm/crypto/
H A Dsha1_glue.c76 crypto_unregister_shash(&alg); in sha1_mod_fini()
H A Dnhpoly1305-neon-glue.c70 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
H A Dsha1_neon_glue.c94 crypto_unregister_shash(&alg); in sha1_neon_mod_fini()
H A Dsha1-ce-glue.c88 crypto_unregister_shash(&alg); in sha1_ce_mod_fini()
/linux-6.15/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c70 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
H A Dsm3-ce-glue.c97 crypto_unregister_shash(&sm3_alg); in sm3_ce_mod_fini()
H A Dsm3-neon-glue.c94 crypto_unregister_shash(&sm3_alg); in sm3_neon_fini()
/linux-6.15/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c103 crypto_unregister_shash(&riscv64_sm3_alg); in riscv64_sm3_mod_exit()

123