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

  /external/chromium_org/sync/util/
cryptographer.h 47 // CanDecrypt should be used to verify whether the Cryptographer can decrypt
50 class SYNC_EXPORT Cryptographer {
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).
116 // with a cryptographer that has already been initialized.
143 // cryptographer has no pending keys. Like other calls that access the
144 // cryptographer, this method must be called from within a transaction
    [all...]
cryptographer.cc 5 #include "sync/util/cryptographer.h"
25 Cryptographer::Cryptographer(Encryptor* encryptor)
30 Cryptographer::Cryptographer(const Cryptographer& other)
48 Cryptographer::~Cryptographer() {}
51 void Cryptographer::Bootstrap(const std::string& restored_bootstrap_token) {
64 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const
    [all...]

Completed in 458 milliseconds