Home
last modified time | relevance | path

Searched defs:ECDH (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-dh-constructor.js30 const ECDH = crypto.ECDH; constant
Dtest-crypto-classes.js21 'ECDH': ['prime256v1'], property
Dtest-webcrypto-keygen.js122 'ECDH': { property
/third_party/node/doc/api/
Dcrypto.md1269 ### Static method: `ECDH.convertKey(key, curve[, inputEncoding[, outputEncoding[, format]]])`
1342 ### `ecdh.computeSecret(otherPublicKey[, inputEncoding][, outputEncoding])`
1378 ### `ecdh.generateKeys([encoding[, format]])`
1399 ### `ecdh.getPrivateKey([encoding])`
1411 ### `ecdh.getPublicKey([encoding][, format])`
1429 ### `ecdh.setPrivateKey(privateKey[, encoding])`
1447 ### `ecdh.setPublicKey(publicKey[, encoding])`
/third_party/node/lib/internal/crypto/
Ddiffiehellman.js232 function ECDH(curve) { class
380 ECDH, property
Dutil.js177 'ECDH': 'EcKeyGenParams', property
209 'ECDH': 'EcKeyImportParams', property
225 'ECDH': 'EcdhKeyDeriveParams', property
/third_party/node/tools/doc/
Dtype-parser.mjs77 'ECDH': 'crypto.html#class-ecdh', property
/third_party/node/lib/
Dcrypto.js234 ECDH, property
/third_party/node/src/crypto/
Dcrypto_ec.cc122 ECDH::ECDH(Environment* env, Local<Object> wrap, ECKeyPointer&& key) in ECDH() function in node::crypto::ECDH