Searched refs:auth_response (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | mschapv2.c | 41 u8 *nt_response, u8 *auth_response, in mschapv2_derive_response() argument 72 auth_response)) in mschapv2_derive_response() 86 auth_response)) in mschapv2_derive_response() 92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); in mschapv2_derive_response() 112 int mschapv2_verify_auth_response(const u8 *auth_response, in mschapv2_verify_auth_response() argument 120 os_memcmp_const(auth_response, recv_response, in mschapv2_verify_auth_response()
|
H A D | mschapv2.h | 23 u8 *nt_response, u8 *auth_response, 25 int mschapv2_verify_auth_response(const u8 *auth_response,
|
H A D | eap_mschapv2.c | 79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member 214 data->auth_response, data->master_key)) { in eap_mschapv2_challenge_reply() 362 mschapv2_verify_auth_response(data->auth_response, pos, len)) { in eap_mschapv2_success() 615 cp->nt_response, data->auth_response); in eap_mschapv2_change_password()
|
H A D | eap_ttls.c | 51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member 599 peer_challenge, pos, data->auth_response, in eap_ttls_phase2_request_mschapv2() 1233 mschapv2_verify_auth_response(data->auth_response, in eap_ttls_process_phase2_mschapv2()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_mschapv2.c | 50 u8 auth_response[20]; member 155 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 + in eap_mschapv2_build_success_req() 175 wpabuf_put(req, sizeof(data->auth_response) * 2), in eap_mschapv2_build_success_req() 176 sizeof(data->auth_response) * 2 + 1, in eap_mschapv2_build_success_req() 177 data->auth_response, sizeof(data->auth_response)); in eap_mschapv2_build_success_req() 438 data->auth_response) < 0 || in eap_mschapv2_process_response()
|
/freebsd/lib/libutil/ |
H A D | login_cap.h | 129 int auth_response(const char *, const char *, const char *, const char *, int *,
|