/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | pmksa_cache.h | 19 size_t pmk_len; member 135 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, in pmksa_cache_add() 159 const u8 *pmk, size_t pmk_len) in pmksa_cache_flush()
|
D | pmksa_cache.c | 131 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, in pmksa_cache_add() 284 const u8 *pmk, size_t pmk_len) in pmksa_cache_flush()
|
D | preauth.c | 81 int res, pmk_len; in rsn_preauth_eapol_cb() local
|
D | wpa_i.h | 22 size_t pmk_len; member 250 size_t pmk_len) in wpa_sm_add_pmkid() 389 const u8 *pmk, size_t pmk_len) in wpa_sm_key_mgmt_set_pmk()
|
D | wpa.c | 307 int res, pmk_len; in wpa_supplicant_get_pmk() local 2831 void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, in wpa_sm_set_pmk() 3350 void wpa_sm_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, in wpa_sm_pmksa_cache_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | pmksa_cache.h | 19 size_t pmk_len; member 142 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, in pmksa_cache_add() 166 const u8 *pmk, size_t pmk_len, in pmksa_cache_flush()
|
D | pmksa_cache.c | 173 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, in pmksa_cache_add() 332 const u8 *pmk, size_t pmk_len, bool external_only) in pmksa_cache_flush()
|
D | preauth.c | 90 int res, pmk_len; in rsn_preauth_eapol_cb() local
|
D | wpa.c | 322 int res, pmk_len; in wpa_supplicant_get_pmk() local 2534 size_t mic_len, keyhdrlen, pmk_len; in wpa_sm_rx_eapol() local 3165 void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, in wpa_sm_set_pmk() 3867 void wpa_sm_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, in wpa_sm_pmksa_cache_add() 5313 void wpa_pasn_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, in wpa_pasn_pmksa_cache_add()
|
D | wpa_i.h | 27 size_t pmk_len; member 303 size_t pmk_len, u32 pmk_lifetime, in wpa_sm_add_pmkid() 449 const u8 *pmk, size_t pmk_len) in wpa_sm_key_mgmt_set_pmk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | wpa_common.c | 24 static unsigned int wpa_kck_len(int akmp, size_t pmk_len) in wpa_kck_len() 60 static unsigned int wpa_kek_len(int akmp, size_t pmk_len) in wpa_kek_len() 96 unsigned int wpa_mic_len(int akmp, size_t pmk_len) in wpa_mic_len() 349 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, in wpa_pmk_to_ptk() 479 size_t dh_ss_len, u8 *pmk, size_t *pmk_len) in fils_rmsk_to_pmk() 551 int fils_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *aa, in fils_pmk_to_ptk() 1837 void rsn_pmkid(const u8 *pmk, size_t pmk_len, const u8 *aa, const u8 *spa, in rsn_pmkid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_common.c | 24 static unsigned int wpa_kck_len(int akmp, size_t pmk_len) in wpa_kck_len() 60 static unsigned int wpa_kek_len(int akmp, size_t pmk_len) in wpa_kek_len() 96 unsigned int wpa_mic_len(int akmp, size_t pmk_len) in wpa_mic_len() 348 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, in wpa_pmk_to_ptk() 519 size_t dh_ss_len, u8 *pmk, size_t *pmk_len) in fils_rmsk_to_pmk() 591 int fils_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *aa, in fils_pmk_to_ptk() 1209 int pasn_pmk_to_ptk(const u8 *pmk, size_t pmk_len, in pasn_pmk_to_ptk() 2194 void rsn_pmkid(const u8 *pmk, size_t pmk_len, const u8 *aa, const u8 *spa, in rsn_pmkid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | pmksa_cache_auth.h | 21 size_t pmk_len; member
|
D | pmksa_cache_auth.c | 280 const u8 *pmk, size_t pmk_len, const u8 *pmkid, in pmksa_cache_auth_add() 315 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, in pmksa_cache_auth_create_entry()
|
D | wpa_auth.c | 886 size_t pmk_len; in wpa_try_alt_snonce() local 1688 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK, in wpa_verify_key_mic() 2026 unsigned int pmk_len; in SM_STATE() local 2219 const u8 *pmk, unsigned int pmk_len, in wpa_derive_ptk() 2258 size_t pmk_len, const u8 *snonce, const u8 *anonce, in fils_auth_pmk_to_ptk() 2822 size_t pmk_len; in SM_STATE() local 4372 unsigned int pmk_len, in wpa_auth_pmksa_add() 4451 const u8 *pmk, size_t pmk_len, const u8 *pmkid, in wpa_auth_pmksa_add2() 4933 size_t pmk_len, const u8 *pmkid) in wpa_auth_add_fils_pmk_pmkid()
|
D | ctrl_iface_ap.c | 899 size_t pmk_len; in hostapd_ctrl_iface_pmksa_add() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | pmksa_cache_auth.h | 21 size_t pmk_len; member
|
D | pmksa_cache_auth.c | 280 const u8 *pmk, size_t pmk_len, const u8 *pmkid, in pmksa_cache_auth_add() 315 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, in pmksa_cache_auth_create_entry()
|
D | wpa_auth.c | 952 size_t pmk_len; in wpa_try_alt_snonce() local 1755 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK, in wpa_verify_key_mic() 2115 unsigned int pmk_len; in SM_STATE() local 2309 const u8 *pmk, unsigned int pmk_len, in wpa_derive_ptk() 2360 size_t pmk_len, const u8 *snonce, const u8 *anonce, in fils_auth_pmk_to_ptk() 2949 size_t pmk_len; in SM_STATE() local 4784 unsigned int pmk_len, in wpa_auth_pmksa_add() 4863 const u8 *pmk, size_t pmk_len, const u8 *pmkid, in wpa_auth_pmksa_add2() 5346 size_t pmk_len, const u8 *pmkid) in wpa_auth_add_fils_pmk_pmkid()
|
D | ctrl_iface_ap.c | 956 size_t pmk_len; in hostapd_ctrl_iface_pmksa_add() local
|
D | sta_info.c | 1252 int pmk_len; in ap_sta_wpa_get_keyid() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpas_glue.c | 279 int res, pmk_len; in wpa_supplicant_eapol_cb() local 550 const u8 *pmk, size_t pmk_len) in wpa_supplicant_add_pmkid() 1157 size_t pmk_len) in wpa_supplicant_key_mgmt_set_pmk()
|
D | preauth_test.c | 149 const u8 *pmk, size_t pmk_len) in wpa_supplicant_add_pmkid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpas_glue.c | 292 int res, pmk_len; in wpa_supplicant_eapol_cb() local 582 const u8 *pmk, size_t pmk_len, in wpa_supplicant_add_pmkid() 1230 size_t pmk_len) in wpa_supplicant_key_mgmt_set_pmk()
|
D | preauth_test.c | 156 const u8 *pmk, size_t pmk_len, in wpa_supplicant_add_pmkid()
|