Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Dmschapv2.c89 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); in mschapv2_derive_response()
112 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; in mschapv2_verify_auth_response()
113 if (buf_len < 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN || in mschapv2_verify_auth_response()
116 MSCHAPV2_AUTH_RESPONSE_LEN) || in mschapv2_verify_auth_response()
118 MSCHAPV2_AUTH_RESPONSE_LEN) != 0) in mschapv2_verify_auth_response()
Dmschapv2.h11 #define MSCHAPV2_AUTH_RESPONSE_LEN 20 macro
Deap_mschapv2.c65 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
333 pos += 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN; in eap_mschapv2_success()
334 len -= 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN; in eap_mschapv2_success()
Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];