Searched refs:rx_resp (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_ttls.c | 698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, in eap_ttls_process_phase2_mschapv2() local 783 rx_resp = response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8; in eap_ttls_process_phase2_mschapv2() 792 challenge2, rx_resp); in eap_ttls_process_phase2_mschapv2() 796 if (os_memcmp_const(nt_response, rx_resp, 24) == 0) { in eap_ttls_process_phase2_mschapv2() 818 rx_resp, 24); in eap_ttls_process_phase2_mschapv2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ttls.c | 699 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, in eap_ttls_process_phase2_mschapv2() local 784 rx_resp = response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8; in eap_ttls_process_phase2_mschapv2() 793 challenge2, rx_resp); in eap_ttls_process_phase2_mschapv2() 797 if (os_memcmp_const(nt_response, rx_resp, 24) == 0) { in eap_ttls_process_phase2_mschapv2() 819 rx_resp, 24); in eap_ttls_process_phase2_mschapv2()
|
Completed in 11 milliseconds