Searched refs:passphrase_type (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.cc29 passphrase_type(IMPLICIT_PASSPHRASE),
H A Dsync_status.h77 PassphraseType passphrase_type; member in struct:syncer::SyncStatus
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc155 if (server_nigori.passphrase_type() ==
157 local_nigori.passphrase_type() !=
159 DCHECK(local_nigori.passphrase_type() ==
161 local_nigori.passphrase_type() ==
H A Dall_status.cc142 status_.passphrase_type = type;
H A Dapply_control_data_updates_unittest.cc606 nigori().passphrase_type());
689 nigori().passphrase_type());
768 nigori().passphrase_type());
854 nigori().passphrase_type());
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc138 void VerifyMigratedNigori(PassphraseType passphrase_type, argument
140 VerifyMigratedNigoriWithTimestamp(0, passphrase_type, passphrase);
145 PassphraseType passphrase_type,
156 if (passphrase_type == CUSTOM_PASSPHRASE ||
157 passphrase_type == FROZEN_IMPLICIT_PASSPHRASE) {
160 if (passphrase_type == CUSTOM_PASSPHRASE) {
162 nigori.passphrase_type());
170 nigori.passphrase_type());
176 nigori.passphrase_type());
192 PassphraseType passphrase_type,
143 VerifyMigratedNigoriWithTimestamp( int64 migration_time, PassphraseType passphrase_type, const std::string& passphrase) argument
191 BuildMigratedNigori( PassphraseType passphrase_type, int64 migration_time, const std::string& default_passphrase, const std::string& keystore_key) argument
301 InitUnmigratedNigori(const std::string& default_passphrase, PassphraseType passphrase_type) argument
[all...]
H A Dsync_encryption_handler_impl.cc81 if (nigori.passphrase_type() ==
84 if (nigori.passphrase_type() ==
864 ProtoPassphraseTypeToEnum(nigori.passphrase_type());
924 ProtoPassphraseTypeToEnum(nigori.passphrase_type()));
987 (ProtoPassphraseTypeToEnum(nigori.passphrase_type()) ==
1305 nigori.passphrase_type() ==
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc271 StringSyncStat passphrase_type(section_encryption,
391 passphrase_type.SetValue(
392 PassphraseTypeToString(full_status.passphrase_type));
H A Dprofile_sync_service.cc1885 syncer::PassphraseType passphrase_type = GetPassphraseType(); local
1886 return passphrase_type == syncer::FROZEN_IMPLICIT_PASSPHRASE ||
1887 passphrase_type == syncer::CUSTOM_PASSPHRASE;
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc390 syncer::PassphraseType passphrase_type = service->GetPassphraseType(); local
402 switch (passphrase_type) {
421 } else if (passphrase_type == syncer::CUSTOM_PASSPHRASE) {
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.cc297 response_entity->specifics().nigori().passphrase_type() ==
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc664 SET_ENUM(passphrase_type, PassphraseTypeString);

Completed in 269 milliseconds