Home
last modified time | relevance | path

Searched defs:CryptString (Results 1 – 3 of 3) 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
H A Dhttp_common.h20 class CryptString; variable
/aosp_15_r20/external/cronet/crypto/
H A Dencryptor.cc97 bool Encryptor::CryptString(bool do_encrypt, in CryptString() function in crypto::Encryptor