Searched refs:getMacLength (Results 1 – 4 of 4) sorted by relevance
497 public final int getMacLength() { in getMacLength() method in Mac709 int macLen = getMacLength(); in doFinal()
55 public final int getMacLength() { throw new RuntimeException("Stub!"); } in getMacLength() method in Mac
735 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()
19296 method public final int getMacLength();