Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-keyring.c125 DBusKeyring *keyring; in _dbus_keyring_new() local
127 keyring = dbus_new0 (DBusKeyring, 1); in _dbus_keyring_new()
128 if (keyring == NULL) in _dbus_keyring_new()
131 if (!_dbus_string_init (&keyring->directory)) in _dbus_keyring_new()
134 if (!_dbus_string_init (&keyring->filename)) in _dbus_keyring_new()
137 if (!_dbus_string_init (&keyring->filename_lock)) in _dbus_keyring_new()
140 keyring->refcount = 1; in _dbus_keyring_new()
141 keyring->keys = NULL; in _dbus_keyring_new()
142 keyring->n_keys = 0; in _dbus_keyring_new()
144 return keyring; in _dbus_keyring_new()
[all …]
Ddbus-keyring.h38 DBusKeyring* _dbus_keyring_ref (DBusKeyring *keyring);
39 void _dbus_keyring_unref (DBusKeyring *keyring);
41 int _dbus_keyring_get_best_key (DBusKeyring *keyring,
43 dbus_bool_t _dbus_keyring_is_for_credentials (DBusKeyring *keyring,
45 dbus_bool_t _dbus_keyring_get_hex_key (DBusKeyring *keyring,
Ddbus-auth.c177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */ member
348 auth->keyring = NULL; in _dbus_auth_new()
460 _dbus_assert (auth->keyring != NULL); in sha1_compute_hash()
467 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id, in sha1_compute_hash()
571 if (auth->keyring && in sha1_handle_first_client_response()
572 !_dbus_keyring_is_for_credentials (auth->keyring, in sha1_handle_first_client_response()
575 _dbus_keyring_unref (auth->keyring); in sha1_handle_first_client_response()
576 auth->keyring = NULL; in sha1_handle_first_client_response()
579 if (auth->keyring == NULL) in sha1_handle_first_client_response()
582 auth->keyring = _dbus_keyring_new_for_credentials (auth->desired_identity, in sha1_handle_first_client_response()
[all …]
DAndroid.mk20 dbus-keyring.c \
/external/kernel-headers/original/linux/
Dkey.h264 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,
310 extern int key_unlink(struct key *keyring,
318 extern int keyring_clear(struct key *keyring);
320 extern key_ref_t keyring_search(key_ref_t keyring,
324 extern int keyring_add_key(struct key *keyring,
350 #define __install_session_keyring(tsk, keyring) \ argument
353 tsk->signal->session_keyring = keyring; \
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dcredentials.py44 import keyring
46 keyring = None variable
53 keyring=keyring): argument
58 self._keyring = keyring
Dcredentials_unittest.py169 credentials = FakeCredentials("fake.hostname", cwd=temp_dir_path, keyring=MockKeyring())
/external/chromium/chrome/browser/password_manager/
Dnative_backend_gnome_x.cc262 void GetItemIds(const char* keyring);
263 void GetItemAttrs(const char* keyring, guint id);
264 void GetItemInfo(const char* keyring, guint id);
469 void GKRMethod::GetItemIds(const char* keyring) { in GetItemIds() argument
471 gnome_keyring_list_item_ids(keyring, OnOperationGetIds, this, NULL); in GetItemIds()
474 void GKRMethod::GetItemAttrs(const char* keyring, guint id) { in GetItemAttrs() argument
476 gnome_keyring_item_get_attributes(keyring, id, OnOperationGetAttrs, this, in GetItemAttrs()
480 void GKRMethod::GetItemInfo(const char* keyring, guint id) { in GetItemInfo() argument
482 gnome_keyring_item_get_info(keyring, id, OnOperationGetInfo, this, NULL); in GetItemInfo()
880 const char *keyring = keyrings[i].c_str(); in GetAllLogins() local
[all …]
/external/chromium/build/linux/
Dsystem.gyp285 'target_name': 'gnome-keyring',
291 '<!@(<(pkg-config) --cflags gnome-keyring-1)',
306 '<!@(<(pkg-config) --libs-only-L --libs-only-other gnome-keyring-1)',
309 '<!@(<(pkg-config) --libs-only-l gnome-keyring-1)',
/external/webkit/Tools/EWSTools/
Dubuntu-ews-packages47 libgnome-keyring-dev
/external/chromium/build/
Dinstall-chroot.sh253 for i in debian-keyring ubuntu-keyring locales sudo; do
Dcommon.gypi140 # on gnome-keyring. If that dependency is disabled, no gnome-keyring
335 # Set to 1 to link against libgnome-keyring instead of using dlopen().
/external/dbus/
DREADME.wince24 2) The keyring directory is MYDOCUMENTS\dbus-keyrings, not
DChangeLog.pre-1-2453 dbus/dbus-connection.c, dbus/dbus-internals.c, dbus/dbus-keyring.c,
1197 * dbus/dbus-auth.c: adapt to keyring changes
1199 * dbus/dbus-keyring.c: change to avoid using user ID and home
1201 keyring-location-from-credentials function in dbus-sysdeps
DChangeLog.pre-1-02334 * dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
2986 * dbus/dbus-keyring.c: (_dbus_keyring_reload):
3024 - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional
4548 * dbus/dbus-keyring.c (_dbus_keyring_reload): Check to see that
4549 the keyring directory is private to the user
4561 - in dbus-keyring.c, enforce that the keyring dir is not
7212 * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7744 * dbus/dbus-keyring.c, dbus/dbus-message.c:
8452 * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
10855 * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
[all …]
/external/dbus/cmake/dbus/
DCMakeLists.txt39 ${DBUS_DIR}/dbus-keyring.c
84 ${DBUS_DIR}/dbus-keyring.h
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c3484 const char *, callout_info, vki_key_serial_t, keyring); in PRE()
3498 vki_key_serial_t, keyring); in PRE()
3555 int, option, vki_key_serial_t, keyring); in PRE()
3560 vki_key_serial_t, keyring, vki_key_serial_t, key); in PRE()
3565 vki_key_serial_t, keyring, vki_key_serial_t, key); in PRE()
3571 int, option, vki_key_serial_t, keyring, in PRE()
3580 int, option, vki_key_serial_t, keyring, in PRE()
3591 vki_key_serial_t, keyring); in PRE()
3599 unsigned, timeout, vki_key_serial_t, keyring); in PRE()
/external/webkit/Source/WebKit/gtk/
DNEWS600 - Fix WebKitSoupAuthDialog to only save passwords in gnome-keyring
816 - HTTP authentication support, with optional gnome-keyring storage.
DChangeLog10505 Last-minute change on the new soup API to use the keyring was not
10516 [GTK] Remove keyring optional features
10519 Remove keyring support from our code and rely on libsoup to store
10671 [Gtk] Password is saved into gnome-keyring even if auth. fails
/external/dropbear/libtomcrypt/
Dchanges891 …-- **NOTE** Changed the PK *_import (including the keyring) routine to accept a "inlen" parameter.…
1033 …-- kr_clear now sets the pointer to NULL to facilate debugging [e.g. using the keyring after clear…
1034 … -- static functions in _write/_read in keyring.c now check the return of ctr_encrypt/ctr_decrypt.
1043 -- Added keyring support for the PK functions
/external/webkit/Tools/
DChangeLog-2011-02-1618494 add python keyring support to webkit-patch
18498 the python keyring module
DChangeLog-2010-05-2430216 Remove GNOME keyring support in build-webkit. This dependency's