Home
last modified time | relevance | path

Searched refs:CryptString (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/rtc_base/
Dcrypt_string.cc37 CryptString::CryptString() : impl_(new EmptyCryptStringImpl()) {} in CryptString() function in rtc::CryptString
39 CryptString::CryptString(const CryptString& other) in CryptString() function in rtc::CryptString
42 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) {} in CryptString() function in rtc::CryptString
44 CryptString::~CryptString() = default;
Dcrypt_string.h42 class CryptString {
44 CryptString();
49 CryptString(const CryptString& other);
50 explicit CryptString(const CryptStringImpl& impl);
51 ~CryptString();
52 CryptString& operator=(const CryptString& other) {
Dsocket_adapters.h85 const CryptString& password);
112 CryptString pass_;
142 const CryptString& password);
164 CryptString pass_;
Dhttp_common.h18 class CryptString; variable
43 const CryptString& password,
Dproxy_info.h31 CryptString password;
Dproxy_unittest.cc49 socket, kSocksProxyIntAddr, "", rtc::CryptString()); in TEST_F()
Dsocket_adapters.cc218 const CryptString& password) in AsyncHttpsProxySocket()
469 const CryptString& password) in AsyncSocksProxySocket()
Dhttp_common.cc257 const CryptString& password, in HttpAuthenticate()