Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A Deap_ttls.h62 #define EAP_TTLS_CHAP_CHALLENGE_LEN 16 macro
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c565 challenge_len != EAP_TTLS_CHAP_CHALLENGE_LEN || in eap_ttls_process_phase2_chap()
584 EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_chap()
592 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) in eap_ttls_process_phase2_chap()
594 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_chap()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c792 sm, data, EAP_TTLS_CHAP_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_chap()
801 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()
806 data->ident = challenge[EAP_TTLS_CHAP_CHALLENGE_LEN]; in eap_ttls_phase2_request_chap()
811 EAP_TTLS_CHAP_CHALLENGE_LEN, pos); in eap_ttls_phase2_request_chap()
818 challenge, EAP_TTLS_CHAP_CHALLENGE_LEN); in eap_ttls_phase2_request_chap()