Home | History | Annotate | Download | only in crypto

Lines Matching defs:getMacLength

734      * Test for <code>getMacLength()</code> method
745 assertTrue("Length should be positive", (macs[i].getMacLength() >= 0));
805 assertEquals("Invalid mac length", 0, mac.getMacLength());
816 mac.getMacLength();
891 output = new byte[mac.getMacLength()];
897 byte[] tmp = new byte[mac.getMacLength()];