/external/wpa_supplicant_8/src/eap_peer/ |
mschapv2.h | 23 u8 *nt_response, u8 *auth_response, 25 int mschapv2_verify_auth_response(const u8 *auth_response,
|
mschapv2.c | 41 u8 *nt_response, u8 *auth_response, 71 username, username_len, nt_response, auth_response); 81 nt_response, auth_response); 86 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); 105 int mschapv2_verify_auth_response(const u8 *auth_response, 113 os_memcmp(auth_response, recv_response,
|
eap_mschapv2.c | 79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data 210 data->auth_response, data->master_key)) { 351 mschapv2_verify_auth_response(data->auth_response, pos, len)) { 590 cp->nt_response, data->auth_response);
|
eap_ttls.c | 50 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data 457 peer_challenge, pos, data->auth_response, 1068 mschapv2_verify_auth_response(data->auth_response, [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
mschapv2.c | 47 u8 *nt_response, u8 *auth_response, 77 username, username_len, nt_response, auth_response); 87 nt_response, auth_response); 92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); 107 int mschapv2_verify_auth_response(const u8 *auth_response, 115 os_memcmp(auth_response, recv_response,
|
mschapv2.h | 29 u8 *nt_response, u8 *auth_response, 31 int mschapv2_verify_auth_response(const u8 *auth_response,
|
eap_mschapv2.c | 84 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data 215 data->auth_response, data->master_key); 351 mschapv2_verify_auth_response(data->auth_response, pos, len)) { 590 cp->nt_response, data->auth_response);
|
eap_ttls.c | 67 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data 696 peer_challenge, pos, data->auth_response, [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_mschapv2.c | 55 u8 auth_response[20]; member in struct:eap_mschapv2_data 156 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 + 176 wpabuf_put(req, sizeof(data->auth_response) * 2), 177 sizeof(data->auth_response) * 2 + 1, 178 data->auth_response, sizeof(data->auth_response)); 409 data->auth_response);
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_mschapv2.c | 50 u8 auth_response[20]; member in struct:eap_mschapv2_data 151 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 + 171 wpabuf_put(req, sizeof(data->auth_response) * 2), 172 sizeof(data->auth_response) * 2 + 1, 173 data->auth_response, sizeof(data->auth_response)); 413 data->auth_response);
|
/frameworks/base/obex/javax/obex/ |
HeaderSet.java | 168 * The value of <code>AUTH_RESPONSE</code> is 0x4E (78). 170 public static final int AUTH_RESPONSE = 0x4E;
|
ClientSession.java | 500 out.write((byte)HeaderSet.AUTH_RESPONSE);
|
ObexHelper.java | 223 case HeaderSet.AUTH_RESPONSE: 658 out.write((byte)HeaderSet.AUTH_RESPONSE); [all...] |