Home | History | Annotate | Download | only in util

Lines Matching defs:Cryptographer

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.
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);