HomeSort by relevance Sort by last modified time
    Searched full:passphrase (Results 176 - 200 of 454) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/weaved/buffet/
shill_client.h 55 const std::string& passphrase,
shill_client.cc 139 const string& passphrase,
154 if (passphrase.empty()) {
157 service_properties[shill::kPassphraseProperty] = Any{passphrase};
  /external/curl/src/
tool_getparam.c 283 /* Split the argument of -E to 'certname' and 'passphrase' separated by colon.
292 char **passphrase)
299 *passphrase = NULL;
306 * means no passphrase was given and no characters escaped */
373 *passphrase = strdup(param_place);
1391 char *certname, *passphrase; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
wpa_gui_de.ts 175 <source>WPA/WPA2 pre-shared key or passphrase</source>
176 <translation>WPA/WPA2 Pre-Shared Key oder Passphrase</translation>
285 <source>WPA-PSK requires a passphrase of 8 to 63 characters
287 <translation>WPA PSK benötigt ein Passphrase mit 8 bis 63 Zeichen
652 <source>Private key passphrase: </source>
653 <translation>Privater Key Passphrase: </translation>
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 236 menu->addAction(tr("Show passphrase"), this,
950 * passphrase="YOyTkxID" go_dev_addr=02:40:61:c2:f3:b7
960 pos = ssid.indexOf(" passphrase=\"");
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/22/
commons-parent-22.pom 557 <passphrase>${gpg.passphrase}</passphrase>
640 <passphrase>${gpg.passphrase}</passphrase>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/
commons-parent-25.pom 615 <passphrase>${gpg.passphrase}</passphrase>
708 <passphrase>${gpg.passphrase}</passphrase>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/28/
commons-parent-28.pom 665 <passphrase>${gpg.passphrase}</passphrase>
759 <passphrase>${gpg.passphrase}</passphrase>
    [all...]
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-parent/25/
commons-parent-25.pom 615 <passphrase>${gpg.passphrase}</passphrase>
708 <passphrase>${gpg.passphrase}</passphrase>
    [all...]
  /external/autotest/client/cros/networking/
wifi_proxy.py 54 type (e.g. the passphrase for psk security).
108 type (e.g. the passphrase for psk security).
  /external/autotest/server/site_tests/factory_Basic/
test_list.fwteam_small 62 security='psk', passphrase='ganondorf')]
74 security='psk', passphrase='ganondorf'))
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 38 # -p: passphrase for private keys ($PASS)\n
85 # Set the passphrase and some other common config accordingly.
  /external/autotest/server/cros/ap_configurators/
dlink_dwl2100_ap_configurator.py 266 'PassPhrase')
edimax_ap_configurator.py 198 self.select_item_from_popup_by_xpath('Passphrase',
medialink_ap_configurator.py 213 key_field = '//input[@name="passphrase"]'
  /external/libweave/src/privet/
privet_handler.cc 98 const char kSetupStartPassKey[] = "passphrase";
758 std::string passphrase; local
777 wifi->GetString(kSetupStartPassKey, &passphrase);
801 if (!ssid.empty() && !wifi_->ConfigureCredentials(ssid, passphrase, &error))
    [all...]
  /system/connectivity/shill/wimax/
wimax_service.cc 240 << ", need passphrase: " << need_passphrase_ << ")";
  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 36 SERVICE_PROPERTY_PASSPHRASE = 'Passphrase'
107 string-encoded passphrase. This conversion varies in format
199 @param psk string a passphrase (64 hex characters or an ASCII phrase up
  /external/wpa_supplicant_8/hostapd/
README 326 # secret in hex format (64 hex digits), wpa_psk, or as an ASCII passphrase
328 # so the PSK changes when ASCII passphrase is used and the SSID is changed.
330 #wpa_passphrase=secret passphrase
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/11/
maven-parent-11.pom 920 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/10/
maven-parent-10.pom 919 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/11/
maven-parent-11.pom 920 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/8/
maven-parent-8.pom 288 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/9/
maven-parent-9.pom 920 <passphrase>${gpg.passphrase}</passphrase>
    [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 60 const std::string& passphrase) {
66 if (!passphrase.empty()) {
68 shill::kPassphraseProperty, brillo::Any(passphrase)));

Completed in 2716 milliseconds

1 2 3 4 5 6 78 91011>>