Searched refs:EAP_TTLS_CHAP_CHALLENGE_LEN (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_ttls.h | 68 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
|
/external/wpa_supplicant/ |
D | eap_ttls.h | 68 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
|
D | eap_ttls.c | 912 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/ |
D | eap_ttls.h | 68 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_ttls.c | 684 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/ |
D | eap_server_ttls.c | 662 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/ |
D | eap_ttls.c | 904 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/ |
D | eap_ttls.c | 909 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()
|