HomeSort by relevance Sort by last modified time
    Searched refs:passphrase_type_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 15 passphrase_type_(IMPLICIT_PASSPHRASE),
32 passphrase_type_ = CUSTOM_PASSPHRASE;
103 passphrase_type_ = CUSTOM_PASSPHRASE;
126 return passphrase_type_;
fake_sync_encryption_handler.h 63 PassphraseType passphrase_type_; member in class:syncer::FakeSyncEncryptionHandler
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 216 passphrase_type_(IMPLICIT_PASSPHRASE),
271 if (has_pending_keys && passphrase_type_ == KEYSTORE_PASSPHRASE) {
391 if (!IsExplicitPassphrase(passphrase_type_)) {
399 passphrase_type_ = CUSTOM_PASSPHRASE;
403 passphrase_type_,
458 } else { // IsExplicitPassphrase(passphrase_type_) == true.
498 IsExplicitPassphrase(passphrase_type_)) {
532 if (!IsExplicitPassphrase(passphrase_type_)) {
641 return passphrase_type_;
    [all...]
sync_encryption_handler_impl.h 284 PassphraseType passphrase_type_; member in class:syncer::SyncEncryptionHandlerImpl

Completed in 148 milliseconds