Home | History | Annotate | Download | only in jsse

Lines Matching refs:app_data

750         ByteBuffer app_data = ByteBuffer.allocate(packetBufferSize);
797 print(result = current_engine.wrap(app_data, buffer));
822 ByteBuffer.wrap(new byte[] { 0 }), app_data));
823 // The output in app_data will be produced only if it
835 app_data.flip();
837 app_data, app_data_plain));
838 app_data.clear();
864 print(result = current_engine.unwrap(buffer, app_data));
907 ByteBuffer app_data = ByteBuffer.allocate(packetBufferSize);