Searched refs:expectedCipher (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
D | test-tls-honorcipherorder.js | 20 function test(honorCipherOrder, clientCipher, expectedCipher, defaultCiphers) { argument 52 honorCipherOrder, clientCipher, expectedCipher, cipher.name); 53 assert.strictEqual(cipher.name, expectedCipher, msg);
|
D | test-tls-dhe.js | 51 function test(keylen, expectedCipher, cb) { argument 81 const reg = new RegExp(`Cipher : ${expectedCipher}`);
|