Lines Matching refs:passphrase_
2806 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()
3208 config.passphrase_.size(), in WritePrivateKey()