/external/openssh/ |
cipher.c | 484 * passphrase and using the resulting 16 bytes as the key. 488 const char *passphrase, int do_encrypt) 494 passphrase, strlen(passphrase),
|
/external/wpa_supplicant_8/wpa_supplicant/ |
mesh.c | 237 if (ssid->passphrase == NULL) { 239 "mesh: Passphrase for SAE not configured"); 258 len = os_strlen(ssid->passphrase); 260 dup_binstr(ssid->passphrase, len);
|
mesh_rsn.c | 270 if (ssid->passphrase == NULL) { 281 (u8 *) ssid->passphrase, 282 os_strlen(ssid->passphrase), sta->sae);
|
config.c | 426 str_clear_free(ssid->passphrase); 427 ssid->passphrase = NULL; 451 wpa_printf(MSG_ERROR, "Line %d: Invalid passphrase " 456 wpa_hexdump_ascii_key(MSG_MSGDUMP, "PSK (ASCII passphrase)", 458 if (ssid->passphrase && os_strlen(ssid->passphrase) == len && 459 os_memcmp(ssid->passphrase, value, len) == 0) 462 str_clear_free(ssid->passphrase); 463 ssid->passphrase = dup_binstr(value, len); 464 if (ssid->passphrase == NULL [all...] |
sme.c | 91 if (ssid->passphrase == NULL) { 102 (u8 *) ssid->passphrase, 103 os_strlen(ssid->passphrase), [all...] |
ap.c | 243 } else if (ssid->passphrase) { 244 bss->ssid.wpa_passphrase = os_strdup(ssid->passphrase); [all...] |
config_file.c | 130 if (ssid->passphrase) { 133 "passphrase configured.", line); [all...] |
wpa_supplicant.c | [all...] |
config_winreg.c | 344 if (ssid->passphrase) { 346 wpa_printf(MSG_ERROR, "Both PSK and passphrase "
|
ctrl_iface.c | [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 | |
/external/openssh/contrib/suse/ |
openssh.spec | 40 Summary: A passphrase dialog for OpenSSH and the X window System. 75 This package contains an X Window System passphrase dialog for OpenSSH.
|
/external/openssh/contrib/redhat/ |
openssh.spec | 123 Summary: A passphrase dialog for OpenSSH and X. 129 Summary: A passphrase dialog for OpenSSH, X, and GNOME. 165 an X11 passphrase dialog for OpenSSH. 170 an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 802 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, 805 if (PKCS5_PBKDF2_HMAC_SHA1(passphrase, os_strlen(passphrase), ssid,
|
crypto_module_tests.c | 1051 char *passphrase; member in struct:passphrase_test [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-artifact-3.2.1.jar | |
maven-settings-3.2.1.jar | |
wagon-provider-api-2.6.jar | |
aether-util-0.9.0.M2.jar | |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 117 * passphrase - WPA2-Personal passphrase for the group (GO only) 119 char passphrase[64]; member in struct:p2p_go_neg_results 512 * passphrase_len - Passphrase length (8..63) 514 * This parameter controls the length of the random passphrase that is [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 926 (os_strcmp(entry.key, "ssid") == 0 && ssid->passphrase)) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 709 * passphrase - RSN passphrase for PSK 713 * the 8..63 character ASCII passphrase, if available. Please note that 714 * this can be %NULL if passphrase was not used to generate the PSK. In 717 const char *passphrase; member in struct:wpa_driver_associate_params 720 * psk - RSN PSK (alternative for passphrase for PSK) [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/ |
aether-util-0.9.0.M3.jar | |
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/ |
bndlib-1.50.0.jar | |
/prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.0/ |
gradle-bintray-plugin-1.0.jar | |