Searched refs:CryptString (Results 1 – 8 of 8) sorted by relevance
37 CryptString::CryptString() : impl_(new EmptyCryptStringImpl()) {} in CryptString() function in rtc::CryptString39 CryptString::CryptString(const CryptString& other) in CryptString() function in rtc::CryptString42 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) {} in CryptString() function in rtc::CryptString44 CryptString::~CryptString() = default;
42 class CryptString {44 CryptString();49 CryptString(const CryptString& other);50 explicit CryptString(const CryptStringImpl& impl);51 ~CryptString();52 CryptString& operator=(const CryptString& other) {
85 const CryptString& password);112 CryptString pass_;142 const CryptString& password);164 CryptString pass_;
18 class CryptString; variable43 const CryptString& password,
31 CryptString password;
49 socket, kSocksProxyIntAddr, "", rtc::CryptString()); in TEST_F()
218 const CryptString& password) in AsyncHttpsProxySocket()469 const CryptString& password) in AsyncSocksProxySocket()
257 const CryptString& password, in HttpAuthenticate()