Lines Matching refs:challenge
556 const u8 *challenge, in eap_ttls_process_phase2_chap() argument
563 if (challenge == NULL || password == NULL || in eap_ttls_process_phase2_chap()
591 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_chap()
603 challenge, challenge_len, hash); in eap_ttls_process_phase2_chap()
619 u8 *challenge, size_t challenge_len, in eap_ttls_process_phase2_mschap() argument
624 if (challenge == NULL || response == NULL || in eap_ttls_process_phase2_mschap()
655 challenge, response + 2 + 24); in eap_ttls_process_phase2_mschap()
658 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_mschap()
669 challenge_response(challenge, sm->user->password, nt_response)) || in eap_ttls_process_phase2_mschap()
671 nt_challenge_response(challenge, sm->user->password, in eap_ttls_process_phase2_mschap()
694 u8 *challenge, in eap_ttls_process_phase2_mschapv2() argument
702 if (challenge == NULL || response == NULL || in eap_ttls_process_phase2_mschapv2()
750 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) in eap_ttls_process_phase2_mschapv2()
760 auth_challenge = challenge; in eap_ttls_process_phase2_mschapv2()