Searched defs:appBufferMax (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargeBufs.java73 private int appBufferMax; field in class:LargeBufs
110 (result1.bytesConsumed() != appBufferMax) &&
116 (result2.bytesConsumed() != appBufferMax) &&
140 (result1.bytesProduced() != appBufferMax) &&
146 (result2.bytesProduced() != appBufferMax) &&
237 // appBufferMax = session.getApplicationBufferSize();
242 appBufferMax = 16384;
246 byte [] one = new byte [appBufferMax * 5 + OFFSET];
247 byte [] two = new byte [appBufferMax * 5 + 2 * OFFSET];
255 appIn1 = ByteBuffer.allocate(appBufferMax *
[all...]

Completed in 533 milliseconds