Home
last modified time | relevance | path

Searched defs:DBusAuth (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-auth.c153 struct DBusAuth struct
161 const DBusAuthStateData *state; /**< Current protocol state */ argument
163 const DBusAuthMechanismHandler *mech; /**< Current auth mechanism */ argument
165 DBusString identity; /**< Current identity we're authorizing
169 DBusCredentials *credentials; /**< Credentials read from socket
172 DBusCredentials *authorized_identity; /**< Credentials that are authorized */
197 * "Subclass" of DBusAuth for client side argument
Ddbus-auth.h33 typedef struct DBusAuth DBusAuth; typedef