Home
last modified time | relevance | path

Searched refs:passphrase_type (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/sync/engine/
Dapply_control_data_updates.cc155 if (server_nigori.passphrase_type() == in ApplyNigoriUpdate()
157 local_nigori.passphrase_type() != in ApplyNigoriUpdate()
159 DCHECK(local_nigori.passphrase_type() == in ApplyNigoriUpdate()
161 local_nigori.passphrase_type() == in ApplyNigoriUpdate()
Dapply_control_data_updates_unittest.cc606 nigori().passphrase_type()); in TEST_F()
689 nigori().passphrase_type()); in TEST_F()
768 nigori().passphrase_type()); in TEST_F()
854 nigori().passphrase_type()); in TEST_F()
Dall_status.cc142 status_.passphrase_type = type; in SetPassphraseType()
/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl_unittest.cc138 void VerifyMigratedNigori(PassphraseType passphrase_type, in VerifyMigratedNigori() argument
140 VerifyMigratedNigoriWithTimestamp(0, passphrase_type, passphrase); in VerifyMigratedNigori()
145 PassphraseType passphrase_type, in VerifyMigratedNigoriWithTimestamp() argument
156 if (passphrase_type == CUSTOM_PASSPHRASE || in VerifyMigratedNigoriWithTimestamp()
157 passphrase_type == FROZEN_IMPLICIT_PASSPHRASE) { in VerifyMigratedNigoriWithTimestamp()
160 if (passphrase_type == CUSTOM_PASSPHRASE) { in VerifyMigratedNigoriWithTimestamp()
162 nigori.passphrase_type()); in VerifyMigratedNigoriWithTimestamp()
170 nigori.passphrase_type()); in VerifyMigratedNigoriWithTimestamp()
176 nigori.passphrase_type()); in VerifyMigratedNigoriWithTimestamp()
192 PassphraseType passphrase_type, in BuildMigratedNigori() argument
[all …]
Dsync_encryption_handler_impl.cc81 if (nigori.passphrase_type() == in IsNigoriMigratedToKeystore()
84 if (nigori.passphrase_type() == in IsNigoriMigratedToKeystore()
864 ProtoPassphraseTypeToEnum(nigori.passphrase_type()); in ApplyNigoriUpdateImpl()
924 ProtoPassphraseTypeToEnum(nigori.passphrase_type())); in ApplyNigoriUpdateImpl()
987 (ProtoPassphraseTypeToEnum(nigori.passphrase_type()) == in ApplyNigoriUpdateImpl()
1305 nigori.passphrase_type() == in ShouldTriggerMigration()
/external/chromium_org/sync/internal_api/public/engine/
Dsync_status.cc29 passphrase_type(IMPLICIT_PASSPHRASE), in SyncStatus()
Dsync_status.h77 PassphraseType passphrase_type; member
/external/chromium_org/chrome/browser/sync/
Dabout_sync_util.cc271 StringSyncStat passphrase_type(section_encryption, in ConstructAboutInformation() local
391 passphrase_type.SetValue( in ConstructAboutInformation()
392 PassphraseTypeToString(full_status.passphrase_type)); in ConstructAboutInformation()
Dprofile_sync_service.cc1885 syncer::PassphraseType passphrase_type = GetPassphraseType(); in IsUsingSecondaryPassphrase() local
1886 return passphrase_type == syncer::FROZEN_IMPLICIT_PASSPHRASE || in IsUsingSecondaryPassphrase()
1887 passphrase_type == syncer::CUSTOM_PASSPHRASE; in IsUsingSecondaryPassphrase()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.cc390 syncer::PassphraseType passphrase_type = service->GetPassphraseType(); in DisplayConfigureSync() local
402 switch (passphrase_type) { in DisplayConfigureSync()
421 } else if (passphrase_type == syncer::CUSTOM_PASSPHRASE) { in DisplayConfigureSync()
/external/chromium_org/sync/protocol/
Dnigori_specifics.proto101 optional PassphraseType passphrase_type = 30 field
Dproto_value_conversions.cc664 SET_ENUM(passphrase_type, PassphraseTypeString); in NigoriSpecificsToValue()
/external/chromium_org/sync/test/fake_server/
Dfake_server.cc297 response_entity->specifics().nigori().passphrase_type() == in HandleGetUpdatesRequest()