Home | History | Annotate | Download | only in jsse

Lines Matching refs:print

538             print(result = server.wrap(ByteBuffer.allocate(0), buffer));
555 print(client.unwrap(buffer, app_data_buffer));
610 print(server.unwrap(ByteBuffer.allocate(40), app_data_buffer));
631 print(result =
649 print(result = server.wrap(ByteBuffer.allocate(0), buffer));
673 print(client.unwrap(buffer, app_data_buffer));
773 System.out.print("\n"
781 System.out.print("(NOT_HANDSHAKING) ");
797 print(result = current_engine.wrap(app_data, buffer));
821 print(result = current_engine.wrap(
830 System.out.print("\n" + ((current_engine != client)
836 print(result = engines[(step + 1) % 2].unwrap(
864 print(result = current_engine.unwrap(buffer, app_data));
922 print(result = allowed.wrap(app_data_plain, buffer));
933 print(result = not_allowed.unwrap(buffer, app_data_plain));
958 print(result = not_allowed.unwrap(buffer, app_data_plain));
971 print(result = not_allowed.wrap(app_data_plain, buffer));
992 print(result = not_allowed.wrap(app_data_plain, buffer));
1006 print(result = allowed.unwrap(buffer, app_data_plain));
1048 print(result = client.wrap(data, ByteBuffer.allocate(35)));
1057 print(result = client.wrap(data, co));
1069 print(result = server.unwrap(co, ByteBuffer.allocate(0)));
1076 print(result = server.unwrap(co, si));
1098 print(result = client.wrap(data, co));
1106 print(result = server.unwrap(co, si));
1142 print(result = server.wrap(ByteBuffer.wrap(new byte[] { 0 }), buffer));
1165 print(result = server.wrap(ByteBuffer.allocate(0), buffer));
1178 print(result = server.wrap(ByteBuffer.wrap(new byte[] { 0 }), buffer));
1199 print(result = client.unwrap(buffer, app_data_buffer));
1215 print(result = client.unwrap(buffer, app_data_buffer));
1240 print(result = client.unwrap(buffer, app_data_buffer));
1260 print(result = client.wrap(ByteBuffer.wrap(new byte[] { 0 }), buffer));
1278 print(result = client.wrap(ByteBuffer.wrap(new byte[] { 0 }), buffer));
1299 print(result = server.unwrap(buffer, app_data_buffer));
1317 print(result = server.unwrap(buffer, app_data_buffer));
1339 print(result = server.wrap(ByteBuffer.allocate(0), buffer));
1354 private static void print(SSLEngineResult result) {