Searched refs:auth_response (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dmschapv2.h23 u8 *nt_response, u8 *auth_response,
25 int mschapv2_verify_auth_response(const u8 *auth_response,
H A Dmschapv2.c41 u8 *nt_response, u8 *auth_response,
72 auth_response))
86 auth_response))
92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN);
112 int mschapv2_verify_auth_response(const u8 *auth_response, argument
120 os_memcmp_const(auth_response, recv_response,
36 mschapv2_derive_response(const u8 *identity, size_t identity_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key) argument
H A Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data
208 data->auth_response, data->master_key)) {
356 mschapv2_verify_auth_response(data->auth_response, pos, len)) {
609 cp->nt_response, data->auth_response);
H A Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data
545 peer_challenge, pos, data->auth_response,
1179 mschapv2_verify_auth_response(data->auth_response,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c50 u8 auth_response[20]; member in struct:eap_mschapv2_data
149 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 +
169 wpabuf_put(req, sizeof(data->auth_response) * 2),
170 sizeof(data->auth_response) * 2 + 1,
171 data->auth_response, sizeof(data->auth_response));
432 data->auth_response) < 0 ||
/freebsd-11-stable/lib/libutil/
H A Dlogin_cap.h130 int auth_response(const char *, const char *, const char *, const char *, int *,

Completed in 166 milliseconds