Searched defs:passphrase (Results 26 - 32 of 32) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h117 * passphrase - WPA2-Personal passphrase for the group (GO only)
119 char passphrase[64]; member in struct:p2p_go_neg_results
514 * This parameter controls the length of the random passphrase that is
/external/openssh/
H A Dsshkey.c3044 const char *passphrase, const char *comment, const char *ciphername,
3062 if (passphrase == NULL || !strlen(passphrase)) {
3092 if (bcrypt_pbkdf(passphrase, strlen(passphrase),
3196 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, argument
3284 if ((passphrase == NULL || strlen(passphrase) == 0) &&
3286 /* passphrase required */
3322 if (bcrypt_pbkdf(passphrase, strle
3043 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, const char *passphrase, const char *comment, const char *ciphername, int rounds) argument
3416 sshkey_private_rsa1_to_blob(struct sshkey *key, struct sshbuf *blob, const char *passphrase, const char *comment) argument
3520 u_char *passphrase = (len > 0) ? (u_char *)_passphrase : NULL; local
3572 sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob, const char *passphrase, const char *comment, int force_new_format, const char *new_format_cipher, int new_format_rounds) argument
3668 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3789 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp) argument
3879 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3920 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jar ... keyfile public void setPassphrase (java.lang.String) String passphrase public void setKnownhosts (java.lang.String) String knownHosts ...
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c1042 if (ssid->passphrase && !s->passphrase)
1044 else if (ssid->passphrase && s->passphrase &&
1045 os_strcmp(ssid->passphrase, s->passphrase) != 0)
1078 if (ssid->passphrase) {
1079 os_free(s->passphrase);
1080 s->passphrase = os_strdup(ssid->passphrase);
1190 wpas_p2p_group_started(struct wpa_supplicant *wpa_s, int go, struct wpa_ssid *ssid, int freq, const u8 *psk, const char *passphrase, const u8 *go_dev_addr, int persistent, const char *extra) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h709 * 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)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h709 * 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)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h709 * 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)

Completed in 251 milliseconds

12