Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A 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;
H A 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) {
H A Dsocket_adapters.h89 const CryptString& password);
119 CryptString pass_;
148 const CryptString& password);
173 CryptString pass_;
H A Dhttp_common.h20 class CryptString; variable
44 const CryptString& password,
H A Dproxy_info.h31 CryptString password;
H A Dsocket_adapters.cc225 const CryptString& password) in AsyncHttpsProxySocket()
477 const CryptString& password) in AsyncSocksProxySocket()
H A Dproxy_unittest.cc49 socket, kSocksProxyIntAddr, "", rtc::CryptString()); in TEST_F()
H A Dhttp_common.cc258 const CryptString& password, in HttpAuthenticate()
/aosp_15_r20/external/cronet/crypto/
H A Dencryptor.cc66 return CryptString(/*do_encrypt=*/true, plaintext, ciphertext); in Encrypt()
75 return CryptString(/*do_encrypt=*/false, ciphertext, plaintext); in Decrypt()
97 bool Encryptor::CryptString(bool do_encrypt, in CryptString() function in crypto::Encryptor
H A Dencryptor.h79 bool CryptString(bool do_encrypt,