Home
last modified time | relevance | path

Searched refs:passphrase_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_crypto.cc2806 char* const passphrase = const_cast<char*>(config.passphrase_.get()); in ParsePrivateKey()
2855 if (config.passphrase_.get() == nullptr) in ParsePrivateKey()
3048 result.passphrase_ = ByteSource::NullTerminatedCopy(env, args[*offset]); in GetPrivateKeyEncodingFromJs()
3162 const char* pass = config.passphrase_.get(); in WritePrivateKey()
3167 config.passphrase_.size(), in WritePrivateKey()
3181 const_cast<char*>(config.passphrase_.get()), in WritePrivateKey()
3182 config.passphrase_.size(), in WritePrivateKey()
3190 const_cast<char*>(config.passphrase_.get()), in WritePrivateKey()
3191 config.passphrase_.size(), in WritePrivateKey()
3203 const char* pass = config.passphrase_.get(); in WritePrivateKey()
[all …]
Dnode_crypto.h386 ByteSource passphrase_; member