Searched refs:CryptString (Results 1 – 18 of 18) sorted by relevance
/external/webrtc/webrtc/base/ |
D | cryptstring.cc | 37 CryptString::CryptString() : impl_(new EmptyCryptStringImpl()) { in CryptString() function in rtc::CryptString 40 CryptString::CryptString(const CryptString& other) in CryptString() function in rtc::CryptString 44 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) { in CryptString() function in rtc::CryptString 47 CryptString::~CryptString() = default;
|
D | cryptstring.h | 44 class CryptString { 46 CryptString(); 49 CryptString(const CryptString& other); 50 explicit CryptString(const CryptStringImpl& impl); 51 ~CryptString(); 52 CryptString & operator=(const CryptString & other) { 91 void Append(const CryptString * password) { in Append()
|
D | socketadapters.h | 102 const std::string& username, const CryptString& password); 129 CryptString pass_; 161 const std::string& username, const CryptString& password); 185 CryptString pass_;
|
D | proxyinfo.h | 35 CryptString password;
|
D | autodetectproxy.h | 45 const CryptString& password) { in set_auth_info()
|
D | proxy_unittest.cc | 82 "", rtc::CryptString()); in TEST_F()
|
D | httpcommon.h | 25 class CryptString; variable 451 const std::string& username, const CryptString& password,
|
D | socketadapters.cc | 254 const CryptString& password) in AsyncHttpsProxySocket() 520 const CryptString& password) in AsyncSocksProxySocket()
|
D | httpcommon.cc | 748 const std::string& username, const CryptString& password, in HttpAuthenticate()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppclientsettings.h | 29 void set_pass(const rtc::CryptString& pass) { pass_ = pass; } in set_pass() 47 const rtc::CryptString& pass() const { return pass_; } in pass() 59 rtc::CryptString pass_; 87 void set_proxy_pass(const rtc::CryptString& pass) { proxy_pass_ = pass; } in set_proxy_pass() 96 const rtc::CryptString& proxy_pass() const { return proxy_pass_; } in proxy_pass() 106 rtc::CryptString proxy_pass_;
|
D | saslplainmechanism.h | 22 SaslPlainMechanism(const buzz::Jid user_jid, const rtc::CryptString & password) : in SaslPlainMechanism() 43 rtc::CryptString password_;
|
D | plainsaslhandler.h | 23 PlainSaslHandler(const Jid & jid, const rtc::CryptString & password, in PlainSaslHandler() 57 rtc::CryptString password_;
|
D | xmppauth.h | 31 const rtc::CryptString& pass, 54 rtc::CryptString passwd_;
|
D | prexmppauth.h | 54 const rtc::CryptString& pass,
|
D | xmppauth.cc | 27 const rtc::CryptString& pass, in StartPreXmppAuth()
|
D | xmppengine_unittest.cc | 71 new buzz::PlainSaslHandler(jid, rtc::CryptString(pass), true)); in SetUp()
|
D | xmppclient.cc | 54 rtc::CryptString pass_;
|
D | xmpplogintask_unittest.cc | 60 new buzz::PlainSaslHandler(jid, rtc::CryptString(pass), true)); in SetUp()
|