Home
last modified time | relevance | path

Searched refs:eapol_sm_get_key (Results 1 – 15 of 15) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.h335 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len);
419 static inline int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) in eapol_sm_get_key() function
Deapol_supp_sm.c737 res = eapol_sm_get_key(sm, (u8 *) &keydata, sizeof(keydata)); in eapol_sm_processKey()
745 res = eapol_sm_get_key(sm, (u8 *) &keydata, 16); in eapol_sm_processKey()
1591 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) in eapol_sm_get_key() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.h326 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len);
410 static inline int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) in eapol_sm_get_key() function
Deapol_supp_sm.c722 res = eapol_sm_get_key(sm, (u8 *) &keydata, sizeof(keydata)); in eapol_sm_processKey()
730 res = eapol_sm_get_key(sm, (u8 *) &keydata, 16); in eapol_sm_processKey()
1575 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) in eapol_sm_get_key() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpreauth.c92 res = eapol_sm_get_key(eapol, pmk, PMK_LEN); in rsn_preauth_eapol_cb()
98 res = eapol_sm_get_key(eapol, pmk, 16); in rsn_preauth_eapol_cb()
Dwpa.c326 res = eapol_sm_get_key(sm->eapol, sm->pmk, pmk_len); in wpa_supplicant_get_pmk()
333 res = eapol_sm_get_key(sm->eapol, sm->pmk, 16); in wpa_supplicant_get_pmk()
339 eapol_sm_get_key(sm->eapol, buf, 2 * PMK_LEN) == 0) { in wpa_supplicant_get_pmk()
4363 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
4366 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpreauth.c83 res = eapol_sm_get_key(eapol, pmk, PMK_LEN); in rsn_preauth_eapol_cb()
89 res = eapol_sm_get_key(eapol, pmk, 16); in rsn_preauth_eapol_cb()
Dwpa.c316 res = eapol_sm_get_key(sm->eapol, sm->pmk, pmk_len); in wpa_supplicant_get_pmk()
323 res = eapol_sm_get_key(sm->eapol, sm->pmk, 16); in wpa_supplicant_get_pmk()
329 eapol_sm_get_key(sm->eapol, buf, 2 * PMK_LEN) == 0) { in wpa_supplicant_get_pmk()
3871 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
3874 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpas_glue.c318 res = eapol_sm_get_key(eapol, buf, 2 * PMK_LEN); in wpa_supplicant_eapol_cb()
327 res = eapol_sm_get_key(eapol, pmk, PMK_LEN); in wpa_supplicant_eapol_cb()
333 res = eapol_sm_get_key(eapol, pmk, 16); in wpa_supplicant_eapol_cb()
Dwpas_kay.c305 res = eapol_sm_get_key(sm, key, keylen); in ieee802_1x_auth_get_msk()
Deapol_test.c368 if (eapol_sm_get_key(e->wpa_s->eapol, pmk, PMK_LEN) == 0) { in eapol_test_compare_pmk()
377 eapol_sm_get_key(e->wpa_s->eapol, pmk, 16) == 0) { in eapol_test_compare_pmk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpas_glue.c331 res = eapol_sm_get_key(eapol, buf, 2 * PMK_LEN); in wpa_supplicant_eapol_cb()
340 res = eapol_sm_get_key(eapol, pmk, PMK_LEN); in wpa_supplicant_eapol_cb()
346 res = eapol_sm_get_key(eapol, pmk, 16); in wpa_supplicant_eapol_cb()
Dwpas_kay.c305 res = eapol_sm_get_key(sm, key, keylen); in ieee802_1x_auth_get_msk()
Deapol_test.c368 if (eapol_sm_get_key(e->wpa_s->eapol, pmk, PMK_LEN) == 0) { in eapol_test_compare_pmk()
377 eapol_sm_get_key(e->wpa_s->eapol, pmk, 16) == 0) { in eapol_test_compare_pmk()
Dpasn_supplicant.c547 ret = eapol_sm_get_key(wpa_s->eapol, rmsk, rmsk_len); in wpas_pasn_wd_fils_rx()
551 ret = eapol_sm_get_key(wpa_s->eapol, rmsk, rmsk_len); in wpas_pasn_wd_fils_rx()