Searched defs:auth_response (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dmschapv2.c41 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, argument
120 os_memcmp_const(auth_response, recv_response,
36 mschapv2_derive_response(const u8 *identity, size_t identity_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key) argument
H A Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data
208 data->auth_response, data->master_key)) {
356 mschapv2_verify_auth_response(data->auth_response, pos, len)) {
609 cp->nt_response, data->auth_response);
H A Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data
543 peer_challenge, pos, data->auth_response,
1177 mschapv2_verify_auth_response(data->auth_response,
/external/wpa_supplicant_8/src/eap_peer/
H A Dmschapv2.c41 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, argument
120 os_memcmp_const(auth_response, recv_response,
36 mschapv2_derive_response(const u8 *identity, size_t identity_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key) argument
H A Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data
208 data->auth_response, data->master_key)) {
356 mschapv2_verify_auth_response(data->auth_response, pos, len)) {
609 cp->nt_response, data->auth_response);
H A Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data
543 peer_challenge, pos, data->auth_response,
1177 mschapv2_verify_auth_response(data->auth_response,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dmschapv2.c41 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, argument
120 os_memcmp_const(auth_response, recv_response,
36 mschapv2_derive_response(const u8 *identity, size_t identity_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key) argument
H A Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_mschapv2_data
208 data->auth_response, data->master_key)) {
356 mschapv2_verify_auth_response(data->auth_response, pos, len)) {
609 cp->nt_response, data->auth_response);
H A Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member in struct:eap_ttls_data
543 peer_challenge, pos, data->auth_response,
1177 mschapv2_verify_auth_response(data->auth_response,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_mschapv2.c50 u8 auth_response[20]; member in struct:eap_mschapv2_data
149 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 +
169 wpabuf_put(req, sizeof(data->auth_response) * 2),
170 sizeof(data->auth_response) * 2 + 1,
171 data->auth_response, sizeof(data->auth_response));
432 data->auth_response) < 0 ||
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_mschapv2.c50 u8 auth_response[20]; member in struct:eap_mschapv2_data
149 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 +
169 wpabuf_put(req, sizeof(data->auth_response) * 2),
170 sizeof(data->auth_response) * 2 + 1,
171 data->auth_response, sizeof(data->auth_response));
432 data->auth_response) < 0 ||
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_mschapv2.c50 u8 auth_response[20]; member in struct:eap_mschapv2_data
149 ms_len = sizeof(*ms) + 2 + 2 * sizeof(data->auth_response) + 1 + 2 +
169 wpabuf_put(req, sizeof(data->auth_response) * 2),
170 sizeof(data->auth_response) * 2 + 1,
171 data->auth_response, sizeof(data->auth_response));
432 data->auth_response) < 0 ||
/external/ppp/pppd/
H A Dchap_ms.c331 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH]; member in struct:chapms2_response_cache_entry
343 unsigned char *auth_response)
351 memcpy(chapms2_response_cache[i].auth_response,
352 auth_response, MS_AUTH_RESPONSE_LENGTH);
362 unsigned char *auth_response)
372 && (!auth_response
373 || memcmp(auth_response,
374 chapms2_response_cache[i].auth_response,
389 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH+1]; local
404 our_name, secret, secret_len, response, auth_response,
341 chapms2_add_to_response_cache(int id, unsigned char *challenge, unsigned char *response, unsigned char *auth_response) argument
361 chapms2_find_in_response_cache(int id, unsigned char *challenge, unsigned char *auth_response) argument
[all...]

Completed in 253 milliseconds