Lines Matching refs:initial_response
430 gchar *initial_response; in client_choose_mech_and_send_initial_response() local
510 initial_response = _g_dbus_auth_mechanism_client_initiate (mech, in client_choose_mech_and_send_initial_response()
516 initial_response); in client_choose_mech_and_send_initial_response()
518 if (initial_response != NULL) in client_choose_mech_and_send_initial_response()
521 encoded = _g_dbus_hexencode (initial_response, initial_response_len); in client_choose_mech_and_send_initial_response()
525 g_free (initial_response); in client_choose_mech_and_send_initial_response()
1129 gchar *initial_response; in _g_dbus_auth_run_server() local
1138 initial_response = NULL; in _g_dbus_auth_run_server()
1142 initial_response = hexdecode (encoded, &initial_response_len, error); in _g_dbus_auth_run_server()
1143 if (initial_response == NULL) in _g_dbus_auth_run_server()
1153 initial_response, in _g_dbus_auth_run_server()
1155 g_free (initial_response); in _g_dbus_auth_run_server()