Lines Matching refs:challenge
558 const u8 *challenge, in eap_ttls_process_phase2_chap() argument
565 if (challenge == NULL || password == NULL || in eap_ttls_process_phase2_chap()
593 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_chap()
605 challenge, challenge_len, hash); in eap_ttls_process_phase2_chap()
621 u8 *challenge, size_t challenge_len, in eap_ttls_process_phase2_mschap() argument
626 if (challenge == NULL || response == NULL || in eap_ttls_process_phase2_mschap()
657 challenge, response + 2 + 24); in eap_ttls_process_phase2_mschap()
660 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_mschap()
671 challenge_response(challenge, sm->user->password, nt_response)) || in eap_ttls_process_phase2_mschap()
673 nt_challenge_response(challenge, sm->user->password, in eap_ttls_process_phase2_mschap()
696 u8 *challenge, in eap_ttls_process_phase2_mschapv2() argument
704 if (challenge == NULL || response == NULL || in eap_ttls_process_phase2_mschapv2()
752 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) in eap_ttls_process_phase2_mschapv2()
762 auth_challenge = challenge; in eap_ttls_process_phase2_mschapv2()