Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/s390/crypto/
Dsha3_256_s390.c130 crypto_unregister_shash(&sha3_256_alg); in sha3_256_s390_init()
137 crypto_unregister_shash(&sha3_224_alg); in sha3_256_s390_fini()
138 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.c140 crypto_unregister_shash(&sha3_512_alg); in init()
147 crypto_unregister_shash(&sha3_512_alg); in fini()
148 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()
Dsha1_s390.c95 crypto_unregister_shash(&alg); in sha1_s390_fini()
/Linux-v5.4/drivers/crypto/vmx/
Dvmx.c59 crypto_unregister_shash(&p8_ghash_alg); in p8_init()
70 crypto_unregister_shash(&p8_ghash_alg); in p8_exit()
/Linux-v5.4/arch/x86/crypto/
Dsha1_ssse3_glue.c118 crypto_unregister_shash(&sha1_ssse3_alg); in unregister_sha1_ssse3()
181 crypto_unregister_shash(&sha1_avx_alg); in unregister_sha1_avx()
261 crypto_unregister_shash(&sha1_avx2_alg); in unregister_sha1_avx2()
318 crypto_unregister_shash(&sha1_ni_alg); in unregister_sha1_ni()
Dnhpoly1305-avx2-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
Dnhpoly1305-sse2-glue.c67 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
/Linux-v5.4/arch/sparc/crypto/
Dsha512_glue.c201 crypto_unregister_shash(&sha384); in sha512_sparc64_mod_init()
214 crypto_unregister_shash(&sha384); in sha512_sparc64_mod_fini()
215 crypto_unregister_shash(&sha512); in sha512_sparc64_mod_fini()
Dsha256_glue.c216 crypto_unregister_shash(&sha224); in sha256_sparc64_mod_init()
229 crypto_unregister_shash(&sha224); in sha256_sparc64_mod_fini()
230 crypto_unregister_shash(&sha256); in sha256_sparc64_mod_fini()
/Linux-v5.4/drivers/crypto/
Dpadlock-sha.c537 crypto_unregister_shash(sha1); in padlock_init()
549 crypto_unregister_shash(&sha1_alg_nano); in padlock_fini()
550 crypto_unregister_shash(&sha256_alg_nano); in padlock_fini()
552 crypto_unregister_shash(&sha1_alg); in padlock_fini()
553 crypto_unregister_shash(&sha256_alg); in padlock_fini()
/Linux-v5.4/arch/mips/crypto/
Dcrc32-mips.c330 crypto_unregister_shash(&crc32_alg);
339 crypto_unregister_shash(&crc32_alg);
340 crypto_unregister_shash(&crc32c_alg);
/Linux-v5.4/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()
Dshash.c498 int crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash() function
502 EXPORT_SYMBOL_GPL(crypto_unregister_shash);
518 crypto_unregister_shash(&algs[i]); in crypto_register_shashes()
529 ret = crypto_unregister_shash(&algs[i]); in crypto_unregister_shashes()
Dsha1_generic.c87 crypto_unregister_shash(&alg); in sha1_generic_mod_fini()
Dcrct10dif_generic.c112 crypto_unregister_shash(&alg); in crct10dif_mod_fini()
Dxxhash_generic.c98 crypto_unregister_shash(&alg); in xxhash_mod_fini()
/Linux-v5.4/arch/arm/crypto/
Dsha1_glue.c79 crypto_unregister_shash(&alg); in sha1_mod_fini()
Dcrct10dif-ce-glue.c80 crypto_unregister_shash(&crc_t10dif_alg); in crc_t10dif_mod_exit()
Dnhpoly1305-neon-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
Dsha1_neon_glue.c97 crypto_unregister_shash(&alg); in sha1_neon_mod_fini()
Dsha1-ce-glue.c88 crypto_unregister_shash(&alg); in sha1_ce_mod_fini()
/Linux-v5.4/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
Dsm3-ce-glue.c85 crypto_unregister_shash(&sm3_alg); in sm3_ce_mod_fini()

123