MCPcopy Create free account
hub / github.com/nodejs/node / loadDHParam

Function loadDHParam

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

Source from the content-addressed store, hash-verified

22// 'ECDH' with 'TLS_AES_128_GCM_SHA256',
23
24function loadDHParam(n) {
25 return fixtures.readKey(`dh${n}.pem`);
26}
27
28function test(size, type, name, cipher) {
29 assert(cipher);

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56