Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.c169 DBusCredentials authorized_identity; /**< Credentials that are authorized */ member
336 _dbus_credentials_clear (&auth->authorized_identity); in _dbus_auth_new()
393 _dbus_credentials_clear (&auth->authorized_identity); in shutdown_mech()
716 auth->authorized_identity = auth->desired_identity; in sha1_handle_second_client_response()
1051 auth->authorized_identity.pid = auth->credentials.pid; in handle_server_data_external_mech()
1052 auth->authorized_identity.uid = auth->desired_identity.uid; in handle_server_data_external_mech()
2458 *credentials = auth->authorized_identity; in _dbus_auth_get_identity()