Searched defs:pmk_r0 (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c147 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 Dwpa_common.c828 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 Dwpa_i.h115 u8 pmk_r0[PMK_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c147 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/common/
H A Dwpa_common.c828 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/rsn_supp/
H A Dwpa_i.h115 u8 pmk_r0[PMK_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c147 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/common/
H A Dwpa_common.c828 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/rsn_supp/
H A Dwpa_i.h115 u8 pmk_r0[PMK_LEN]; member in struct:wpa_sm

Completed in 33 milliseconds