Searched refs:pmk_r1 (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 1186 u8 pmk_r1[PMK_LEN_MAX]; member 1202 struct dl_list pmk_r1; /* struct wpa_ft_pmk_r1_sa */ member 1272 os_memset(r1->pmk_r1, 0, PMK_LEN_MAX); in wpa_ft_free_pmk_r1() 1295 dl_list_init(&cache->pmk_r1); in wpa_ft_pmk_cache_init() 1311 dl_list_for_each_safe(r1, r1prev, &cache->pmk_r1, in wpa_ft_pmk_cache_deinit() 1407 const u8 *spa, const u8 *pmk_r1, in wpa_ft_store_pmk_r1() argument 1430 os_memcpy(r1->pmk_r1, pmk_r1, pmk_r1_len); in wpa_ft_store_pmk_r1() 1460 dl_list_add(&cache->pmk_r1, &r1->list); in wpa_ft_store_pmk_r1() 1475 u8 *pmk_r1, size_t *pmk_r1_len, int *pairwise, in wpa_ft_fetch_pmk_r1() argument 1487 dl_list_for_each(r1, &cache->pmk_r1, struct wpa_ft_pmk_r1_sa, list) { in wpa_ft_fetch_pmk_r1() [all …]
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 48 sm->r1kh_id, sm->own_addr, sm->pmk_r1, in wpa_derive_ptk_ft() 51 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, sm->pmk_r1_len); in wpa_derive_ptk_ft() 54 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->pmk_r1_len, sm->snonce, anonce, in wpa_derive_ptk_ft() 598 sm->r1kh_id, sm->own_addr, sm->pmk_r1, in wpa_ft_process_response() 602 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, sm->pmk_r1_len); in wpa_ft_process_response() 607 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->pmk_r1_len, sm->snonce, in wpa_ft_process_response()
|
D | wpa_i.h | 122 u8 pmk_r1[PMK_LEN_MAX]; member
|
D | wpa.c | 3357 os_memset(sm->pmk_r1, 0, sizeof(sm->pmk_r1)); in wpa_sm_drop_sa()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 1651 u8 *pmk_r1, u8 *pmk_r1_name) in wpa_derive_pmk_r1() argument 1671 buf, pos - buf, pmk_r1, pmk_r0_len) < 0) in wpa_derive_pmk_r1() 1676 buf, pos - buf, pmk_r1, pmk_r0_len) < 0) in wpa_derive_pmk_r1() 1683 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", pmk_r1, pmk_r0_len); in wpa_derive_pmk_r1() 1696 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, in wpa_pmk_r1_to_ptk() argument 1716 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", pmk_r1, pmk_r1_len); in wpa_pmk_r1_to_ptk() 1747 if (sha384_prf(pmk_r1, pmk_r1_len, "FT-PTK", in wpa_pmk_r1_to_ptk() 1759 if (sha256_prf(pmk_r1, pmk_r1_len, "FT-PTK", in wpa_pmk_r1_to_ptk()
|
D | wpa_common.h | 386 u8 *pmk_r1, u8 *pmk_r1_name); 387 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce,
|