HomeSort by relevance Sort by last modified time
    Searched refs:psk (Results 51 - 74 of 74) sorted by null

1 23

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 224 os_memcpy(bss->ssid.wpa_psk->psk, ssid->psk, PMK_LEN);
425 const u8 *psk, size_t psk_len)
431 wpas_p2p_new_psk_cb(wpa_s, mac_addr, p2p_dev_addr, psk, psk_len);
p2p_supplicant.h 121 const u8 *psk, size_t psk_len);
wps_supplicant.c 362 wpa_printf(MSG_ERROR, "WPS: Reject PSK credential with "
463 if (hexstr2bin((const char *) cred->key, ssid->psk,
    [all...]
events.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 1753 const u8 *psk; local
    [all...]
sta_info.c 272 hostapd_free_psk_list(sta->psk);
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 491 credentials.psk,
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_lib.c 126 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
    [all...]
  /external/openssl/ssl/
ssl_lib.c 126 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
    [all...]
s3_clnt.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
336 /* or non-RSA PSK */
2326 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
s3_srvr.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
416 /* non-RSA PSK or KRB5 or SRP */
418 /* Among PSK ciphersuites only RSA_PSK uses server certificate */
470 * PSK: may send PSK identity hints
479 /* PSK: send ServerKeyExchange if either:
480 * - PSK identity hint is provided, or
528 /* With normal PSK Certificates and
2221 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c     [all...]
driver.h 594 * passphrase - RSN passphrase for PSK
596 * This value is made available only for WPA/WPA2-Personal (PSK) and
599 * this can be %NULL if passphrase was not used to generate the PSK. In
600 * that case, the psk field must be used to fetch the PSK.
605 * psk - RSN PSK (alternative for passphrase for PSK)
607 * This value is made available only for WPA/WPA2-Personal (PSK) and
609 * the 32-octet (256-bit) PSK, if available. The driver wrapper shoul
612 const u8 *psk; member in struct:wpa_driver_associate_params
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 95 * psk - WPA pre-shared key (256 bits) (GO only)
97 u8 psk[32]; member in struct:p2p_go_neg_results
100 * psk_set - Whether PSK field is configured (GO only)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 287 // As we keep deleted PSK WifiConfiguration for a while, the PSK of
288 // those deleted WifiConfiguration is set to this random unused PSK
607 return readNetworkVariablesFromSupplicantFile("psk");
1391 String psk = readNetworkVariableFromSupplicantFile(config.SSID, "psk"); local
3053 String psk = readNetworkVariableFromSupplicantFile(link.SSID, "psk"); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 119 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
222 /* Default PSK identity and key */
224 /*char *psk_key=NULL; by default PSK is not used */
227 unsigned int max_identity_len, unsigned char *psk,
240 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
243 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
245 /* lookup PSK identity and PSK key based on the given identity hint here */
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
262 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n"
    [all...]
s_server.c 124 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
314 char *psk_key=NULL; /* by default PSK is not used */
317 unsigned char *psk, unsigned int max_psk_len)
327 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
337 BIO_printf(bio_s_out, "PSK error: client identity not found"
343 BIO_printf(bio_s_out, "PSK client identity found\n");
345 /* convert the PSK key to binary */
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
356 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
362 ret = BN_bn2bin(bn, psk);
    [all...]
  /external/openssl/apps/
s_client.c 119 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
222 /* Default PSK identity and key */
224 /*char *psk_key=NULL; by default PSK is not used */
227 unsigned int max_identity_len, unsigned char *psk,
240 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
243 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
245 /* lookup PSK identity and PSK key based on the given identity hint here */
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
262 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n"
    [all...]
s_server.c 124 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
314 char *psk_key=NULL; /* by default PSK is not used */
317 unsigned char *psk, unsigned int max_psk_len)
327 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
337 BIO_printf(bio_s_out, "PSK error: client identity not found"
343 BIO_printf(bio_s_out, "PSK client identity found\n");
345 /* convert the PSK key to binary */
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
356 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
362 ret = BN_bn2bin(bn, psk);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 148 const u8 *psk, size_t psk_len);
1166 const u8 *p2p_dev_addr, const u8 *psk, size_t psk_len)
1171 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 904 hapd->conf->ssid.wpa_psk->psk, PMK_LEN);
905 ret = os_snprintf(pos, end - pos, "psk=%s\n", hex);
919 ret = os_snprintf(pos, end - pos, "WPA-PSK ");
932 ret = os_snprintf(pos, end - pos, "FT-PSK ");
954 ret = os_snprintf(pos, end - pos, "WPA-PSK-SHA256 ");
    [all...]
config_file.c 661 if (os_strcmp(start, "WPA-PSK") == 0)
666 else if (os_strcmp(start, "FT-PSK") == 0)
672 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0)
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]

Completed in 1925 milliseconds

1 23