Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash.c971 php_hash_register_algo("md2", &php_hash_md2_ops); in PHP_MINIT_FUNCTION()
972 php_hash_register_algo("md4", &php_hash_md4_ops); in PHP_MINIT_FUNCTION()
973 php_hash_register_algo("md5", &php_hash_md5_ops); in PHP_MINIT_FUNCTION()
974 php_hash_register_algo("sha1", &php_hash_sha1_ops); in PHP_MINIT_FUNCTION()
975 php_hash_register_algo("sha224", &php_hash_sha224_ops); in PHP_MINIT_FUNCTION()
976 php_hash_register_algo("sha256", &php_hash_sha256_ops); in PHP_MINIT_FUNCTION()
977 php_hash_register_algo("sha384", &php_hash_sha384_ops); in PHP_MINIT_FUNCTION()
978 php_hash_register_algo("sha512", &php_hash_sha512_ops); in PHP_MINIT_FUNCTION()
992 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION()
994 php_hash_register_algo("crc32", &php_hash_crc32_ops); in PHP_MINIT_FUNCTION()
[all …]
H A Dphp_hash.h133 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);

Completed in 369 milliseconds