Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dsha1_generic.c92 crypto_unregister_shash(&alg); in sha1_generic_mod_fini()
Dcrct10dif_generic.c112 crypto_unregister_shash(&alg); in crct10dif_mod_fini()
Dshash.c518 int crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash() function
522 EXPORT_SYMBOL_GPL(crypto_unregister_shash);
538 crypto_unregister_shash(&algs[i]); in crypto_register_shashes()
549 ret = crypto_unregister_shash(&algs[i]); in crypto_unregister_shashes()
Dcrc32_generic.c146 crypto_unregister_shash(&alg); in crc32_mod_fini()
Dcrc32c_generic.c165 crypto_unregister_shash(&alg); in crc32c_mod_fini()
Dghash-generic.c155 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
Dmichael_mic.c177 crypto_unregister_shash(&alg); in michael_mic_exit()
Dcrypto_null.c213 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()
Dsm3_generic.c199 crypto_unregister_shash(&sm3_alg); in sm3_generic_mod_fini()
Dpoly1305_generic.c294 crypto_unregister_shash(&poly1305_alg); in poly1305_mod_exit()
Dmd4.c232 crypto_unregister_shash(&alg); in md4_mod_fini()
Dmd5.c244 crypto_unregister_shash(&alg); in md5_mod_fini()
Drmd128.c318 crypto_unregister_shash(&alg); in rmd128_mod_fini()
Drmd256.c337 crypto_unregister_shash(&alg); in rmd256_mod_fini()
Drmd320.c386 crypto_unregister_shash(&alg); in rmd320_mod_fini()
Drmd160.c362 crypto_unregister_shash(&alg); in rmd160_mod_fini()
/linux-4.19.296/include/crypto/internal/
Dhash.h101 int crypto_unregister_shash(struct shash_alg *alg);