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

  /external/webkit/Tools/Scripts/webkitpy/common/net/
credentials.py 42 # Use keyring, a cross platform keyring interface, as a fallback:
43 # http://pypi.python.org/pypi/keyring
44 import keyring namespace
46 keyring = None variable
53 keyring=keyring):
58 self._keyring = keyring
132 if not User().confirm("Store password in system keyring?", User.DEFAULT_NO):
  /external/dbus/dbus/
dbus-keyring.c 2 /* dbus-keyring.c Store secret cookies in your homedir
25 #include "dbus-keyring.h"
32 * @defgroup DBusKeyring keyring class
80 * Maximum number of keys in the keyring before
115 DBusString filename; /**< Keyring filename */
119 DBusCredentials *credentials; /**< Credentials containing user the keyring is for */
125 DBusKeyring *keyring; local
127 keyring = dbus_new0 (DBusKeyring, 1);
128 if (keyring == NULL)
131 if (!_dbus_string_init (&keyring->directory)
716 DBusKeyring *keyring; local
    [all...]
dbus-auth.c 29 #include "dbus-keyring.h"
51 * @todo the cookie keyring needs to be cached globally not just
177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */ member in struct:DBusAuth
348 auth->keyring = NULL;
460 _dbus_assert (auth->keyring != NULL);
467 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id,
567 /* we cache the keyring for speed, so here we drop it if it's the
568 * wrong one. FIXME caching the keyring here is useless since we use
571 if (auth->keyring &
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 

Completed in 2807 milliseconds