Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash.c1187 php_hash_register_algo("md2", &php_hash_md2_ops); in PHP_MINIT_FUNCTION()
1188 php_hash_register_algo("md4", &php_hash_md4_ops); in PHP_MINIT_FUNCTION()
1189 php_hash_register_algo("md5", &php_hash_md5_ops); in PHP_MINIT_FUNCTION()
1190 php_hash_register_algo("sha1", &php_hash_sha1_ops); in PHP_MINIT_FUNCTION()
1191 php_hash_register_algo("sha224", &php_hash_sha224_ops); in PHP_MINIT_FUNCTION()
1192 php_hash_register_algo("sha256", &php_hash_sha256_ops); in PHP_MINIT_FUNCTION()
1193 php_hash_register_algo("sha384", &php_hash_sha384_ops); in PHP_MINIT_FUNCTION()
1196 php_hash_register_algo("sha512", &php_hash_sha512_ops); in PHP_MINIT_FUNCTION()
1214 php_hash_register_algo("gost", &php_hash_gost_ops); in PHP_MINIT_FUNCTION()
1217 php_hash_register_algo("crc32", &php_hash_crc32_ops); in PHP_MINIT_FUNCTION()
[all …]
H A Dphp_hash.h148 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);

Completed in 9 milliseconds