Home
last modified time | relevance | path

Searched refs:php_hash_register_algo (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/hash/
H A Dhash.c1583 php_hash_register_algo("md2", &php_hash_md2_ops); in PHP_MINIT_FUNCTION()
1584 php_hash_register_algo("md4", &php_hash_md4_ops); in PHP_MINIT_FUNCTION()
1585 php_hash_register_algo("md5", &php_hash_md5_ops); in PHP_MINIT_FUNCTION()
1586 php_hash_register_algo("sha1", &php_hash_sha1_ops); in PHP_MINIT_FUNCTION()
1587 php_hash_register_algo("sha224", &php_hash_sha224_ops); in PHP_MINIT_FUNCTION()
1610 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION()
1613 php_hash_register_algo("crc32", &php_hash_crc32_ops); in PHP_MINIT_FUNCTION()
1620 php_hash_register_algo("joaat", &php_hash_joaat_ops); in PHP_MINIT_FUNCTION()
1624 php_hash_register_algo("xxh32", &php_hash_xxh32_ops); in PHP_MINIT_FUNCTION()
1625 php_hash_register_algo("xxh64", &php_hash_xxh64_ops); in PHP_MINIT_FUNCTION()
[all …]
H A Dphp_hash.h149 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);

Completed in 10 milliseconds