Searched refs:auth_response (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | mschapv2.c | 47 u8 *nt_response, u8 *auth_response, in mschapv2_derive_response() argument 77 username, username_len, nt_response, auth_response); in mschapv2_derive_response() 87 nt_response, auth_response); in mschapv2_derive_response() 92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); in mschapv2_derive_response() 107 int mschapv2_verify_auth_response(const u8 *auth_response, in mschapv2_verify_auth_response() argument 115 os_memcmp(auth_response, recv_response, in mschapv2_verify_auth_response()
|
D | mschapv2.h | 29 u8 *nt_response, u8 *auth_response, 31 int mschapv2_verify_auth_response(const u8 *auth_response,
|
D | eap_mschapv2.c | 84 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member 215 data->auth_response, data->master_key); in eap_mschapv2_challenge_reply() 351 mschapv2_verify_auth_response(data->auth_response, pos, len)) { in eap_mschapv2_success() 590 cp->nt_response, data->auth_response); in eap_mschapv2_change_password()
|
D | eap_ttls.c | 67 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member 696 peer_challenge, pos, data->auth_response, in eap_ttls_phase2_request_mschapv2() 1357 mschapv2_verify_auth_response(data->auth_response, in eap_ttls_process_phase2_mschapv2()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_mschapv2.c | 55 u8 auth_response[20]; member 156 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 + in eap_mschapv2_build_success_req() 176 wpabuf_put(req, sizeof(data->auth_response) * 2), in eap_mschapv2_build_success_req() 177 sizeof(data->auth_response) * 2 + 1, in eap_mschapv2_build_success_req() 178 data->auth_response, sizeof(data->auth_response)); in eap_mschapv2_build_success_req() 409 data->auth_response); in eap_mschapv2_process_response()
|
/external/wpa_supplicant/ |
D | eap_mschapv2.c | 86 u8 auth_response[20]; member 207 data->auth_response); in eap_mschapv2_derive_response() 417 os_memcmp(data->auth_response, recv_response, 20) != 0) { in eap_mschapv2_success() 643 cp->nt_response, data->auth_response); in eap_mschapv2_change_password()
|
D | eap_ttls.c | 63 u8 auth_response[20]; member 716 pos, data->auth_response); in eap_ttls_phase2_request_mschapv2() 1417 os_memcmp(data->auth_response, recv_response, 20) != 0) { in eap_ttls_decrypt()
|