Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.c149 struct DBusAuth struct
157 const DBusAuthStateData *state; /**< Current protocol state */ argument
159 const DBusAuthMechanismHandler *mech; /**< Current auth mechanism */ argument
161 DBusString identity; /**< Current identity we're authorizing
165 DBusCredentials credentials; /**< Credentials read from socket,
191 * "Subclass" of DBusAuth for client side argument
Ddbus-auth.h33 typedef struct DBusAuth DBusAuth; typedef