Searched defs:keyring (Results 1 - 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dkeyring_storage.py15 """A keyring based Storage.
17 A Storage for Credentials that uses the keyring module.
24 import keyring namespace
31 """Store and retrieve a single credential to and from the keyring.
33 To use this module you must have the keyring module installed. See
34 <http://pypi.python.org/pypi/keyring/>. This is an optional module and is not
38 The keyring module <http://pypi.python.org/pypi/keyring/> is a cross-platform
39 library for access the keyring capabilities of the local system. The user will
40 be prompted for their keyring passwor
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_keyring.py24 import keyring namespace
37 with mock.patch.object(keyring, 'get_password',
46 with mock.patch.object(keyring, 'get_password',
70 with mock.patch.object(keyring, 'get_password',
73 with mock.patch.object(keyring, 'set_password',
85 with mock.patch.object(keyring, 'get_password',
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/
H A Dtest_provider.py192 'keyring': 'test',
197 import keyring namespace
200 sys.modules['keyring'] = keyring = type(mock)('keyring', '')
204 with mock.patch('keyring.get_password', create=True):
205 keyring.get_password.side_effect = (
213 del sys.modules['keyring']
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dprovider.py329 elif config.has_option('Credentials', 'keyring'):
330 keyring_name = config.get('Credentials', 'keyring')
332 import keyring namespace
334 boto.log.error("The keyring module could not be imported. "
335 "For keyring support, install the keyring "
338 self.secret_key = keyring.get_password(
340 boto.log.debug("Using secret key found in keyring.")
/external/dbus/dbus/
H A Ddbus-keyring.c2 /* 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
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))
134 if (!_dbus_string_init (&keyring
196 _dbus_keyring_lock(DBusKeyring *keyring) argument
247 _dbus_keyring_unlock(DBusKeyring *keyring) argument
394 _dbus_keyring_reload(DBusKeyring *keyring, dbus_bool_t add_new, DBusError *error) argument
667 _dbus_keyring_ref(DBusKeyring *keyring) argument
681 _dbus_keyring_unref(DBusKeyring *keyring) argument
714 DBusKeyring *keyring; local
913 find_recent_key(DBusKeyring *keyring) argument
949 _dbus_keyring_get_best_key(DBusKeyring *keyring, DBusError *error) argument
988 _dbus_keyring_is_for_credentials(DBusKeyring *keyring, DBusCredentials *credentials) argument
1007 _dbus_keyring_get_hex_key(DBusKeyring *keyring, int key_id, DBusString *hex_key) argument
[all...]
H A Ddbus-auth.c29 #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 &&
572 !_dbus_keyring_is_for_credentials (auth->keyring,
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
H A Dupload-diffs.py67 import keyring namespace
69 keyring = None variable
625 Only use keyring on the initial call. If the keyring contains the wrong
630 global keyring
635 if keyring and not email in self.accounts_seen:
637 password = keyring.get_password(self.host, email)
641 print "Failed to get password from keyring"
642 keyring = None
644 print "Using password from system keyring
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... .core.internal.runtime.auth.AuthorizationDatabase keyring private static long keyringTimeStamp private static String keyringFile private static ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 261 milliseconds