Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DMac.java497 public final int getMacLength() { in getMacLength() method in Mac
709 int macLen = getMacLength(); in doFinal()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DMac.annotated.java55 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.java735 assertTrue("Length should be positive", (macs[i].getMacLength() >= 0)); in testGetMacLength()
795 assertEquals("Invalid mac length", 0, mac.getMacLength()); in testMacConstructor()
806 mac.getMacLength(); in testMacConstructor()
881 output = new byte[mac.getMacLength()]; in test_ConsistentBetweenProviders()
887 byte[] tmp = new byte[mac.getMacLength()]; in test_ConsistentBetweenProviders()
/libcore/api/
Dcurrent.txt19296 method public final int getMacLength();