MCPcopy Index your code
hub / github.com/nodejs/node / loadDHParam

Function loadDHParam

test/parallel/test-tls-dhe.js:72–75  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

70}
71
72function loadDHParam(n) {
73 const keyname = `dh${n}.pem`;
74 return fixtures.readKey(keyname);
75}
76
77function test(dhparam, keylen, expectedCipher) {
78 const options = {

Callers 2

testCustomParamFunction · 0.70
test-tls-dhe.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…