Home | History | Annotate | Download | only in ssl

Lines Matching refs:bbd

157         ByteBuffer bbd = ByteBuffer.allocate(10);
160 e.wrap(bbs, bbd);
164 SSLEngineResult res = e.wrap(bbd, bbs);
169 e.wrap(new ByteBuffer[] { bbs }, bbd);
173 res = e.wrap(new ByteBuffer[] { bbd }, bbs);
289 ByteBuffer bbd = ByteBuffer.allocate(10);
292 e.unwrap(bbs, bbd);
296 SSLEngineResult res = e.unwrap(bbd, bbs);
301 e.unwrap(bbs, new ByteBuffer[] { bbd });
305 res = e.unwrap(bbd, new ByteBuffer[] { bbs });