HomeSort by relevance Sort by last modified time
    Searched full:passphrase (Results 101 - 125 of 276) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash_unittest.cc 187 // Test that SyncErrorNotifier shows an notification if a passphrase is
207 SCOPED_TRACE("Expected a notification for passphrase error");
about_sync_util.cc 260 "Explicit Passphrase");
262 "Passphrase Required");
272 "Passphrase Type");
274 "Passphrase Time");
381 GetTimeStr(service->GetExplicitPassphraseTime(), "No Passphrase Time"));
sync_ui_util_unittest.cc 82 // passphrase is required.
102 // passphrase is required and not for auth errors.
124 // Make sure we are still displaying the passphrase error badge (don't show
  /external/chromium_org/components/sync_driver/
sync_prefs.h 103 // Use this encryption bootstrap token if we're using an explicit passphrase.
108 // passphrase.
pref_names.cc 82 // passphrase.
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 216 wpa_printf(MSG_INFO, "WPS: WPA/WPA2-Personal passphrase uses "
228 "termination from ASCII passphrase");
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 151 * passphrase - WPA ASCII passphrase
153 * If this is set, psk will be generated using the SSID and passphrase
154 * configured for the network. ASCII passphrase must be between 8 and
157 char *passphrase; member in struct:wpa_ssid
160 * ext_psk - PSK/passphrase name in external storage
162 * If this is set, PSK/passphrase will be fetched from external storage
326 * using ASCII passphrase).
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 410 // If the network requires a passphrase, make sure it is the right length.
498 // Passphrase.
695 std::string passphrase = GetPassphrase(); local
696 if (!passphrase.empty()) {
722 const std::string passphrase = GetPassphrase(); local
723 if (!passphrase.empty()) {
725 shill::kPassphraseProperty, passphrase);
1208 std::string passphrase; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h 162 // Called to set the passphrase for encryption.
163 void DoSetEncryptionPassphrase(const std::string& passphrase,
167 void DoSetDecryptionPassphrase(const std::string& passphrase);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/conf/
settings.xml 116 | NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
130 <passphrase>optional; leave empty if not used.</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/10/
apache-10.pom 368 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/13/
apache-13.pom 341 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/6/
apache-6.pom 281 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/7/
apache-7.pom 317 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/13/
apache-13.pom 341 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/6/
apache-6.pom 281 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/7/
apache-7.pom 317 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/9/
apache-9.pom 356 <passphrase>${gpg.passphrase}</passphrase>
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 506 " \"Passphrase\": \"FAKE_CREDENTIAL_VPaJDV9x\" }"
529 " \"Passphrase\": \"passphrase\","
530 " \"Recommended\": [ \"AutoConnect\", \"Passphrase\" ],"
networking_private_credentials_getter_win.cc 36 // Starts the utility process that gets wifi passphrase from system.
  /external/chromium_org/chrome/browser/local_discovery/
privetv3_setup_flow.cc 15 const char kPasswordJsonKeyName[] = "wifi.passphrase";
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_passwords_sync_test.cc 33 static const char* kValidPassphrase = "passphrase!";
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 527 std::string identity, passphrase; local
531 service_path, shill::kPassphraseProperty, &passphrase));
533 EXPECT_EQ(test_passphrase, passphrase);
553 service_path, shill::kIdentityProperty, &passphrase));
shill_property_util.h 82 // Returns true if |key| corresponds to a passphrase property.
  /external/chromium_org/components/pref_registry/
pref_registry_syncable.h 41 // is prompted for a passphrase.

Completed in 2273 milliseconds

1 2 3 45 6 7 8 91011>>