Home
last modified time | relevance | path

Searched defs:auth_response (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/cast/sender/channel/
Dcast_auth_util_unittest.cc178 AuthResponse auth_response = in TEST_F() local
191 AuthResponse auth_response = in TEST_F() local
202 AuthResponse auth_response = in TEST_F() local
213 AuthResponse auth_response = in TEST_F() local
224 AuthResponse auth_response = in TEST_F() local
235 AuthResponse auth_response = in TEST_F() local
248 AuthResponse auth_response = in TEST_F() local
260 AuthResponse auth_response = in TEST_F() local
/external/wpa_supplicant_8/src/eap_peer/
Dmschapv2.c41 u8 *nt_response, u8 *auth_response, in mschapv2_derive_response()
112 int mschapv2_verify_auth_response(const u8 *auth_response, in mschapv2_verify_auth_response()
Deap_mschapv2.c79 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member
Deap_ttls.c51 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN]; member
/external/openscreen/cast/receiver/channel/
Ddevice_auth_namespace_handler_unittest.cc110 const AuthResponse& auth_response = auth_message.response(); in TEST_F() local
173 const AuthResponse& auth_response = auth_message.response(); in TEST_F() local
Ddevice_auth_namespace_handler.cc112 std::unique_ptr<AuthResponse> auth_response(new AuthResponse()); in OnMessage() local
/external/ppp/pppd/
Dchap_ms.c331 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH]; member
343 unsigned char *auth_response) in chapms2_add_to_response_cache()
362 unsigned char *auth_response) in chapms2_find_in_response_cache()
389 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH+1]; in chapms2_make_response() local
/external/wpa_supplicant_8/src/eap_server/
Deap_server_mschapv2.c50 u8 auth_response[20]; member