Searched refs:expectedHash (Results 1 – 2 of 2) sorted by relevance
373 byte[] expectedHash = in verifyManifestHash()379 debug.println( " sigfile " + toHex(expectedHash)); in verifyManifestHash()385 expectedHash)) { in verifyManifestHash()417 byte[] expectedHash = in verifyManifestMainAttrs()424 debug.println( " sigfile " + toHex(expectedHash)); in verifyManifestMainAttrs()430 expectedHash)) { in verifyManifestMainAttrs()
371 int expectedHash; in test_hashCode() local372 for (expectedHash = 0; iterator.hasNext(); expectedHash += iterator in test_hashCode()375 assertTrue("Incorrect hashCode returned. Wanted: " + expectedHash in test_hashCode()376 + " got: " + ht10.hashCode(), expectedHash == ht10.hashCode()); in test_hashCode()