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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 112 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 359 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key "
364 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, ssid, ssid_len, mdid,
    [all...]
  /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...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 327 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
wpa_common.c 699 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
711 * R0-Key-Data = KDF-384(XXKey, "FT-R0",
714 * XXKey is either the second 256 bits of MSK or PSK.
732 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf,
    [all...]

Completed in 122 milliseconds