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

1 23 4

  /external/wpa_supplicant_8/src/ap/
hostapd.h 209 const u8 *p2p_dev_addr, const u8 *psk,
wpa_auth.c 1754 const u8 *psk; local
    [all...]
sta_info.c 272 hostapd_free_psk_list(sta->psk);
  /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 122 const u8 *psk, size_t psk_len);
wps_supplicant.c 310 os_memcmp(new_ssid->psk, ssid->psk, 32) != 0)) {
312 "WPS: M8 Creds with different PSK - do not merge");
319 "WPS: M8 Creds with different passphrase/PSK type - do not merge");
405 wpa_printf(MSG_ERROR, "WPS: Reject PSK credential with "
507 if (hexstr2bin((const char *) cred->key, ssid->psk,
    [all...]
events.c     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_clnt.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
1885 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
s3_srvr.c 131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
375 * - There is a PSK identity hint.
412 /* With normal PSK Certificates and
1765 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
ssl_lib.c 123 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_create_keys_operation.cc 352 kEasyUnlockKeyMetaNamePsk, device->psk));
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 532 credentials.psk,
  /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 */
2458 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
s3_srvr.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
417 /* non-RSA PSK or KRB5 or SRP */
419 /* 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
530 /* With normal PSK Certificates and
2223 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c     [all...]
driver.h 611 * passphrase - RSN passphrase for PSK
613 * This value is made available only for WPA/WPA2-Personal (PSK) and
616 * this can be %NULL if passphrase was not used to generate the PSK. In
617 * that case, the psk field must be used to fetch the PSK.
622 * psk - RSN PSK (alternative for passphrase for PSK)
624 * This value is made available only for WPA/WPA2-Personal (PSK) and
626 * the 32-octet (256-bit) PSK, if available. The driver wrapper shoul
629 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...]
  /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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 308 // As we keep deleted PSK WifiConfiguration for a while, the PSK of
309 // those deleted WifiConfiguration is set to this random unused PSK
651 return readNetworkVariablesFromSupplicantFile("psk");
3189 String psk = readNetworkVariableFromSupplicantFile(link.SSID, "psk"); local
    [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...]
  /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 1307 milliseconds

1 23 4