Lines Matching refs:php_hash_register_algo
104 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo() function
798 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava…
1011 php_hash_register_algo("md2", &php_hash_md2_ops); in PHP_MINIT_FUNCTION()
1012 php_hash_register_algo("md4", &php_hash_md4_ops); in PHP_MINIT_FUNCTION()
1013 php_hash_register_algo("md5", &php_hash_md5_ops); in PHP_MINIT_FUNCTION()
1014 php_hash_register_algo("sha1", &php_hash_sha1_ops); in PHP_MINIT_FUNCTION()
1015 php_hash_register_algo("sha224", &php_hash_sha224_ops); in PHP_MINIT_FUNCTION()
1016 php_hash_register_algo("sha256", &php_hash_sha256_ops); in PHP_MINIT_FUNCTION()
1017 php_hash_register_algo("sha384", &php_hash_sha384_ops); in PHP_MINIT_FUNCTION()
1018 php_hash_register_algo("sha512", &php_hash_sha512_ops); in PHP_MINIT_FUNCTION()
1019 php_hash_register_algo("ripemd128", &php_hash_ripemd128_ops); in PHP_MINIT_FUNCTION()
1020 php_hash_register_algo("ripemd160", &php_hash_ripemd160_ops); in PHP_MINIT_FUNCTION()
1021 php_hash_register_algo("ripemd256", &php_hash_ripemd256_ops); in PHP_MINIT_FUNCTION()
1022 php_hash_register_algo("ripemd320", &php_hash_ripemd320_ops); in PHP_MINIT_FUNCTION()
1023 php_hash_register_algo("whirlpool", &php_hash_whirlpool_ops); in PHP_MINIT_FUNCTION()
1024 php_hash_register_algo("tiger128,3", &php_hash_3tiger128_ops); in PHP_MINIT_FUNCTION()
1025 php_hash_register_algo("tiger160,3", &php_hash_3tiger160_ops); in PHP_MINIT_FUNCTION()
1026 php_hash_register_algo("tiger192,3", &php_hash_3tiger192_ops); in PHP_MINIT_FUNCTION()
1027 php_hash_register_algo("tiger128,4", &php_hash_4tiger128_ops); in PHP_MINIT_FUNCTION()
1028 php_hash_register_algo("tiger160,4", &php_hash_4tiger160_ops); in PHP_MINIT_FUNCTION()
1029 php_hash_register_algo("tiger192,4", &php_hash_4tiger192_ops); in PHP_MINIT_FUNCTION()
1030 php_hash_register_algo("snefru", &php_hash_snefru_ops); in PHP_MINIT_FUNCTION()
1031 php_hash_register_algo("snefru256", &php_hash_snefru_ops); in PHP_MINIT_FUNCTION()
1032 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION()
1033 php_hash_register_algo("gost-crypto", &php_hash_gost_crypto_ops); in PHP_MINIT_FUNCTION()
1034 php_hash_register_algo("adler32", &php_hash_adler32_ops); in PHP_MINIT_FUNCTION()
1035 php_hash_register_algo("crc32", &php_hash_crc32_ops); in PHP_MINIT_FUNCTION()
1036 php_hash_register_algo("crc32b", &php_hash_crc32b_ops); in PHP_MINIT_FUNCTION()
1037 php_hash_register_algo("fnv132", &php_hash_fnv132_ops); in PHP_MINIT_FUNCTION()
1038 php_hash_register_algo("fnv1a32", &php_hash_fnv1a32_ops); in PHP_MINIT_FUNCTION()
1039 php_hash_register_algo("fnv164", &php_hash_fnv164_ops); in PHP_MINIT_FUNCTION()
1040 php_hash_register_algo("fnv1a64", &php_hash_fnv1a64_ops); in PHP_MINIT_FUNCTION()
1041 php_hash_register_algo("joaat", &php_hash_joaat_ops); in PHP_MINIT_FUNCTION()