Lines Matching refs:cipher
54 const cipher = this.getCipher();
55 assert.strictEqual(cipher.name, 'AES128-SHA256');
56 assert.strictEqual(cipher.standardName, 'TLS_RSA_WITH_AES_128_CBC_SHA256');
57 assert.strictEqual(cipher.version, 'TLSv1.2');
69 const cipher = this.getCipher();
70 assert.strictEqual(cipher.name, 'ECDHE-RSA-AES128-GCM-SHA256');
71 assert.strictEqual(cipher.standardName,
73 assert.strictEqual(cipher.version, 'TLSv1.2');
92 const cipher = client.getCipher();
93 assert.strictEqual(cipher.name, 'TLS_AES_128_CCM_8_SHA256');
94 assert.strictEqual(cipher.standardName, cipher.name);
95 assert.strictEqual(cipher.version, 'TLSv1.3');