HomeSort by relevance Sort by last modified time
    Searched defs:SystemEncryptor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/gcm_driver/
system_encryptor.h 14 class SystemEncryptor : public Encryptor {
16 virtual ~SystemEncryptor();
system_encryptor.cc 11 SystemEncryptor::~SystemEncryptor() {}
13 bool SystemEncryptor::EncryptString(const std::string& plaintext,
18 bool SystemEncryptor::DecryptString(const std::string& ciphertext,
  /external/chromium_org/components/sync_driver/
system_encryptor.h 14 class SystemEncryptor : public syncer::Encryptor {
16 virtual ~SystemEncryptor();
system_encryptor.cc 11 SystemEncryptor::~SystemEncryptor() {}
13 bool SystemEncryptor::EncryptString(const std::string& plaintext,
18 bool SystemEncryptor::DecryptString(const std::string& ciphertext,

Completed in 197 milliseconds