/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, 72 auth_response)) 86 auth_response)) 92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN); 112 int mschapv2_verify_auth_response(const u8 *auth_response, 120 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)) { 353 mschapv2_verify_auth_response(data->auth_response, pos, len)) { 592 cp->nt_response, data->auth_response);
|
eap_ttls.c | 50 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data 478 peer_challenge, pos, data->auth_response, 1095 mschapv2_verify_auth_response(data->auth_response, [all...] |
/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)); 412 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...] |