Lines Matching full:hex
115 assert.strictEqual(clientSessions.first.toString('hex'),
116 clientSessions['first-reuse'].toString('hex'));
117 assert.notStrictEqual(clientSessions.first.toString('hex'),
118 clientSessions['cipher-change'].toString('hex'));
119 assert.notStrictEqual(clientSessions.first.toString('hex'),
120 clientSessions['before-drop'].toString('hex'));
121 assert.notStrictEqual(clientSessions['cipher-change'].toString('hex'),
122 clientSessions['before-drop'].toString('hex'));
123 assert.notStrictEqual(clientSessions['before-drop'].toString('hex'),
124 clientSessions['after-drop'].toString('hex'));
125 assert.strictEqual(clientSessions['after-drop'].toString('hex'),
126 clientSessions['after-drop-reuse'].toString('hex'));