Home
last modified time | relevance | path

Searched refs:wpa_ltf_keyseed (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c98 ret = wpa_ltf_keyseed(ptk, sm->key_mgmt, sm->pairwise_cipher); in wpa_derive_ptk_ft()
717 wpa_ltf_keyseed(&sm->ptk, sm->key_mgmt, sm->pairwise_cipher)) { in wpa_ft_process_response()
Dwpa.c676 ret = wpa_ltf_keyseed(ptk, akmp, sm->pairwise_cipher); in wpa_derive_ptk()
5666 wpa_ltf_keyseed(&sm->ptk, sm->key_mgmt, sm->pairwise_cipher)) { in fils_process_auth()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h739 int wpa_ltf_keyseed(struct wpa_ptk *ptk, int akmp, int cipher);
Dwpa_common.c1448 int wpa_ltf_keyseed(struct wpa_ptk *ptk, int akmp, int cipher) in wpa_ltf_keyseed() function
/external/wpa_supplicant_8/src/pasn/
Dpasn_responder.c348 ret = wpa_ltf_keyseed(&pasn->ptk, pasn->akmp, in pasn_derive_keys()
Dpasn_initiator.c1230 ret = wpa_ltf_keyseed(&pasn->ptk, pasn->akmp, pasn->cipher); in wpa_pasn_auth_rx()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c2456 ret = wpa_ltf_keyseed(ptk, sm->wpa_key_mgmt, in wpa_derive_ptk()
2491 ret = wpa_ltf_keyseed(ptk, sm->wpa_key_mgmt, sm->pairwise); in wpa_derive_ptk()
2534 res = wpa_ltf_keyseed(&sm->PTK, sm->wpa_key_mgmt, sm->pairwise); in fils_auth_pmk_to_ptk()
Dwpa_auth_ft.c3360 wpa_ltf_keyseed(&sm->PTK, parse.key_mgmt, pairwise)) { in wpa_ft_process_auth_req()
Dieee802_11.c2356 ret = wpa_ltf_keyseed(&pasn->ptk, pasn->akmp, pasn->cipher); in pasn_fils_auth_resp()