/external/curl/tests/unit/ |
unit1394.c | 45 /* -E parameter */ /* exp. cert name */ /* exp. passphrase */ 77 char *certname, *passphrase; variable 79 parse_cert_parameter(p[0], &certname, &passphrase); 100 if(passphrase) { 101 if(strcmp(p[2], passphrase)) { 102 printf("expected passphrase '%s' but got '%s'" 103 "for -E param '%s'\n", p[2], passphrase, p[0]); 107 printf("expected passphrase '%s' but got NULL " 112 if(passphrase) { 113 printf("expected passphrase NULL but got '%s' 119 if(passphrase) free(passphrase); variable [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_passphrase.c | 2 * WPA Supplicant - ASCII passphrase to WPA PSK tool 19 char *ssid, *passphrase, buf[64], *pos; local 22 printf("usage: wpa_passphrase <ssid> [passphrase]\n" 23 "\nIf passphrase is left out, it will be read from " 31 passphrase = argv[2]; 33 printf("# reading passphrase from stdin\n"); 35 printf("Failed to read passphrase\n"); 47 passphrase = buf; 50 if (os_strlen(passphrase) < 8 || os_strlen(passphrase) > 63) [all...] |
config_ssid.h | 164 * passphrase - WPA ASCII passphrase 166 * If this is set, psk will be generated using the SSID and passphrase 167 * configured for the network. ASCII passphrase must be between 8 and 170 char *passphrase; member in struct:wpa_ssid 173 * ext_psk - PSK/passphrase name in external storage 175 * If this is set, PSK/passphrase will be fetched from external storage 181 * mem_only_psk - Whether to keep PSK/passphrase only in memory 183 * 0 = allow psk/passphrase to be stored to the configuration file 184 * 1 = do not store psk/passphrase to the configuration fil [all...] |
/system/connectivity/shill/test-rpc-proxy/ |
proxy_rpc_security_types.cc | 85 std::string passphrase = base::StringPrintf( local 88 (*properties)[shill::kPassphraseProperty] = passphrase;
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_auth.c | 435 char *passphrase; local 443 passphrase = radius_msg_get_tunnel_password( 447 * Passphrase is NULL iff there is no i-th Tunnel-Password 450 if (passphrase == NULL) 463 * passphrase does not contain the NULL termination. 469 (hexstr2bin(passphrase, psk->psk, PMK_LEN) < 0)) { 477 os_memcpy(psk->passphrase, passphrase, 487 os_free(passphrase);
|
ap_config.h | 137 char passphrase[MAX_PASSPHRASE_LEN + 1]; member in struct:hostapd_sta_wpa_psk_short
|
/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/curl/lib/ |
ssh.h | 110 const char *passphrase; /* pass-phrase to use */ member in struct:ssh_conn
|
/external/netperf/src/ |
netsh.c | 222 /* what is the passphrase? */ 223 char *passphrase = NULL; variable 240 -Z passphrase Expect passphrase as the first thing received\n\ 288 -Z passphrase Set and pass to netserver a passphrase\n"; 911 /* only copy as much of the passphrase as could fit in the 918 if (passphrase == NULL) 919 passphrase = malloc(sizeof(netperf_request.content.test_specific_data)); 920 strncpy(passphrase, [all...] |
/system/connectivity/apmanager/ |
config.cc | 155 base::StringPrintf("Passphrase must contain between %d and %d characters", 310 void Config::SetPassphrase(const std::string& passphrase) { 311 adaptor_->SetPassphrase(passphrase); 499 string passphrase = GetPassphrase(); local 500 if (passphrase.empty()) { 504 base::StringPrintf("Passphrase not set for security mode: %s", 522 passphrase.c_str());
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_module_tests.c | 1068 char *passphrase; member in struct:passphrase_test [all...] |
/system/connectivity/shill/wifi/ |
wifi_service.cc | 70 const char WiFiService::kStoragePassphrase[] = "Passphrase"; 262 bool WiFiService::SetPassphrase(const string& passphrase, Error* error) { 264 ValidateWEPPassphrase(passphrase, error); 268 ValidateWPAPassphrase(passphrase, error); 274 LOG(ERROR) << "Passphrase could not be set: " << error->message(); 278 return SetPassphraseInternal(passphrase, Service::kReasonPropertyUpdate); 282 const string& passphrase, 284 if (passphrase_ == passphrase) { 291 passphrase_ = passphrase; 381 string passphrase; local [all...] |
/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...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 127 * passphrase - WPA2-Personal passphrase for the group (GO only) 129 char passphrase[64]; member in struct:p2p_go_neg_results 571 * passphrase_len - Passphrase length (8..63) 573 * This parameter controls the length of the random passphrase that is [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-settings-3.2.1.jar | |
maven-artifact-3.2.1.jar | |
wagon-provider-api-2.6.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/ |
maven-settings-2.0.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/ |
maven-settings-2.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/ |
maven-artifact-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/ |
maven-artifact-3.3.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/ |
wagon-provider-api-1.0-alpha-6.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/ |
wagon-provider-api-1.0-beta-6.jar | |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 750 * passphrase - RSN passphrase for PSK 754 * the 8..63 character ASCII passphrase, if available. Please note that 755 * this can be %NULL if passphrase was not used to generate the PSK. In 758 const char *passphrase; member in struct:wpa_driver_associate_params 761 * psk - RSN PSK (alternative for passphrase for PSK) [all...] |