Home
last modified time | relevance | path

Searched refs:testCustomParam (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-tls-dhe.js81 function testCustomParam(keylen, expectedCipher) { function
103 testCustomParam(512);
107 await testCustomParam(1024, dheCipher);
108 await testCustomParam(2048, dheCipher);
111 await testCustomParam('error', ecdheCipher);

Completed in 2 milliseconds