Lines Matching refs:php_hash_register_algo

98 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */  in php_hash_register_algo()  function
608 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava…
821 php_hash_register_algo("md2", &php_hash_md2_ops); in PHP_MINIT_FUNCTION()
822 php_hash_register_algo("md4", &php_hash_md4_ops); in PHP_MINIT_FUNCTION()
823 php_hash_register_algo("md5", &php_hash_md5_ops); in PHP_MINIT_FUNCTION()
824 php_hash_register_algo("sha1", &php_hash_sha1_ops); in PHP_MINIT_FUNCTION()
825 php_hash_register_algo("sha224", &php_hash_sha224_ops); in PHP_MINIT_FUNCTION()
826 php_hash_register_algo("sha256", &php_hash_sha256_ops); in PHP_MINIT_FUNCTION()
827 php_hash_register_algo("sha384", &php_hash_sha384_ops); in PHP_MINIT_FUNCTION()
828 php_hash_register_algo("sha512", &php_hash_sha512_ops); in PHP_MINIT_FUNCTION()
829 php_hash_register_algo("ripemd128", &php_hash_ripemd128_ops); in PHP_MINIT_FUNCTION()
830 php_hash_register_algo("ripemd160", &php_hash_ripemd160_ops); in PHP_MINIT_FUNCTION()
831 php_hash_register_algo("ripemd256", &php_hash_ripemd256_ops); in PHP_MINIT_FUNCTION()
832 php_hash_register_algo("ripemd320", &php_hash_ripemd320_ops); in PHP_MINIT_FUNCTION()
833 php_hash_register_algo("whirlpool", &php_hash_whirlpool_ops); in PHP_MINIT_FUNCTION()
834 php_hash_register_algo("tiger128,3", &php_hash_3tiger128_ops); in PHP_MINIT_FUNCTION()
835 php_hash_register_algo("tiger160,3", &php_hash_3tiger160_ops); in PHP_MINIT_FUNCTION()
836 php_hash_register_algo("tiger192,3", &php_hash_3tiger192_ops); in PHP_MINIT_FUNCTION()
837 php_hash_register_algo("tiger128,4", &php_hash_4tiger128_ops); in PHP_MINIT_FUNCTION()
838 php_hash_register_algo("tiger160,4", &php_hash_4tiger160_ops); in PHP_MINIT_FUNCTION()
839 php_hash_register_algo("tiger192,4", &php_hash_4tiger192_ops); in PHP_MINIT_FUNCTION()
840 php_hash_register_algo("snefru", &php_hash_snefru_ops); in PHP_MINIT_FUNCTION()
841 php_hash_register_algo("snefru256", &php_hash_snefru_ops); in PHP_MINIT_FUNCTION()
842 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION()
843 php_hash_register_algo("adler32", &php_hash_adler32_ops); in PHP_MINIT_FUNCTION()
844 php_hash_register_algo("crc32", &php_hash_crc32_ops); in PHP_MINIT_FUNCTION()
845 php_hash_register_algo("crc32b", &php_hash_crc32b_ops); in PHP_MINIT_FUNCTION()
846 php_hash_register_algo("salsa10", &php_hash_salsa10_ops); in PHP_MINIT_FUNCTION()
847 php_hash_register_algo("salsa20", &php_hash_salsa20_ops); in PHP_MINIT_FUNCTION()