Searched refs:crypto_register_shash (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Dsha512_s390.c137 if ((ret = crypto_register_shash(&sha512_alg)) < 0)
139 if ((ret = crypto_register_shash(&sha384_alg)) < 0)
H A Dsha1_s390.c95 return crypto_register_shash(&alg);
H A Dsha256_s390.c92 return crypto_register_shash(&alg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha1_generic.c140 return crypto_register_shash(&alg);
H A Dcrypto_null.c175 ret = crypto_register_shash(&digest_null);
H A Dghash-generic.c157 return crypto_register_shash(&ghash_alg);
H A Dmichael_mic.c171 return crypto_register_shash(&alg);
H A Dsha512_generic.c280 if ((ret = crypto_register_shash(&sha384)) < 0)
282 if ((ret = crypto_register_shash(&sha512)) < 0)
H A Dcrc32c.c247 return crypto_register_shash(&alg);
H A Dshash.c579 int crypto_register_shash(struct shash_alg *alg) function
590 EXPORT_SYMBOL_GPL(crypto_register_shash); variable
H A Dmd4.c243 return crypto_register_shash(&alg);
H A Dtgr192.c677 ret = crypto_register_shash(&tgr192);
683 ret = crypto_register_shash(&tgr160);
689 ret = crypto_register_shash(&tgr128);
H A Dmd5.c247 return crypto_register_shash(&alg);
H A Dsha256_generic.c376 ret = crypto_register_shash(&sha224);
381 ret = crypto_register_shash(&sha256);
H A Dwp512.c1162 ret = crypto_register_shash(&wp512);
1167 ret = crypto_register_shash(&wp384);
1174 ret = crypto_register_shash(&wp256);
H A Drmd128.c316 return crypto_register_shash(&alg);
H A Drmd160.c360 return crypto_register_shash(&alg);
H A Drmd256.c335 return crypto_register_shash(&alg);
H A Drmd320.c384 return crypto_register_shash(&alg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h84 int crypto_register_shash(struct shash_alg *alg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dcrc32c-intel.c180 return crypto_register_shash(&alg);
H A Dghash-clmulni-intel_glue.c306 err = crypto_register_shash(&ghash_alg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c311 rc = crypto_register_shash(&sha1_alg);
315 rc = crypto_register_shash(&sha256_alg);

Completed in 431 milliseconds