Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_ttls.h62 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c534 challenge_len != EAP_TTLS_CHAP_CHALLENGE_LEN || in eap_ttls_process_phase2_chap()
553 EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_chap()
561 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_chap()
563 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_chap()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c683 sm, data, EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_chap()
692 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
697 data->ident = challenge[EAP_TTLS_CHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_chap()
702 EAP_TTLS_CHAP_CHALLENGE_LEN, pos); in eap_ttls_phase2_request_chap()
709 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()