Searched refs:sendWrappedBuffer (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java163 if (sendWrappedBuffer.capacity() < wrappedDataBytes.length + 4)
166 sendWrappedBuffer =
169 sendWrappedBuffer.clear();
170 sendWrappedBuffer.putInt(wrappedDataBytes.length);
171 sendWrappedBuffer.put(wrappedDataBytes);
172 sendWrappedBuffer.flip();
176 channel.write(sendWrappedBuffer);
303 private ByteBuffer sendWrappedBuffer; field in class:SASLByteChannel
334 sendWrappedBuffer = ByteBuffer.allocate(sendUnwrappedBufferSize + 64);
H A DTLSByteChannel.java362 result = sslEngine.wrap(unwrappedData, sendWrappedBuffer);
377 .allocate(sendWrappedBuffer.position() + newSize);
378 sendWrappedBuffer.flip();
379 newSendWrappedBuffer.put(sendWrappedBuffer);
380 sendWrappedBuffer = newSendWrappedBuffer;
392 sendWrappedBuffer.flip();
393 while (sendWrappedBuffer.hasRemaining())
395 channel.write(sendWrappedBuffer);
397 final int written = sendWrappedBuffer.position();
398 sendWrappedBuffer
460 private ByteBuffer sendWrappedBuffer; field in class:TLSByteChannel
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java162 if (sendWrappedBuffer.capacity() < wrappedDataBytes.length + 4)
165 sendWrappedBuffer =
168 sendWrappedBuffer.clear();
169 sendWrappedBuffer.putInt(wrappedDataBytes.length);
170 sendWrappedBuffer.put(wrappedDataBytes);
171 sendWrappedBuffer.flip();
175 channel.write(sendWrappedBuffer);
302 private ByteBuffer sendWrappedBuffer; field in class:SASLByteChannel
333 sendWrappedBuffer = ByteBuffer.allocate(sendUnwrappedBufferSize + 64);
H A DTLSByteChannel.java361 result = sslEngine.wrap(unwrappedData, sendWrappedBuffer);
376 .allocate(sendWrappedBuffer.position() + newSize);
377 sendWrappedBuffer.flip();
378 newSendWrappedBuffer.put(sendWrappedBuffer);
379 sendWrappedBuffer = newSendWrappedBuffer;
391 sendWrappedBuffer.flip();
392 while (sendWrappedBuffer.hasRemaining())
394 channel.write(sendWrappedBuffer);
396 final int written = sendWrappedBuffer.position();
397 sendWrappedBuffer
459 private ByteBuffer sendWrappedBuffer; field in class:TLSByteChannel
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java163 if (sendWrappedBuffer.capacity() < wrappedDataBytes.length + 4)
166 sendWrappedBuffer =
169 sendWrappedBuffer.clear();
170 sendWrappedBuffer.putInt(wrappedDataBytes.length);
171 sendWrappedBuffer.put(wrappedDataBytes);
172 sendWrappedBuffer.flip();
176 channel.write(sendWrappedBuffer);
303 private ByteBuffer sendWrappedBuffer; field in class:SASLByteChannel
334 sendWrappedBuffer = ByteBuffer.allocate(sendUnwrappedBufferSize + 64);
H A DTLSByteChannel.java362 result = sslEngine.wrap(unwrappedData, sendWrappedBuffer);
377 .allocate(sendWrappedBuffer.position() + newSize);
378 sendWrappedBuffer.flip();
379 newSendWrappedBuffer.put(sendWrappedBuffer);
380 sendWrappedBuffer = newSendWrappedBuffer;
392 sendWrappedBuffer.flip();
393 while (sendWrappedBuffer.hasRemaining())
395 channel.write(sendWrappedBuffer);
397 final int written = sendWrappedBuffer.position();
398 sendWrappedBuffer
460 private ByteBuffer sendWrappedBuffer; field in class:TLSByteChannel
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java163 if (sendWrappedBuffer.capacity() < wrappedDataBytes.length + 4)
166 sendWrappedBuffer =
169 sendWrappedBuffer.clear();
170 sendWrappedBuffer.putInt(wrappedDataBytes.length);
171 sendWrappedBuffer.put(wrappedDataBytes);
172 sendWrappedBuffer.flip();
176 channel.write(sendWrappedBuffer);
303 private ByteBuffer sendWrappedBuffer; field in class:SASLByteChannel
334 sendWrappedBuffer = ByteBuffer.allocate(sendUnwrappedBufferSize + 64);
H A DTLSByteChannel.java362 result = sslEngine.wrap(unwrappedData, sendWrappedBuffer);
377 .allocate(sendWrappedBuffer.position() + newSize);
378 sendWrappedBuffer.flip();
379 newSendWrappedBuffer.put(sendWrappedBuffer);
380 sendWrappedBuffer = newSendWrappedBuffer;
392 sendWrappedBuffer.flip();
393 while (sendWrappedBuffer.hasRemaining())
395 channel.write(sendWrappedBuffer);
397 final int written = sendWrappedBuffer.position();
398 sendWrappedBuffer
460 private ByteBuffer sendWrappedBuffer; field in class:TLSByteChannel
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java162 if (sendWrappedBuffer.capacity() < wrappedDataBytes.length + 4)
165 sendWrappedBuffer =
168 sendWrappedBuffer.clear();
169 sendWrappedBuffer.putInt(wrappedDataBytes.length);
170 sendWrappedBuffer.put(wrappedDataBytes);
171 sendWrappedBuffer.flip();
175 channel.write(sendWrappedBuffer);
302 private ByteBuffer sendWrappedBuffer; field in class:SASLByteChannel
333 sendWrappedBuffer = ByteBuffer.allocate(sendUnwrappedBufferSize + 64);
H A DTLSByteChannel.java361 result = sslEngine.wrap(unwrappedData, sendWrappedBuffer);
376 .allocate(sendWrappedBuffer.position() + newSize);
377 sendWrappedBuffer.flip();
378 newSendWrappedBuffer.put(sendWrappedBuffer);
379 sendWrappedBuffer = newSendWrappedBuffer;
391 sendWrappedBuffer.flip();
392 while (sendWrappedBuffer.hasRemaining())
394 channel.write(sendWrappedBuffer);
396 final int written = sendWrappedBuffer.position();
397 sendWrappedBuffer
459 private ByteBuffer sendWrappedBuffer; field in class:TLSByteChannel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLByteChannel.java147 if (sendWrappedBuffer.capacity() < wrappedDataBytes.length + 4)
150 sendWrappedBuffer =
153 sendWrappedBuffer.clear();
154 sendWrappedBuffer.putInt(wrappedDataBytes.length);
155 sendWrappedBuffer.put(wrappedDataBytes);
156 sendWrappedBuffer.flip();
160 channel.write(sendWrappedBuffer);
287 private ByteBuffer sendWrappedBuffer; field in class:SASLByteChannel
318 sendWrappedBuffer = ByteBuffer.allocate(sendUnwrappedBufferSize + 64);
H A DTLSByteChannel.java352 result = sslEngine.wrap(unwrappedData, sendWrappedBuffer);
367 .allocate(sendWrappedBuffer.position() + newSize);
368 sendWrappedBuffer.flip();
369 newSendWrappedBuffer.put(sendWrappedBuffer);
370 sendWrappedBuffer = newSendWrappedBuffer;
382 sendWrappedBuffer.flip();
383 while (sendWrappedBuffer.hasRemaining())
385 channel.write(sendWrappedBuffer);
387 final int written = sendWrappedBuffer.position();
388 sendWrappedBuffer
450 private ByteBuffer sendWrappedBuffer; field in class:TLSByteChannel
[all...]

Completed in 42 milliseconds