HomeSort by relevance Sort by last modified time
    Searched defs:mac2 (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/src/test/java/org/conscrypt/
MacTest.java 62 Mac mac2 = Mac.getInstance("HmacSHA256", p); local
63 mac2.init(key2);
64 mac2.update(testString);
65 byte[] output2 = mac2.doFinal();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 82 MockAttributedCharacterIteratorAttribute mac2 = new MockAttributedCharacterIteratorAttribute( local
85 assertFalse("Attributes are equal", mac2.equals(mac1));
121 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute( local
125 .hashCode() != mac2.hashCode());
204 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute( local
206 assertEquals("Unexpected class representation string", mac2.toString(),

Completed in 2950 milliseconds