Home | History | Annotate | Download | only in syncable

Lines Matching full:encrypted

24 const char kEncryptedString[] = "encrypted";
31 // Check if our unsyced changes are encrypted if they need to be based on
33 // Returns: true if all unsynced data that should be encrypted is.
34 // false if some unsynced changes need to be encrypted.
36 // modify the data and does not care if data is unnecessarily encrypted.
41 // Processes all unsynced changes and ensures they are appropriately encrypted
46 // Returns true if the entry requires encryption but is not encrypted, false
47 // otherwise. Note: this does not check that already encrypted entries are
48 // encrypted with the proper key.
57 // Verifies all data of type |type| is encrypted appropriately.
78 // Extracts the set of encrypted types from a nigori node.