Home
last modified time | relevance | path

Searched refs:hex_response (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-auth.c1679 DBusString hex_response; in handle_auth() local
1686 if (!_dbus_string_init (&hex_response)) in handle_auth()
1696 if (!_dbus_string_copy (args, i, &hex_response, 0)) in handle_auth()
1706 if (!process_data (auth, &hex_response, in handle_auth()
1722 _dbus_string_free (&hex_response); in handle_auth()
1729 _dbus_string_free (&hex_response); in handle_auth()
/external/wpa_supplicant_8/src/eap_server/
Deap_server.c2002 char hex_challenge[30], hex_response[90], user[100]; in eap_server_mschap_rx_callback() local
2011 wpa_snprintf_hex_sep(hex_response, sizeof(hex_response), response, 24, in eap_server_mschap_rx_callback()
2014 source, user, hex_challenge, hex_response); in eap_server_mschap_rx_callback()