Home
last modified time | relevance | path

Searched refs:expectedCipher (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-honorcipherorder.js20 function test(honorCipherOrder, clientCipher, expectedCipher, defaultCiphers) { argument
52 honorCipherOrder, clientCipher, expectedCipher, cipher.name);
53 assert.strictEqual(cipher.name, expectedCipher, msg);
Dtest-tls-dhe.js51 function test(keylen, expectedCipher, cb) { argument
81 const reg = new RegExp(`Cipher : ${expectedCipher}`);