Home
last modified time | relevance | path

Searched refs:EAP_TTLS_CHAP_CHALLENGE_LEN (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Deap_ttls.h68 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
/external/wpa_supplicant/
Deap_ttls.h68 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
Deap_ttls.c912 sm, data, EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_chap()
921 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
926 data->ident = challenge[EAP_TTLS_CHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_chap()
935 len[2] = EAP_TTLS_CHAP_CHALLENGE_LEN; in eap_ttls_phase2_request_chap()
943 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
/external/wpa_supplicant_8/src/eap_common/
Deap_ttls.h68 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_ttls.c684 challenge_len != EAP_TTLS_CHAP_CHALLENGE_LEN || in eap_ttls_process_phase2_chap()
703 EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_chap()
711 if (os_memcmp(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) != 0 || in eap_ttls_process_phase2_chap()
712 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_chap()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c662 challenge_len != EAP_TTLS_CHAP_CHALLENGE_LEN || in eap_ttls_process_phase2_chap()
681 EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_chap()
689 if (os_memcmp(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) != 0 || in eap_ttls_process_phase2_chap()
690 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_chap()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_ttls.c904 sm, data, EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_chap()
913 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
918 data->ident = challenge[EAP_TTLS_CHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_chap()
923 EAP_TTLS_CHAP_CHALLENGE_LEN, pos); in eap_ttls_phase2_request_chap()
930 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c909 sm, data, EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_chap()
918 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
923 data->ident = challenge[EAP_TTLS_CHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_chap()
928 EAP_TTLS_CHAP_CHALLENGE_LEN, pos); in eap_ttls_phase2_request_chap()
935 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()