Home
last modified time | relevance | path

Searched refs:getMacLength (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DMac.java493 public final int getMacLength() { in getMacLength() method in Mac
705 int macLen = getMacLength(); in doFinal()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DMac.annotated.java51 public final int getMacLength() { throw new RuntimeException("Stub!"); } in getMacLength() method in Mac
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java745 assertTrue("Length should be positive", (macs[i].getMacLength() >= 0)); in testGetMacLength()
805 assertEquals("Invalid mac length", 0, mac.getMacLength()); in testMacConstructor()
816 mac.getMacLength(); in testMacConstructor()
891 output = new byte[mac.getMacLength()]; in test_ConsistentBetweenProviders()
897 byte[] tmp = new byte[mac.getMacLength()]; in test_ConsistentBetweenProviders()