Searched defs:CryptString (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/webrtc/rtc_base/ | ||
H A D | crypt_string.cc | 37 CryptString::CryptString() : impl_(new EmptyCryptStringImpl()) {} in CryptString() function in rtc::CryptString |
H A D | http_common.h | 20 class CryptString; variable |
/aosp_15_r20/external/cronet/crypto/ | ||
H A D | encryptor.cc | 97 bool Encryptor::CryptString(bool do_encrypt, in CryptString() function in crypto::Encryptor |