/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"]'
|
belkinF9K_ap_configurator.py | 247 text_field = '//input[@name="passphrase"]'
|
dlink_dir655_ap_configurator.py | 41 elif 'The length of the Passphrase must be at least' in text:
|
netgear_WNDR_dual_band_configurator.py | 248 text = '//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)));
|
/system/weaved/buffet/ |
shill_client.cc | 139 const string& passphrase, 154 if (passphrase.empty()) { 157 service_properties[shill::kPassphraseProperty] = Any{passphrase};
|
/system/connectivity/shill/doc/ |
service-api.txt | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_cli.c | [all...] |
README | 535 psk="very secret passphrase" 622 psk="very secret passphrase" 661 included in configuration. If the private key uses a passphrase, this 765 passphrase <network id> <passphrase> = configure private key passphrase [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 870 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, 873 if (PKCS5_PBKDF2_HMAC_SHA1(passphrase, os_strlen(passphrase), ssid,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
signurl.py | 86 format. The signurl command will prompt for the passphrase used to protect
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
ShutdownMonitor.java | 220 * <code>STOP.KEY</code> = the magic key/passphrase to allow the stop (defaults to "eclipse")<br>
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 137 char passphrase[MAX_PASSPHRASE_LEN + 1]; member in struct:hostapd_sta_wpa_psk_short
|