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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c156 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, in
253 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
278 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
367 u8 pmk_r1[PMK_LEN]; local
805 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
[all...]
H A Dwpa_auth.h70 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/ap/
H A Dwpa_auth_ft.c156 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, in
253 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
278 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
367 u8 pmk_r1[PMK_LEN]; local
805 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
[all...]
H A Dwpa_auth.h70 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/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c156 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, in
253 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
278 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
367 u8 pmk_r1[PMK_LEN]; local
805 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
[all...]
H A Dwpa_auth.h70 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/hostapd/src/rsn_supp/
H A Dwpa_ft.c42 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,
H A Dwpa_i.h112 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c42 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,
H A Dwpa_i.h112 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c42 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,
H A Dwpa_i.h112 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h351 u8 *pmk_r1, u8 *pmk_r1_name);
352 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c824 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, argument
871 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len);
822 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.h351 u8 *pmk_r1, u8 *pmk_r1_name);
352 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c824 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, argument
871 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len);
822 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.h351 u8 *pmk_r1, u8 *pmk_r1_name);
352 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c824 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, argument
871 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len);
822 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 298 milliseconds