Searched refs:algorithm_lookup (Results 1 – 1 of 1) sorted by relevance
1212 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local1213 if (algorithm_lookup.hash_name) { in PHP_FUNCTION()1214 algo = zend_string_init(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name), 0); in PHP_FUNCTION()1244 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local1245 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()1246 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()1274 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local1275 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()1276 …*ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lo… in PHP_FUNCTION()1317 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()[all …]
Completed in 11 milliseconds