Searched refs:pmk_r1 (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c157 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
166 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
192 r1 = cache->pmk_r1;
196 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
255 const u8 *spa, const u8 *pmk_r1,
267 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
272 r1->next = cache->pmk_r1;
273 cache->pmk_r1 = r1;
281 u8 *pmk_r1, in
254 wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1, const u8 *pmk_r1_name, int pairwise) argument
279 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
368 u8 pmk_r1[PMK_LEN]; local
804 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
[all...]
H A Dwpa_auth.h71 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_resp_frame
90 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c157 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
166 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
192 r1 = cache->pmk_r1;
196 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
255 const u8 *spa, const u8 *pmk_r1,
267 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
272 r1->next = cache->pmk_r1;
273 cache->pmk_r1 = r1;
281 u8 *pmk_r1, in
254 wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1, const u8 *pmk_r1_name, int pairwise) argument
279 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
368 u8 pmk_r1[PMK_LEN]; local
804 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
[all...]
H A Dwpa_auth.h71 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_resp_frame
90 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c157 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
166 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
192 r1 = cache->pmk_r1;
196 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
255 const u8 *spa, const u8 *pmk_r1,
267 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
272 r1->next = cache->pmk_r1;
273 cache->pmk_r1 = r1;
281 u8 *pmk_r1, in
254 wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1, const u8 *pmk_r1_name, int pairwise) argument
279 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
368 u8 pmk_r1[PMK_LEN]; local
804 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
[all...]
H A Dwpa_auth.h71 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_resp_frame
90 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c41 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
42 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
45 return 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);
478 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce,
H A Dwpa_i.h117 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
H A Dwpa.c2790 os_memset(sm->pmk_r1, 0, sizeof(sm->pmk_r1));
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c41 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
42 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
45 return 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);
478 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce,
H A Dwpa_i.h117 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
H A Dwpa.c2790 os_memset(sm->pmk_r1, 0, sizeof(sm->pmk_r1));
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c41 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
42 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
45 return 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);
478 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce,
H A Dwpa_i.h117 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
H A Dwpa.c2790 os_memset(sm->pmk_r1, 0, sizeof(sm->pmk_r1));
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h357 u8 *pmk_r1, u8 *pmk_r1_name);
358 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c912 u8 *pmk_r1, u8 *pmk_r1_name)
924 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN);
935 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, argument
966 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, tmp, ptk_len);
910 wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name, const u8 *r1kh_id, const u8 *s1kh_id, u8 *pmk_r1, u8 *pmk_r1_name) argument
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h357 u8 *pmk_r1, u8 *pmk_r1_name);
358 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c912 u8 *pmk_r1, u8 *pmk_r1_name)
924 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN);
935 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, argument
966 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, tmp, ptk_len);
910 wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name, const u8 *r1kh_id, const u8 *s1kh_id, u8 *pmk_r1, u8 *pmk_r1_name) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h357 u8 *pmk_r1, u8 *pmk_r1_name);
358 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c912 u8 *pmk_r1, u8 *pmk_r1_name)
924 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN);
935 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, argument
966 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, tmp, ptk_len);
910 wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name, const u8 *r1kh_id, const u8 *s1kh_id, u8 *pmk_r1, u8 *pmk_r1_name) argument

Completed in 207 milliseconds