Home
last modified time | relevance | path

Searched defs:computeSecret (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/crypto/
Ddiffiehellman.js125 DiffieHellmanGroup.prototype.computeSecret = method in DiffieHellmanGroup
126 DiffieHellman.prototype.computeSecret = method in DiffieHellman
206 ECDH.prototype.computeSecret = DiffieHellman.prototype.computeSecret; method in ECDH
/third_party/node/deps/npm/node_modules/sshpk/lib/
Ddhe.js161 DiffieHellman.prototype.computeSecret = function (otherpk) { method in DiffieHellman