HomeSort by relevance Sort by last modified time
    Searched refs:password_ (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/base/
cryptstring.cc 50 return password_.size();
54 memcpy(dest, password_.data(), password_.size());
56 dest[password_.size()] = 0;
60 return password_;
65 copy->password() = password_;
71 dest->resize(password_.size());
72 memcpy(&dest->front(), password_.data(), password_.size());
cryptstring.h 153 std::string& password() { return password_; }
154 const std::string& password() const { return password_; }
164 std::string password_; member in class:rtc::InsecureCryptStringImpl
  /external/webrtc/webrtc/libjingle/xmpp/
saslplainmechanism.h 23 user_jid_(user_jid), password_(password) {}
36 credential.Append(&password_);
43 rtc::CryptString password_; member in class:buzz::SaslPlainMechanism
plainsaslhandler.h 24 bool allow_plain) : jid_(jid), password_(password),
50 return new SaslPlainMechanism(jid_, password_);
57 rtc::CryptString password_; member in class:buzz::PlainSaslHandler
xmppengineimpl.h 231 std::string password_; member in class:buzz::XmppEngineImpl
xmppengineimpl.cc 35 password_(),
  /system/tpm/trunks/
password_authorization_delegate.h 54 TPM2B_AUTH password_; member in class:trunks::PasswordAuthorizationDelegate
password_authorization_delegate.cc 29 password_ = Make_TPM2B_DIGEST(password);
43 auth.hmac = password_;
password_authorization_delegate_test.cc 29 EXPECT_EQ(delegate.password_.size, 0);
  /external/webrtc/webrtc/p2p/base/
candidate.h 58 password_(password),
112 const std::string & password() const { return password_; }
113 void set_password(const std::string & password) { password_ = password; }
168 (password_ == c.password_) && (type_ == c.type_) &&
217 << username_ << ":" << password_ << "]"; local
228 std::string password_; member in class:cricket::Candidate
relayport_unittest.cc 55 password_(rtc::CreateRandomString(16)),
59 0, 0, username_, password_)),
254 std::string password_; member in class:RelayPortTest
relayserver.h 193 const std::string& password() { return password_; }
223 std::string password_; member in class:cricket::RelayServerBinding
port.cc 148 password_(password),
178 password_(password),
194 ASSERT(password_.empty());
196 password_ = rtc::CreateRandomString(ICE_PWD_LENGTH);
250 c.set_password(password_);
376 if (!stun_msg->ValidateMessageIntegrity(data, size, password_)) {
379 << ", password_=" << password_;
563 response.AddMessageIntegrity(password_);
611 response.AddMessageIntegrity(password_);
    [all...]
port.h 192 const std::string& password() const { return password_; }
380 std::string password_; member in class:cricket::Port
relayserver_unittest.cc 45 password_(rtc::CreateRandomString(12)) {}
181 std::string password_; member in class:RelayServerTest
port_unittest.cc 377 password_(rtc::CreateRandomString(ICE_PWD_LENGTH)),
469 0, username_, password_, std::string(), true);
477 addr.ipaddr(), 0, 0, username_, password_,
486 username_, password_, stun_servers,
509 username_, password_, ProtocolAddress(
526 username_, password_);
774 std::string password_; member in class:PortTest
    [all...]
relayserver.cc 659 password_(password),
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 94 std::string password_; member in struct:DataCall
285 if (details[4]) call.password_ = details[4];
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 316 milliseconds