HomeSort by relevance Sort by last modified time
    Searched defs:auth_response (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_server_mschapv2.c 50 u8 auth_response[20]; member in struct:eap_mschapv2_data
150 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 +
170 wpabuf_put(req, sizeof(data->auth_response) * 2),
171 sizeof(data->auth_response) * 2 + 1,
172 data->auth_response, sizeof(data->auth_response));
420 data->auth_response);
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data
210 data->auth_response, data->master_key)) {
358 mschapv2_verify_auth_response(data->auth_response, pos, len)) {
599 cp->nt_response, data->auth_response);
eap_ttls.c 50 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data
487 peer_challenge, pos, data->auth_response,
1094 mschapv2_verify_auth_response(data->auth_response,
    [all...]

Completed in 47 milliseconds