Home
last modified time | relevance | path

Searched refs:_g_dbus_hexencode (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgdbusprivate.h156 gchar *_g_dbus_hexencode (const gchar *str,
Dgdbusauth.c521 encoded = _g_dbus_hexencode (initial_response, initial_response_len); in client_choose_mech_and_send_initial_response()
813 encoded_data = _g_dbus_hexencode (data, data_len); in _g_dbus_auth_run_client()
1225 encoded_data = _g_dbus_hexencode (data, data_len); in _g_dbus_auth_run_server()
Dgdbusauthmechanismsha1.c862 *out_cookie = _g_dbus_hexencode (raw_cookie, 32); in keyring_generate_entry()
Dgdbusprivate.c2656 _g_dbus_hexencode (const gchar *str, in _g_dbus_hexencode() function