Home
last modified time | relevance | path

Searched refs:DiffieHellmanGroup (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/crypto/
H A Ddiffiehellman.js14 DiffieHellmanGroup: _DiffieHellmanGroup,
132 function DiffieHellmanGroup(name) { function
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
142 DiffieHellmanGroup.prototype.generateKeys = global() class
[all...]
/third_party/node/lib/
H A Dcrypto.js85 DiffieHellmanGroup,
157 return new DiffieHellmanGroup(name);
233 DiffieHellmanGroup,
/third_party/node/src/crypto/
H A Dcrypto_dh.h30 static void DiffieHellmanGroup(
H A Dcrypto_dh.cc102 make(FIXED_ONE_BYTE_STRING(env->isolate(), "DiffieHellmanGroup"), in Initialize()
103 DiffieHellmanGroup); in Initialize()
115 registry->Register(DiffieHellmanGroup); in RegisterExternalReferences()
234 void DiffieHellman::DiffieHellmanGroup( in DiffieHellmanGroup() function in node::crypto::DiffieHellman

Completed in 4 milliseconds