Searched refs:verifyHashFunction (Results 1 – 3 of 3) sorted by relevance
69 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
79 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69); in testParanoid()
58 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) { in verifyHashFunction() method in HashTestUtils