HomeSort by relevance Sort by last modified time
    Searched refs:xxkey (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.c 413 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
425 * R0-Key-Data = KDF-384(XXKey, "FT-R0",
428 * XXKey is either the second 256 bits of MSK or PSK.
446 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf,
wpa_common.h 305 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 95 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_sm
wpa_ft.c 35 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key "
40 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid,
wpa.c 239 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 110 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_state_machine
wpa_auth.c     [all...]
wpa_auth_ft.c 345 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key "
350 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, ssid, ssid_len, mdid,
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 313 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
wpa_common.c 695 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
707 * R0-Key-Data = KDF-384(XXKey, "FT-R0",
710 * XXKey is either the second 256 bits of MSK or PSK.
728 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf,
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 107 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_sm
wpa_ft.c 29 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key "
34 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid,
wpa.c 186 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN);
    [all...]

Completed in 479 milliseconds