Lines Matching refs:nt_response
624 u8 *chal, nt_response[24]; in eap_ttls_process_phase2_mschap() local
671 challenge_response(challenge, sm->user->password, nt_response)) || in eap_ttls_process_phase2_mschap()
674 sm->user->password_len, nt_response))) { in eap_ttls_process_phase2_mschap()
679 if (os_memcmp_const(nt_response, response + 2 + 24, 24) == 0) { in eap_ttls_process_phase2_mschap()
688 nt_response, 24); in eap_ttls_process_phase2_mschap()
700 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, in eap_ttls_process_phase2_mschapv2() local
776 nt_response); in eap_ttls_process_phase2_mschapv2()
782 nt_response); in eap_ttls_process_phase2_mschapv2()
798 if (os_memcmp_const(nt_response, rx_resp, 24) == 0) { in eap_ttls_process_phase2_mschapv2()
807 username, username_len, nt_response, in eap_ttls_process_phase2_mschapv2()
813 username, username_len, nt_response, in eap_ttls_process_phase2_mschapv2()
822 nt_response, 24); in eap_ttls_process_phase2_mschapv2()