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 156 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
165 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
191 r1 = cache->pmk_r1;
195 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
254 const u8 *spa, const u8 *pmk_r1,
266 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
271 r1->next = cache->pmk_r1;
272 cache->pmk_r1 = r1;
280 u8 *pmk_r1, int *pairwise
367 u8 pmk_r1[PMK_LEN]; local
805 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
    [all...]
wpa_auth.h 70 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_resp_frame
89 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,
475 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
476 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
482 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, sm->own_addr,
wpa_i.h 112 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/common/
wpa_common.h 351 u8 *pmk_r1, u8 *pmk_r1_name);
352 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 824 u8 *pmk_r1, u8 *pmk_r1_name)
836 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN);
847 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
871 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len);
    [all...]

Completed in 403 milliseconds