Searched refs:dhEnabledKeyTypes (Results 1 – 1 of 1) sorted by relevance
261 const dhEnabledKeyTypes = new Set(['dh', 'ec', 'x448', 'x25519']); constant284 if (privateType !== publicType || !dhEnabledKeyTypes.has(privateType)) {