Home
last modified time | relevance | path

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

123

/linux/arch/s390/crypto/
A 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()
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()
A 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()
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()
A Dsha1_s390.c95 crypto_unregister_shash(&alg); in sha1_s390_fini()
/linux/arch/x86/crypto/
A 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()
A Dnhpoly1305-avx2-glue.c69 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
A Dnhpoly1305-sse2-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
A Dghash-clmulni-intel_glue.c338 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()
346 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()
/linux/drivers/crypto/vmx/
A Dvmx.c55 crypto_unregister_shash(&p8_ghash_alg); in p8_init()
66 crypto_unregister_shash(&p8_ghash_alg); in p8_exit()
/linux/arch/sparc/crypto/
A Dsha512_glue.c200 crypto_unregister_shash(&sha384); in sha512_sparc64_mod_init()
213 crypto_unregister_shash(&sha384); in sha512_sparc64_mod_fini()
214 crypto_unregister_shash(&sha512); in sha512_sparc64_mod_fini()
A Dsha256_glue.c215 crypto_unregister_shash(&sha224_alg); in sha256_sparc64_mod_init()
228 crypto_unregister_shash(&sha224_alg); in sha256_sparc64_mod_fini()
229 crypto_unregister_shash(&sha256_alg); in sha256_sparc64_mod_fini()
/linux/drivers/crypto/
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/arch/mips/crypto/
A Dcrc32-mips.c328 crypto_unregister_shash(&crc32_alg);
337 crypto_unregister_shash(&crc32_alg);
338 crypto_unregister_shash(&crc32c_alg);
/linux/crypto/
A Dcrypto_null.c207 crypto_unregister_shash(&digest_null); in crypto_null_mod_init()
217 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()
A 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()
A Dsha1_generic.c86 crypto_unregister_shash(&alg); in sha1_generic_mod_fini()
A Dcrct10dif_generic.c112 crypto_unregister_shash(&alg); in crct10dif_mod_fini()
/linux/arch/arm/crypto/
A Dsha1_glue.c78 crypto_unregister_shash(&alg); in sha1_mod_fini()
A Dcrct10dif-ce-glue.c80 crypto_unregister_shash(&crc_t10dif_alg); in crc_t10dif_mod_exit()
A Dnhpoly1305-neon-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
A Dsha1-ce-glue.c88 crypto_unregister_shash(&alg); in sha1_ce_mod_fini()
A Dsha1_neon_glue.c96 crypto_unregister_shash(&alg); in sha1_neon_mod_fini()
/linux/arch/arm64/crypto/
A Dnhpoly1305-neon-glue.c68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
A Dsm3-ce-glue.c85 crypto_unregister_shash(&sm3_alg); in sm3_ce_mod_fini()

Completed in 20 milliseconds

123