Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Ddiffiehellman.js14 DiffieHellmanGroup: _DiffieHellmanGroup,
132 function DiffieHellmanGroup(name) { class
133 if (!(this instanceof DiffieHellmanGroup))
134 return new DiffieHellmanGroup(name);
145 DiffieHellmanGroup.prototype.generateKeys =
156 DiffieHellmanGroup.prototype.computeSecret =
172 DiffieHellmanGroup.prototype.getPrime =
183 DiffieHellmanGroup.prototype.getGenerator =
194 DiffieHellmanGroup.prototype.getPublicKey =
205 DiffieHellmanGroup.prototype.getPrivateKey =
[all …]
/third_party/node/test/parallel/
Dtest-crypto-dh-constructor.js22 const DiffieHellmanGroup = crypto.DiffieHellmanGroup; constant
23 const dhg = DiffieHellmanGroup('modp5');
24 assert(dhg instanceof DiffieHellmanGroup, 'DiffieHellmanGroup is expected ' +
/third_party/node/lib/
Dcrypto.js85 DiffieHellmanGroup,
157 return new DiffieHellmanGroup(name);
233 DiffieHellmanGroup, property
/third_party/node/src/crypto/
Dcrypto_dh.cc103 DiffieHellmanGroup); in Initialize()
115 registry->Register(DiffieHellmanGroup); in RegisterExternalReferences()
234 void DiffieHellman::DiffieHellmanGroup( in DiffieHellmanGroup() function in node::crypto::DiffieHellman
Dcrypto_dh.h30 static void DiffieHellmanGroup(
/third_party/node/tools/doc/
Dtype-parser.mjs74 'DiffieHellmanGroup': 'crypto.html#class-diffiehellmangroup', property
/third_party/node/doc/api/
Dcrypto.md1174 ## Class: `DiffieHellmanGroup`
1180 The `DiffieHellmanGroup` class takes a well-known modp group as its argument.
3286 * Returns: {DiffieHellmanGroup}
4141 * Returns: {DiffieHellmanGroup}
4143 Creates a predefined `DiffieHellmanGroup` key exchange object. The
4144 supported groups are listed in the documentation for [`DiffieHellmanGroup`][].
6121 [`DiffieHellmanGroup`]: #class-diffiehellmangroup
Ddeprecations.md2329 `DiffieHellmanGroup`, `ECDH`, `Hash`, `Hmac`, `Sign`, and `Verify` classes.
3235 ### DEP0167: Weak `DiffieHellmanGroup` instances (`modp1`, `modp2`, `modp5`)
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md858 …om/nodejs/node/commit/f84b34d42c)] - **crypto**: improve errors in DiffieHellmanGroup (Tobias Nieß…
DCHANGELOG_V16.md2221 …ps://github.com/nodejs/node/commit/ae9128ec61)] - **doc**: clarify DiffieHellmanGroup class docs (…
DCHANGELOG_V14.md1042 …ps://github.com/nodejs/node/commit/4c67437c53)] - **doc**: clarify DiffieHellmanGroup class docs (…
DCHANGELOG_V12.md1979 …om/nodejs/node/commit/907252d4cf)] - **crypto**: improve errors in DiffieHellmanGroup (Tobias Nieß…