Home
last modified time | relevance | path

Searched defs:CryptString (Results 1 – 4 of 4) 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
Dhttp_common.h20 class CryptString; variable
/external/cronet/stable/crypto/
Dencryptor.cc101 bool Encryptor::CryptString(bool do_encrypt, in CryptString() function in crypto::Encryptor
/external/cronet/tot/crypto/
Dencryptor.cc101 bool Encryptor::CryptString(bool do_encrypt, in CryptString() function in crypto::Encryptor