Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Ddiffiehellman.js30 DiffieHellmanGroup: _DiffieHellmanGroup,
102 function DiffieHellmanGroup(name) { class
103 if (!(this instanceof DiffieHellmanGroup))
104 return new DiffieHellmanGroup(name);
114 DiffieHellmanGroup.prototype.generateKeys =
125 DiffieHellmanGroup.prototype.computeSecret =
140 DiffieHellmanGroup.prototype.getPrime =
151 DiffieHellmanGroup.prototype.getGenerator =
162 DiffieHellmanGroup.prototype.getPublicKey =
173 DiffieHellmanGroup.prototype.getPrivateKey =
[all …]
/third_party/node/lib/
Dcrypto.js77 DiffieHellmanGroup,
138 return new DiffieHellmanGroup(name);
205 DiffieHellmanGroup, property
/third_party/node/test/parallel/
Dtest-crypto-dh.js87 const DiffieHellmanGroup = crypto.DiffieHellmanGroup; constant
88 const dhg = DiffieHellmanGroup('modp5');
89 assert(dhg instanceof DiffieHellmanGroup, 'DiffieHellmanGroup is expected ' +
/third_party/node/tools/doc/
Dtype-parser.mjs65 'DiffieHellmanGroup': 'crypto.html#crypto_class_diffiehellmangroup', property
/third_party/node/src/
Dnode_crypto.h779 static void DiffieHellmanGroup(
Dnode_crypto.cc5215 DiffieHellmanGroup); in Initialize()
5285 void DiffieHellman::DiffieHellmanGroup( in DiffieHellmanGroup() function in node::crypto::DiffieHellman
/third_party/node/doc/api/
Dcrypto.md733 ## Class: `DiffieHellmanGroup`
738 The `DiffieHellmanGroup` class takes a well-known modp group as its argument.
1903 * Returns: {DiffieHellmanGroup}
2304 * Returns: {DiffieHellmanGroup}
2306 Creates a predefined `DiffieHellmanGroup` key exchange object. The
Ddeprecations.md2180 `DiffieHellmanGroup`, `ECDH`, `Hash`, `Hmac`, `Sign`, and `Verify` classes.
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md492 …om/nodejs/node/commit/f84b34d42c)] - **crypto**: improve errors in DiffieHellmanGroup (Tobias Nieß…
DCHANGELOG_V14.md1139 …ps://github.com/nodejs/node/commit/4c67437c53)] - **doc**: clarify DiffieHellmanGroup class docs (…