Lines Matching refs:fils
2430 struct pasn_fils *fils = &pasn->fils; in pasn_fils_auth_resp() local
2446 if (random_get_bytes(fils->anonce, FILS_NONCE_LEN) < 0) { in pasn_fils_auth_resp()
2452 fils->anonce, FILS_NONCE_LEN); in pasn_fils_auth_resp()
2454 ret = fils_rmsk_to_pmk(pasn_get_akmp(pasn), msk, msk_len, fils->nonce, in pasn_fils_auth_resp()
2455 fils->anonce, NULL, 0, pmk, &pmk_len); in pasn_fils_auth_resp()
2486 fils->erp_resp = erp_resp; in pasn_fils_auth_resp()
2489 fils->erp_resp = NULL; in pasn_fils_auth_resp()
2496 fils->state = PASN_FILS_STATE_COMPLETE; in pasn_fils_auth_resp()
2511 struct pasn_fils *fils = &pasn->fils; in pasn_wd_handle_fils()
2520 if (fils->state != PASN_FILS_STATE_NONE) { in pasn_wd_handle_fils()
2588 os_memcpy(fils->nonce, elems.fils_nonce, FILS_NONCE_LEN); in pasn_wd_handle_fils()
2592 os_memcpy(fils->session, elems.fils_session, FILS_SESSION_LEN); in pasn_wd_handle_fils()
2613 fils->state = PASN_FILS_STATE_PENDING_AS; in pasn_wd_handle_fils()
2621 fils->erp_pmkid); in pasn_wd_handle_fils()