Searched defs:Cryptographer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/util/
H A Dcryptographer.h47 // CanDecrypt should be used to verify whether the Cryptographer can decrypt
50 class SYNC_EXPORT Cryptographer { class in namespace:syncer
53 explicit Cryptographer(Encryptor* encryptor);
54 explicit Cryptographer(const Cryptographer& other);
55 ~Cryptographer();
58 // Cryptographer instance into the ready state (is_ready will be true).
161 // Returns whether this Cryptographer is ready to encrypt and decrypt data.
170 // Cryptographer instance to bootstrap itself. Returns false if such a token
217 DISALLOW_ASSIGN(Cryptographer);
[all...]
H A Dcryptographer.cc25 Cryptographer::Cryptographer(Encryptor* encryptor) function in class:syncer::Cryptographer
30 Cryptographer::Cryptographer(const Cryptographer& other) function in class:syncer::Cryptographer
48 Cryptographer::~Cryptographer() {}
51 void Cryptographer::Bootstrap(const std::string& restored_bootstrap_token) {
64 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const {
68 bool Cryptographer
[all...]

Completed in 77 milliseconds