Searched refs:getMacLength (Results 1 – 3 of 3) sorted by relevance
493 public final int getMacLength() { in getMacLength() method in Mac705 int macLen = getMacLength(); in doFinal()
51 public final int getMacLength() { throw new RuntimeException("Stub!"); } in getMacLength() method in Mac
745 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()