Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
function
loadDHParam(n) {
25
return
fixtures.readKey(`dh${n}.pem`);
26
}
27
28
function
test(size,
type
, name, cipher) {
29
assert(cipher);
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56