Home
last modified time | relevance | path

Searched refs:MSCHAPV2_AUTH_RESPONSE_LEN (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dmschapv2.c92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); in mschapv2_derive_response()
115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; in mschapv2_verify_auth_response()
116 if (buf_len < 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN || in mschapv2_verify_auth_response()
119 MSCHAPV2_AUTH_RESPONSE_LEN) || in mschapv2_verify_auth_response()
121 MSCHAPV2_AUTH_RESPONSE_LEN) != 0) in mschapv2_verify_auth_response()
Dmschapv2.h14 #define MSCHAPV2_AUTH_RESPONSE_LEN 20 macro
Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
363 pos += 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN; in eap_mschapv2_success()
364 len -= 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN; in eap_mschapv2_success()
Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dmschapv2.c92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); in mschapv2_derive_response()
115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; in mschapv2_verify_auth_response()
116 if (buf_len < 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN || in mschapv2_verify_auth_response()
119 MSCHAPV2_AUTH_RESPONSE_LEN) || in mschapv2_verify_auth_response()
121 MSCHAPV2_AUTH_RESPONSE_LEN) != 0) in mschapv2_verify_auth_response()
Dmschapv2.h14 #define MSCHAPV2_AUTH_RESPONSE_LEN 20 macro
Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
363 pos += 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN; in eap_mschapv2_success()
364 len -= 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN; in eap_mschapv2_success()
Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];