Searched refs:rmsk (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | pasn_supplicant.c | 442 u8 rmsk[ERP_MAX_KEY_LEN]; in wpas_pasn_wd_fils_rx() local 547 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() 559 ret = fils_rmsk_to_pmk(pasn->akmp, rmsk, rmsk_len, in wpas_pasn_wd_fils_rx() 563 forced_memzero(rmsk, sizeof(rmsk)); in wpas_pasn_wd_fils_rx()
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa.c | 4351 u8 rmsk[ERP_MAX_KEY_LEN]; in fils_process_auth() local 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() 4371 res = fils_rmsk_to_pmk(sm->key_mgmt, rmsk, rmsk_len, in fils_process_auth() 4376 forced_memzero(rmsk, sizeof(rmsk)); in fils_process_auth()
|
/hostap-3.6.0/src/common/ |
D | wpa_common.h | 393 int fils_rmsk_to_pmk(int akmp, const u8 *rmsk, size_t rmsk_len,
|
D | wpa_common.c | 517 int fils_rmsk_to_pmk(int akmp, const u8 *rmsk, size_t rmsk_len, in fils_rmsk_to_pmk() argument 537 wpa_hexdump_key(MSG_DEBUG, "FILS: rMSK", rmsk, rmsk_len); in fils_rmsk_to_pmk() 544 addr[0] = rmsk; in fils_rmsk_to_pmk()
|