Searched defs:SystemEncryptor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dsystem_encryptor.h14 class SystemEncryptor : public Encryptor { class in namespace:gcm
16 virtual ~SystemEncryptor();
H A Dsystem_encryptor.cc11 SystemEncryptor::~SystemEncryptor() {}
13 bool SystemEncryptor::EncryptString(const std::string& plaintext,
18 bool SystemEncryptor::DecryptString(const std::string& ciphertext,
/external/chromium_org/components/sync_driver/
H A Dsystem_encryptor.h14 class SystemEncryptor : public syncer::Encryptor { class in namespace:sync_driver
16 virtual ~SystemEncryptor();
H A Dsystem_encryptor.cc11 SystemEncryptor::~SystemEncryptor() {}
13 bool SystemEncryptor::EncryptString(const std::string& plaintext,
18 bool SystemEncryptor::DecryptString(const std::string& ciphertext,

Completed in 103 milliseconds