Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dtgr192.c685 crypto_unregister_shash(&tgr192); in tgr192_mod_init()
691 crypto_unregister_shash(&tgr192); in tgr192_mod_init()
692 crypto_unregister_shash(&tgr160); in tgr192_mod_init()
700 crypto_unregister_shash(&tgr192); in tgr192_mod_fini()
701 crypto_unregister_shash(&tgr160); in tgr192_mod_fini()
702 crypto_unregister_shash(&tgr128); in tgr192_mod_fini()
Dwp512.c1170 crypto_unregister_shash(&wp512); in wp512_mod_init()
1177 crypto_unregister_shash(&wp512); in wp512_mod_init()
1178 crypto_unregister_shash(&wp384); in wp512_mod_init()
1186 crypto_unregister_shash(&wp512); in wp512_mod_fini()
1187 crypto_unregister_shash(&wp384); in wp512_mod_fini()
1188 crypto_unregister_shash(&wp256); in wp512_mod_fini()
Dcrypto_null.c187 crypto_unregister_shash(&digest_null); in crypto_null_mod_init()
198 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()
Dsha512_generic.c283 crypto_unregister_shash(&sha384); in sha512_generic_mod_init()
290 crypto_unregister_shash(&sha384); in sha512_generic_mod_fini()
291 crypto_unregister_shash(&sha512); in sha512_generic_mod_fini()
Dsha1_generic.c145 crypto_unregister_shash(&alg); in sha1_generic_mod_fini()
Dcrc32c.c252 crypto_unregister_shash(&alg); in crc32c_mod_fini()
Dghash-generic.c162 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
Dmichael_mic.c177 crypto_unregister_shash(&alg); in michael_mic_exit()
Dsha256_generic.c384 crypto_unregister_shash(&sha224); in sha256_generic_mod_init()
391 crypto_unregister_shash(&sha224); in sha256_generic_mod_fini()
392 crypto_unregister_shash(&sha256); in sha256_generic_mod_fini()
Dshash.c598 int crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash() function
602 EXPORT_SYMBOL_GPL(crypto_unregister_shash);
Dmd4.c249 crypto_unregister_shash(&alg); in md4_mod_fini()
Dmd5.c253 crypto_unregister_shash(&alg); in md5_mod_fini()
Drmd128.c321 crypto_unregister_shash(&alg); in rmd128_mod_fini()
Drmd256.c340 crypto_unregister_shash(&alg); in rmd256_mod_fini()
Drmd160.c365 crypto_unregister_shash(&alg); in rmd160_mod_fini()
Drmd320.c389 crypto_unregister_shash(&alg); in rmd320_mod_fini()
/linux-2.6.39/arch/s390/crypto/
Dsha512_s390.c140 crypto_unregister_shash(&sha512_alg); in init()
147 crypto_unregister_shash(&sha512_alg); in fini()
148 crypto_unregister_shash(&sha384_alg); in fini()
Dsha1_s390.c100 crypto_unregister_shash(&alg); in sha1_s390_fini()
Dsha256_s390.c97 crypto_unregister_shash(&alg); in sha256_s390_fini()
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c318 crypto_unregister_shash(&sha1_alg); in padlock_init()
326 crypto_unregister_shash(&sha1_alg); in padlock_fini()
327 crypto_unregister_shash(&sha256_alg); in padlock_fini()
/linux-2.6.39/arch/x86/crypto/
Dghash-clmulni-intel_glue.c317 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()
325 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()
Dcrc32c-intel.c187 crypto_unregister_shash(&alg); in crc32c_intel_mod_fini()
/linux-2.6.39/include/crypto/internal/
Dhash.h85 int crypto_unregister_shash(struct shash_alg *alg);