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

  /external/dbus/dbus/
dbus-keyring.h 2 /* dbus-keyring.h Store secret cookies in your homedir
37 DBusKeyring* _dbus_keyring_ref (DBusKeyring *keyring);
38 void _dbus_keyring_unref (DBusKeyring *keyring);
40 int _dbus_keyring_get_best_key (DBusKeyring *keyring,
42 dbus_bool_t _dbus_keyring_is_for_user (DBusKeyring *keyring,
44 dbus_bool_t _dbus_keyring_get_hex_key (DBusKeyring *keyring,
dbus-keyring.c 2 /* dbus-keyring.c Store secret cookies in your homedir
24 #include "dbus-keyring.h"
32 * @defgroup DBusKeyring keyring class
80 * Maximum number of keys in the keyring before
114 DBusString username; /**< Username keyring is for */
116 DBusString filename; /**< Keyring filename */
125 DBusKeyring *keyring; local
127 keyring = dbus_new0 (DBusKeyring, 1);
128 if (keyring == NULL)
131 if (!_dbus_string_init (&keyring->directory)
720 DBusKeyring *keyring; local
    [all...]
dbus-auth.c 27 #include "dbus-keyring.h"
49 * @todo the cookie keyring needs to be cached globally not just
174 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */ member in struct:DBusAuth
339 auth->keyring = NULL;
425 _dbus_assert (auth->keyring != NULL);
432 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id,
532 /* we cache the keyring for speed, so here we drop it if it's the
533 * wrong one. FIXME caching the keyring here is useless since we use
536 if (auth->keyring &
    [all...]
Android.mk 19 dbus-keyring.c \
  /external/kernel-headers/original/linux/
key.h 39 #define KEY_POS_READ 0x02000000 /* possessor can read key payload / view keyring */
40 #define KEY_POS_WRITE 0x04000000 /* possessor can update key payload / add link to keyring */
41 #define KEY_POS_SEARCH 0x08000000 /* possessor can find a key in search / search a keyring */
42 #define KEY_POS_LINK 0x10000000 /* possessor can create a link to a key/keyring */
113 * authentication token / access credential / keyring
159 * - this is used by the keyring type to index the name
264 struct key *keyring,
268 struct key *keyring,
296 extern key_ref_t key_create_or_update(key_ref_t keyring,
307 extern int key_link(struct key *keyring,
    [all...]

Completed in 4155 milliseconds