Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java373 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()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashtableTest.java371 int expectedHash; in test_hashCode() local
372 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()