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

Function loadDHParam

test/parallel/test-tls-client-mindhsize.js:24–26  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

22let nerror = 0;
23
24function loadDHParam(n) {
25 return fixtures.readKey(`dh${n}.pem`);
26}
27
28function test(size, err, next, minDHSizeOverride) {
29 const options = {

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…