Searched refs:hashes (Results 1 – 6 of 6) sorted by relevance
2 Accept hashes being equal to zero6 $hashes = [11 foreach ($hashes as $hash => $bits) {12 var_dump($hashes[$hash], $bits);
44 printf("[005] The hashes should be identical except of the memory related fields\n");59 printf("[007] The hashes should be identical except of the memory related fields\n");75 printf("[010] The hashes should not be identical\n");
742 $hashes = array(); variable744 $hashes[hashfun($e[0]) & $mask][] = $e;756 if (empty($hashes[$i]))759 foreach ($hashes[$i] as $h) {779 if (empty($hashes[$i]))
2 Bug #70312 HAVAL gives wrong hashes in specific cases
22 print "-- Testing hashes --\n";140 -- Testing hashes --
3818 . Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
Completed in 26 milliseconds