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

  /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...]
  /external/chromium_org/third_party/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
55 keyring=keyring):
60 self._keyring = keyring
134 if not User().confirm("Store password in system keyring?", User.DEFAULT_NO):
credentials_unittest.py 178 credentials = FakeCredentials("fake.hostname", cwd=temp_dir_path, keyring=MockKeyring())
205 credentials = FakeCredentials("fake.hostname", cwd=temp_dir_path, keyring=MockKeyring())
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 8 #include <gnome-keyring.h>
36 // Keyring. Make sure to adjust the unit test if you change these.
65 // NativeBackend implementation using GNOME Keyring.
93 // Reads PasswordForms from the keyring with the given autofillability state.
native_backend_gnome_x_unittest.cc 26 // Keyring API that we actually use. It gets substituted for the real one by
28 // the GNOME Keyring library at runtime to avoid a static dependency on it.
32 MockKeyringItem(const char* keyring,
35 : keyring(keyring ? keyring : "login"),
61 // The real GNOME Keyring doesn't match empty queries.
71 std::string keyring; member in struct:__anon7815::MockKeyringItem
78 // The list of all keyring items we have stored.
97 const gchar* keyring,
    [all...]
native_backend_gnome_x.cc 8 #include <gnome-keyring.h>
49 void* handle = dlopen("libgnome-keyring.so.0", RTLD_NOW | RTLD_GLOBAL);
51 // We wanted to use GNOME Keyring, but we couldn't load it. Warn, because
54 LOG(WARNING) << "Could not load libgnome-keyring.so.0: " << dlerror();
94 // Convert the attributes of a given keyring entry into a new PasswordForm.
184 // PasswordStoreX -- but GNOME Keyring really wants to be on the GLib main
192 // This class represents a call to a GNOME Keyring method. A RunnableMethod
241 NULL, // Default keyring.
266 // Search GNOME Keyring for matching passwords to update.
292 // Search GNOME Keyring for matching passwords to update
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 9 #include <gnome-keyring.h>
30 // against libgnome-keyring), or call them via appropriately-typed function
31 // pointers (if we are dynamically loading libgnome-keyring).
42 // Keyring.
100 void* handle = dlopen("libgnome-keyring.so.0", RTLD_NOW | RTLD_GLOBAL);
102 // We wanted to use GNOME Keyring, but we couldn't load it. Warn, because
105 LOG(WARNING) << "Could not load libgnome-keyring.so.0: " << dlerror();
124 // Older versions of GNOME Keyring have bugs that prevent them from working
143 // Convert the attributes of a given keyring entry into a new PasswordForm.
232 // PasswordStoreX -- but GNOME Keyring really wants to be on the GLib mai
    [all...]
  /external/chromium/build/
install-chroot.sh 253 for i in debian-keyring ubuntu-keyring locales sudo; do
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /external/chromium_org/build/
install-chroot.sh 608 for i in debian-keyring ubuntu-keyring locales sudo; do
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/bison/
maint.mk     [all...]

Completed in 2850 milliseconds