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