Home
last modified time | relevance | path

Searched refs:dhEnabledKeyTypes (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/crypto/
Ddiffiehellman.js261 const dhEnabledKeyTypes = new Set(['dh', 'ec', 'x448', 'x25519']); constant
284 if (privateType !== publicType || !dhEnabledKeyTypes.has(privateType)) {