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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 149 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
158 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
184 r1 = cache->pmk_r1;
188 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
247 const u8 *spa, const u8 *pmk_r1,
259 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
264 r1->next = cache->pmk_r1;
265 cache->pmk_r1 = r1;
273 u8 *pmk_r1, int *pairwise
348 u8 pmk_r1[PMK_LEN]; local
787 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
    [all...]
wpa_auth.h 69 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_resp_frame
88 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_push_frame
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 42 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
43 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
46 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
472 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
473 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
479 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, sm->own_addr,
wpa_i.h 111 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/common/
wpa_common.h 335 u8 *pmk_r1, u8 *pmk_r1_name);
336 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 786 u8 *pmk_r1, u8 *pmk_r1_name)
798 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN);
809 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
833 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len);
    [all...]

Completed in 65 milliseconds