Searched refs:getOutputSize (Results 1 – 10 of 10) sorted by relevance
58 outputSize = cip.getOutputSize(input.length); in crypt()66 outputSize = cip.getOutputSize(input.length); in crypt()
44 int outputSize = cip.getOutputSize(input.length); in crypt()
54 int outputSize = cip.getOutputSize(input.length); in crypt()
76 em.getOutputSize(100); in testExemptionMechanism()89 em.getOutputSize(100); in testExemptionMechanism()396 em.getOutputSize(10); in test_getOutputSizeI()403 assertEquals(10, em.getOutputSize(10)); in test_getOutputSizeI()
57 assertEquals("Incorrect OutputSize", 111, c.getOutputSize(111)); in testGetOutputSize()
213 cipher.getOutputSize(25); in test_getOutputSizeI()221 int result = cipher.getOutputSize(25); in test_getOutputSizeI()225 result = cipher.getOutputSize(8); in test_getOutputSizeI()
119 int expectedOutputSize = cipher.getOutputSize(ibuffer.length); in getMoreData()
285 public final int getOutputSize(int inputLen) throws IllegalStateException { in getOutputSize() method in ExemptionMechanism
846 public final int getOutputSize(int inputLen) { in getOutputSize() method in Cipher
57 public final int getOutputSize(int inputLen) { throw new RuntimeException("Stub!"); } in getOutputSize() method in Cipher