SSLEngineTest.java | 313 ByteBuffer bbd = ByteBuffer.allocate(100); local 315 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1); 459 ByteBuffer bbd = ByteBuffer.allocate(MAX_TLS_RECORD_SIZE); local 460 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd); 614 ByteBuffer bbd = ByteBuffer.allocate(100); local 617 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd); 632 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local 637 sse.unwrap(bbs, bbd); 656 ByteBuffer bbd = ByteBuffer.allocate(100); local 661 sse.unwrap(bbsN, bbd); 687 ByteBuffer bbd = ByteBuffer.allocate(100); local 704 ByteBuffer bbd = ByteBuffer.allocate(100); local 722 ByteBuffer bbd = ByteBuffer.allocate(100); local 799 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local 816 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local 829 ByteBuffer bbd = ByteBuffer.allocate(20000); local 841 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local 862 ByteBuffer bbd = ByteBuffer.allocate(100); local 893 ByteBuffer bbd = ByteBuffer.allocate(10); local 926 ByteBuffer bbd = ByteBuffer.allocate(20000); local [all...] |