Home
last modified time | relevance | path

Searched refs:EAP_TTLS_MSCHAP_CHALLENGE_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_ttls.h60 #define EAP_TTLS_MSCHAP_CHALLENGE_LEN 8 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_ttls.h60 #define EAP_TTLS_MSCHAP_CHALLENGE_LEN 8 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_ttls.c625 challenge_len != EAP_TTLS_MSCHAP_CHALLENGE_LEN || in eap_ttls_process_phase2_mschap()
644 EAP_TTLS_MSCHAP_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_mschap()
658 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_mschap()
660 response[0] != chal[EAP_TTLS_MSCHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_mschap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_ttls.c626 challenge_len != EAP_TTLS_MSCHAP_CHALLENGE_LEN || in eap_ttls_process_phase2_mschap()
645 EAP_TTLS_MSCHAP_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_mschap()
659 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_mschap()
661 response[0] != chal[EAP_TTLS_MSCHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_mschap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_ttls.c607 sm, data, EAP_TTLS_MSCHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_mschap()
617 challenge, EAP_TTLS_MSCHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_mschap()
623 data->ident = challenge[EAP_TTLS_MSCHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_mschap()
655 challenge, EAP_TTLS_MSCHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_mschap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_ttls.c636 sm, data, EAP_TTLS_MSCHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_mschap()
646 challenge, EAP_TTLS_MSCHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_mschap()
652 data->ident = challenge[EAP_TTLS_MSCHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_mschap()
684 challenge, EAP_TTLS_MSCHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_mschap()