Searched refs:getMacLength (Results 1 – 2 of 2) sorted by relevance
715 assertTrue("Length should be positive", (macs[i].getMacLength() >= 0)); in testGetMacLength()775 assertEquals("Invalid mac length", 0, mac.getMacLength()); in testMacConstructor()786 mac.getMacLength(); in testMacConstructor()854 output = new byte[mac.getMacLength()]; in test_ConsistentBetweenProviders()860 byte[] tmp = new byte[mac.getMacLength()]; in test_ConsistentBetweenProviders()
279 public final int getMacLength() { in getMacLength() method in Mac