/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | wpa_auth_ft.c | 147 u8 pmk_r0[PMK_LEN]; member in struct:wpa_ft_pmk_r0_sa 165 struct wpa_ft_pmk_r0_sa *pmk_r0; member in struct:wpa_ft_pmk_cache 184 r0 = cache->pmk_r0; 188 os_memset(r0prev->pmk_r0, 0, PMK_LEN); 205 const u8 *spa, const u8 *pmk_r0, 217 os_memcpy(r0->pmk_r0, pmk_r0, PMK_LEN); 222 r0->next = cache->pmk_r0; 223 cache->pmk_r0 = r0; 231 u8 *pmk_r0, in 204 wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0, const u8 *pmk_r0_name, int pairwise) argument 229 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument 367 u8 pmk_r0[PMK_LEN], pmk_r0_name[WPA_PMK_NAME_LEN]; local 1318 u8 pmk_r0[PMK_LEN]; local 1719 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument [all...] |
/external/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth_ft.c | 147 u8 pmk_r0[PMK_LEN]; member in struct:wpa_ft_pmk_r0_sa 165 struct wpa_ft_pmk_r0_sa *pmk_r0; member in struct:wpa_ft_pmk_cache 184 r0 = cache->pmk_r0; 188 os_memset(r0prev->pmk_r0, 0, PMK_LEN); 205 const u8 *spa, const u8 *pmk_r0, 217 os_memcpy(r0->pmk_r0, pmk_r0, PMK_LEN); 222 r0->next = cache->pmk_r0; 223 cache->pmk_r0 = r0; 231 u8 *pmk_r0, in 204 wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0, const u8 *pmk_r0_name, int pairwise) argument 229 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument 367 u8 pmk_r0[PMK_LEN], pmk_r0_name[WPA_PMK_NAME_LEN]; local 1318 u8 pmk_r0[PMK_LEN]; local 1719 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | wpa_auth_ft.c | 147 u8 pmk_r0[PMK_LEN]; member in struct:wpa_ft_pmk_r0_sa 165 struct wpa_ft_pmk_r0_sa *pmk_r0; member in struct:wpa_ft_pmk_cache 184 r0 = cache->pmk_r0; 188 os_memset(r0prev->pmk_r0, 0, PMK_LEN); 205 const u8 *spa, const u8 *pmk_r0, 217 os_memcpy(r0->pmk_r0, pmk_r0, PMK_LEN); 222 r0->next = cache->pmk_r0; 223 cache->pmk_r0 = r0; 231 u8 *pmk_r0, in 204 wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0, const u8 *pmk_r0_name, int pairwise) argument 229 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument 367 u8 pmk_r0[PMK_LEN], pmk_r0_name[WPA_PMK_NAME_LEN]; local 1318 u8 pmk_r0[PMK_LEN]; local 1719 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument [all...] |
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | wpa_common.h | 352 const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name); 355 void wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name,
|
H A D | wpa_common.c | 828 const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) 860 os_memcpy(pmk_r0, r0_key_data, PMK_LEN); 910 void wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name, argument 924 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); 825 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) argument
|
/external/wpa_supplicant_8/src/common/ |
H A D | wpa_common.h | 352 const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name); 355 void wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name,
|
H A D | wpa_common.c | 828 const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) 860 os_memcpy(pmk_r0, r0_key_data, PMK_LEN); 910 void wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name, argument 924 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); 825 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | wpa_common.h | 352 const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name); 355 void wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name,
|
H A D | wpa_common.c | 828 const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) 860 os_memcpy(pmk_r0, r0_key_data, PMK_LEN); 910 void wpa_derive_pmk_r1(const u8 *pmk_r0, const u8 *pmk_r0_name, argument 924 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); 825 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) argument
|
/external/wpa_supplicant_8/hostapd/src/rsn_supp/ |
H A D | wpa_ft.c | 36 sm->pmk_r0, sm->pmk_r0_name); 37 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R0", sm->pmk_r0, PMK_LEN); 40 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id, 471 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id,
|
H A D | wpa_i.h | 115 u8 pmk_r0[PMK_LEN]; member in struct:wpa_sm
|
H A D | wpa.c | 2789 os_memset(sm->pmk_r0, 0, sizeof(sm->pmk_r0));
|
/external/wpa_supplicant_8/src/rsn_supp/ |
H A D | wpa_ft.c | 36 sm->pmk_r0, sm->pmk_r0_name); 37 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R0", sm->pmk_r0, PMK_LEN); 40 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id, 471 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id,
|
H A D | wpa_i.h | 115 u8 pmk_r0[PMK_LEN]; member in struct:wpa_sm
|
H A D | wpa.c | 2789 os_memset(sm->pmk_r0, 0, sizeof(sm->pmk_r0));
|
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/ |
H A D | wpa_ft.c | 36 sm->pmk_r0, sm->pmk_r0_name); 37 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R0", sm->pmk_r0, PMK_LEN); 40 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id, 471 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id,
|
H A D | wpa_i.h | 115 u8 pmk_r0[PMK_LEN]; member in struct:wpa_sm
|
H A D | wpa.c | 2789 os_memset(sm->pmk_r0, 0, sizeof(sm->pmk_r0));
|