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 ~Cryptographer();
57 // Cryptographer instance into the ready state (is_ready will be true).
115 // with a cryptographer that has already been initialized.
142 // cryptographer has no pending keys. Like other calls that access the
143 // cryptographer, this method must be called from within a transaction.
160 // Returns whether this Cryptographer is ready to encrypt and decrypt data.
169 // Cryptographer instance to bootstrap itself. Returns false if such a token
212 DISALLOW_COPY_AND_ASSIGN(Cryptographer);