Home
last modified time | relevance | path

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

/PHP-5.3/ext/hash/
H A Dhash.c821 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()
840 php_hash_register_algo("snefru", &php_hash_snefru_ops); in PHP_MINIT_FUNCTION()
842 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION()
[all …]
H A Dphp_hash.h131 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);

Completed in 10 milliseconds