/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | 781 // Called when user interaction is required to obtain a valid passphrase. 782 // If the passphrase is required to decrypt something that has 784 // |for_decryption| will be true. If the passphrase is needed for 789 // passphrase failed to decrypt pending keys. This is different from 791 // a passphrase. OnPassphraseRequired means we have data we could not 795 // Called when the passphrase provided by the user has been accepted and is [all...] |
syncapi.cc | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.c | 178 } else if (ssid->passphrase) { 179 bss->ssid.wpa_passphrase = os_strdup(ssid->passphrase);
|
config_file.c | 127 if (ssid->passphrase) { 130 "passphrase configured.", line); 1091 !ssid->passphrase)
|
config_winreg.c | 344 if (ssid->passphrase) { 346 wpa_printf(MSG_ERROR, "Both PSK and passphrase "
|
wpa_supplicant.c | [all...] |
ctrl_iface.c | 1460 if (wps && ssid->passphrase & [all...] |
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl_unittest.cc | 139 const std::string& passphrase) { 140 VerifyMigratedNigoriWithTimestamp(0, passphrase_type, passphrase); 146 const std::string& passphrase) { 185 KeyParams params = {"localhost", "dummy", passphrase}; 234 // Build a migrated nigori node with the specified default passphrase 268 // Build a migrated nigori node with the specified default passphrase 269 // as a custom passphrase. 299 // Build an unmigrated nigori node with the specified passphrase and type and 714 // Test that we don't attempt to migrate while an implicit passphrase is pending 716 // migrated, we should be in keystore passphrase state [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 101 * passphrase - WPA2-Personal passphrase for the group (GO only) 103 char passphrase[64]; member in struct:p2p_go_neg_results [all...] |
p2p.c | [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu.cc | 101 const std::string& passphrase, 119 // Show the connection UI if we require a passphrase. [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 522 * passphrase - RSN passphrase for PSK 526 * the 8..63 character ASCII passphrase, if available. Please note that 527 * this can be %NULL if passphrase was not used to generate the PSK. In 530 const char *passphrase; member in struct:wpa_driver_associate_params 533 * psk - RSN PSK (alternative for passphrase for PSK) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 993 (os_strcmp(entry.key, "ssid") == 0 && ssid->passphrase)) [all...] |
dbus_new.c | [all...] |
dbus_new_handlers.c | 251 (os_strcmp(entry.key, "ssid") == 0 && ssid->passphrase)) [all...] |
dbus_new_handlers_p2p.c | [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 396 str += WrapWithTH("Passphrase"); 409 str += WrapWithTH("PSK Passphrase"); 411 str += WrapWithTH("User Passphrase"); 435 str += WrapWithTD(std::string(wifi->passphrase().length(), '*')); [all...] |