Searched refs:EAP_TTLS_MSCHAPV2_CHALLENGE_LEN (Results 1 – 2 of 2) sorted by relevance
58 #define EAP_TTLS_MSCHAPV2_CHALLENGE_LEN 16 macro
447 sm, data, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_mschapv2()457 challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN); in eap_ttls_phase2_request_mschapv2()463 data->ident = challenge[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN]; in eap_ttls_phase2_request_mschapv2()466 if (os_get_random(pos, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) < 0) { in eap_ttls_phase2_request_mschapv2()474 pos += EAP_TTLS_MSCHAPV2_CHALLENGE_LEN; in eap_ttls_phase2_request_mschapv2()