Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h348 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len);
433 static inline int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) in eapol_sm_get_key() function
H A 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()
1600 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) in eapol_sm_get_key() function
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c94 res = eapol_sm_get_key(eapol, pmk, PMK_LEN); in rsn_preauth_eapol_cb()
100 res = eapol_sm_get_key(eapol, pmk, 16); in rsn_preauth_eapol_cb()
H A Dwpa.c368 res = eapol_sm_get_key(sm->eapol, sm->pmk, pmk_len); in wpa_supplicant_get_pmk()
375 res = eapol_sm_get_key(sm->eapol, sm->pmk, 16); in wpa_supplicant_get_pmk()
381 eapol_sm_get_key(sm->eapol, buf, 2 * PMK_LEN) == 0) { in wpa_supplicant_get_pmk()
5757 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
5760 res = eapol_sm_get_key(sm->eapol, rmsk, rmsk_len); in fils_process_auth()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c286 res = eapol_sm_get_key(sm, key, keylen); in ieee802_1x_auth_get_msk()
H A Dwpas_glue.c339 res = eapol_sm_get_key(eapol, buf, 2 * PMK_LEN); in wpa_supplicant_eapol_cb()
348 res = eapol_sm_get_key(eapol, pmk, pmk_len); in wpa_supplicant_eapol_cb()
354 res = eapol_sm_get_key(eapol, pmk, 16); in wpa_supplicant_eapol_cb()
H A Deapol_test.c372 if (eapol_sm_get_key(e->wpa_s->eapol, pmk, PMK_LEN) == 0) { in eapol_test_compare_pmk()
381 eapol_sm_get_key(e->wpa_s->eapol, pmk, 16) == 0) { in eapol_test_compare_pmk()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_initiator.c410 ret = eapol_sm_get_key(pasn->eapol, rmsk, rmsk_len); in wpas_pasn_wd_fils_rx()
414 ret = eapol_sm_get_key(pasn->eapol, rmsk, rmsk_len); in wpas_pasn_wd_fils_rx()