Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_ttls.h60 #define EAP_TTLS_MSCHAP_CHALLENGE_LEN 8 macro
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c605 sm, data, EAP_TTLS_MSCHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_mschap()
615 challenge, EAP_TTLS_MSCHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_mschap()
621 data->ident = challenge[EAP_TTLS_MSCHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_mschap()
637 challenge, EAP_TTLS_MSCHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_mschap()