Searched refs:expectedOutputSize (Results 1 – 2 of 2) sorted by relevance
119 int expectedOutputSize = cipher.getOutputSize(ibuffer.length); in getMoreData() local120 if (obuffer == null || expectedOutputSize > obuffer.length) { in getMoreData()121 obuffer = new byte[expectedOutputSize]; in getMoreData()
247 int expectedOutputSize = inputLen + outputSizeDelta++; in engineUpdate() local248 if ((output.length - outputOffset) < expectedOutputSize) { in engineUpdate()251 return expectedOutputSize; in engineUpdate()256 int expectedOutputSize = inputLen + outputSizeDelta++; in engineUpdate() local257 return new byte[expectedOutputSize]; in engineUpdate()