Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c696 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, in eap_ttls_process_phase2_mschapv2() local
781 rx_resp = response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8; in eap_ttls_process_phase2_mschapv2()
790 challenge2, rx_resp); in eap_ttls_process_phase2_mschapv2()
794 if (os_memcmp_const(nt_response, rx_resp, 24) == 0) { in eap_ttls_process_phase2_mschapv2()
816 rx_resp, 24); in eap_ttls_process_phase2_mschapv2()