Searched refs:php_hash_register_algo (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/hash/ |
H A D | hash.c | 834 php_hash_register_algo("md2", &php_hash_md2_ops); in PHP_MINIT_FUNCTION() 835 php_hash_register_algo("md4", &php_hash_md4_ops); in PHP_MINIT_FUNCTION() 836 php_hash_register_algo("md5", &php_hash_md5_ops); in PHP_MINIT_FUNCTION() 837 php_hash_register_algo("sha1", &php_hash_sha1_ops); in PHP_MINIT_FUNCTION() 838 php_hash_register_algo("sha224", &php_hash_sha224_ops); in PHP_MINIT_FUNCTION() 839 php_hash_register_algo("sha256", &php_hash_sha256_ops); in PHP_MINIT_FUNCTION() 840 php_hash_register_algo("sha384", &php_hash_sha384_ops); in PHP_MINIT_FUNCTION() 841 php_hash_register_algo("sha512", &php_hash_sha512_ops); in PHP_MINIT_FUNCTION() 855 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION() 857 php_hash_register_algo("crc32", &php_hash_crc32_ops); in PHP_MINIT_FUNCTION() [all …]
|
H A D | php_hash.h | 132 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);
|
Completed in 15 milliseconds