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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dmschapv2.c92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN);
115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN];
116 if (buf_len < 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN ||
119 MSCHAPV2_AUTH_RESPONSE_LEN) ||
121 MSCHAPV2_AUTH_RESPONSE_LEN) != 0)
H A Dmschapv2.h14 #define MSCHAPV2_AUTH_RESPONSE_LEN 20 macro
H A Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
363 pos += 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN;
364 len -= 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN;
H A Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];

Completed in 123 milliseconds