Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A Deap_ttls.h58 #define EAP_TTLS_MSCHAPV2_CHALLENGE_LEN 16 macro
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c705 challenge_len != EAP_TTLS_MSCHAPV2_CHALLENGE_LEN || in eap_ttls_process_phase2_mschapv2()
744 sm, data, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 1); in eap_ttls_process_phase2_mschapv2()
752 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) in eap_ttls_process_phase2_mschapv2()
754 response[0] != chal[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN]) { in eap_ttls_process_phase2_mschapv2()
768 auth_challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN); in eap_ttls_process_phase2_mschapv2()
770 peer_challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN); in eap_ttls_process_phase2_mschapv2()
785 rx_resp = response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8; in eap_ttls_process_phase2_mschapv2()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c567 sm, data, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_mschapv2()
577 challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN); in eap_ttls_phase2_request_mschapv2()
583 data->ident = challenge[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN]; in eap_ttls_phase2_request_mschapv2()
586 if (os_get_random(pos, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) < 0) { in eap_ttls_phase2_request_mschapv2()
594 pos += EAP_TTLS_MSCHAPV2_CHALLENGE_LEN; in eap_ttls_phase2_request_mschapv2()