HomeSort by relevance Sort by last modified time
    Searched refs:EAP_TTLS_MSCHAPV2_CHALLENGE_LEN (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_ttls.h 58 #define EAP_TTLS_MSCHAPV2_CHALLENGE_LEN 16
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 701 challenge_len != EAP_TTLS_MSCHAPV2_CHALLENGE_LEN ||
740 sm, data, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 1);
748 if (os_memcmp_const(challenge, chal, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN)
750 response[0] != chal[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN]) {
764 auth_challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN);
766 peer_challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN);
781 rx_resp = response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 511 sm, data, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 1);
521 challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN);
527 data->ident = challenge[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN];
530 if (os_get_random(pos, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) < 0) {
538 pos += EAP_TTLS_MSCHAPV2_CHALLENGE_LEN;
    [all...]

Completed in 1448 milliseconds