SSLEngineTest.java | 393 ByteBuffer bbd = ByteBuffer.allocate(100); local 395 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1); 575 ByteBuffer bbd = ByteBuffer.allocate(20000); local 576 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd); 756 ByteBuffer bbd = ByteBuffer.allocate(100); local 759 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd); 775 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local 780 sse.unwrap(bbs, bbd); 800 ByteBuffer bbd = ByteBuffer.allocate(100); local 805 sse.unwrap(bbsN, bbd); 844 ByteBuffer bbd = ByteBuffer.allocate(100); local 864 ByteBuffer bbd = ByteBuffer.allocate(100); local 886 ByteBuffer bbd = ByteBuffer.allocate(100); local 986 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local 1006 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local 1023 ByteBuffer bbd = ByteBuffer.allocate(20000); local 1035 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local 1060 ByteBuffer bbd = ByteBuffer.allocate(100); local 1104 ByteBuffer bbd = ByteBuffer.allocate(10); local 1146 ByteBuffer bbd = ByteBuffer.allocate(20000); local [all...] |