Home
last modified time | relevance | path

Searched defs:generateKeyPair (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/crypto/
Dkeygen.js48 function generateKeyPair(type, options, callback) { function
313 module.exports = { generateKeyPair, generateKeyPairSync }; property
/third_party/node/lib/
Dcrypto.js178 generateKeyPair, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_security_cryptoFramework.js96 generateKeyPair: function (...args) { method