Home | History | Annotate | Download | only in jsse

Lines Matching refs:session_id

47     final byte[] session_id;
75 session_id = ses_id;
78 length = 38 + session_id.length + (this.cipher_suites.length << 1)
94 session_id = new byte[size];
95 in.read(session_id, 0, size);
111 this.length = 38 + session_id.length + (cipher_suites.length << 1)
146 session_id = EmptyArray.BYTE;
167 this.length = 38 + session_id.length + (cipher_suites.length << 1)
179 out.writeUint8(session_id.length);
180 out.write(session_id);