Lines Matching refs:response
622 u8 *response, size_t response_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()
662 response[0] != chal[EAP_TTLS_MSCHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_mschap()
679 if (os_memcmp_const(nt_response, response + 2 + 24, 24) == 0) { in eap_ttls_process_phase2_mschap()
686 response + 2 + 24, 24); in eap_ttls_process_phase2_mschap()
698 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschapv2() argument
704 if (challenge == NULL || response == NULL || in eap_ttls_process_phase2_mschapv2()
754 response[0] != chal[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN]) { in eap_ttls_process_phase2_mschapv2()
763 peer_challenge = response + 2; in eap_ttls_process_phase2_mschapv2()
785 rx_resp = response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8; in eap_ttls_process_phase2_mschapv2()
826 data->mschapv2_ident = response[0]; in eap_ttls_process_phase2_mschapv2()