HomeSort by relevance Sort by last modified time
    Searched refs:DBusAuth (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-auth.h 33 typedef struct DBusAuth DBusAuth;
44 DBusAuth* _dbus_auth_server_new (const DBusString *guid);
45 DBusAuth* _dbus_auth_client_new (void);
46 DBusAuth* _dbus_auth_ref (DBusAuth *auth);
47 void _dbus_auth_unref (DBusAuth *auth);
48 dbus_bool_t _dbus_auth_set_mechanisms (DBusAuth *auth,
50 DBusAuthState _dbus_auth_do_work (DBusAuth *auth);
51 dbus_bool_t _dbus_auth_get_bytes_to_send (DBusAuth *auth
    [all...]
dbus-auth.c 35 * @defgroup DBusAuth Authentication
37 * @brief DBusAuth object
39 * DBusAuth manages the authentication negotiation when a connection
60 * @brief DBusAuth implementation details
70 typedef dbus_bool_t (* DBusInitialResponseFunction) (DBusAuth *auth,
77 typedef dbus_bool_t (* DBusAuthDataFunction) (DBusAuth *auth,
83 typedef dbus_bool_t (* DBusAuthEncodeFunction) (DBusAuth *auth,
90 typedef dbus_bool_t (* DBusAuthDecodeFunction) (DBusAuth *auth,
97 typedef void (* DBusAuthShutdownFunction) (DBusAuth *auth);
137 typedef dbus_bool_t (* DBusAuthStateFunction) (DBusAuth *auth
    [all...]
dbus-transport-protected.h 90 DBusAuth *auth; /**< Authentication conversation */
dbus-auth-script.c 2 /* dbus-auth-script.c Test DBusAuth using a special script file (internal to D-Bus implementation)
35 * @defgroup DBusAuthScript code for running unit test scripts for DBusAuth
37 * @brief DBusAuth unit test scripting
40 * up a script that tests DBusAuth.
213 auth_set_unix_credentials(DBusAuth *auth,
251 DBusAuth *auth;
365 _dbus_warn ("already created a DBusAuth (CLIENT or SERVER given twice)\n");
372 _dbus_warn ("no memory to create DBusAuth\n");
407 _dbus_warn ("already created a DBusAuth (CLIENT or SERVER given twice)\n");
414 _dbus_warn ("no memory to create DBusAuth\n")
    [all...]
dbus-transport.c 104 DBusAuth *auth;
    [all...]

Completed in 80 milliseconds