Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Ddiffiehellman.js191 DiffieHellman.prototype.setPrivateKey = function setPrivateKey(key, encoding) { method in DiffieHellman
207 ECDH.prototype.setPrivateKey = DiffieHellman.prototype.setPrivateKey; method in ECDH
/third_party/node/deps/npm/node_modules/sshpk/lib/
Ddhe.js159 DiffieHellman.prototype.setPrivateKey = DiffieHellman.prototype.setKey; method in DiffieHellman