HomeSort by relevance Sort by last modified time
    Searched full:keyring (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
keyctl.h 15 /* special process keyring shortcut IDs */
16 #define KEY_SPEC_THREAD_KEYRING -1 /* - key ID for thread-specific keyring */
17 #define KEY_SPEC_PROCESS_KEYRING -2 /* - key ID for process-specific keyring */
18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */
19 #define KEY_SPEC_USER_KEYRING -4 /* - key ID for UID-specific keyring */
20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */
21 #define KEY_SPEC_GROUP_KEYRING -6 /* - key ID for GID-specific keyring */
35 #define KEYCTL_GET_KEYRING_ID 0 /* ask for a keyring's ID */
36 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */
42 #define KEYCTL_CLEAR 7 /* clear contents of a keyring */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
keyctl.h 15 /* special process keyring shortcut IDs */
16 #define KEY_SPEC_THREAD_KEYRING -1 /* - key ID for thread-specific keyring */
17 #define KEY_SPEC_PROCESS_KEYRING -2 /* - key ID for process-specific keyring */
18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */
19 #define KEY_SPEC_USER_KEYRING -4 /* - key ID for UID-specific keyring */
20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */
21 #define KEY_SPEC_GROUP_KEYRING -6 /* - key ID for GID-specific keyring */
35 #define KEYCTL_GET_KEYRING_ID 0 /* ask for a keyring's ID */
36 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */
42 #define KEYCTL_CLEAR 7 /* clear contents of a keyring */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
keyctl.h 15 /* special process keyring shortcut IDs */
16 #define KEY_SPEC_THREAD_KEYRING -1 /* - key ID for thread-specific keyring */
17 #define KEY_SPEC_PROCESS_KEYRING -2 /* - key ID for process-specific keyring */
18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */
19 #define KEY_SPEC_USER_KEYRING -4 /* - key ID for UID-specific keyring */
20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */
21 #define KEY_SPEC_GROUP_KEYRING -6 /* - key ID for GID-specific keyring */
35 #define KEYCTL_GET_KEYRING_ID 0 /* ask for a keyring's ID */
36 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */
42 #define KEYCTL_CLEAR 7 /* clear contents of a keyring */
    [all...]
  /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...]
sched.h 460 struct key *session_keyring; /* keyring inherited over fork */
461 struct key *process_keyring; /* keyring private to this process */
527 struct key *uid_keyring; /* UID specific keyring */
528 struct key *session_keyring; /* UID's default session keyring */
865 struct key *thread_keyring; /* keyring private to this thread */
866 unsigned char jit_keyring; /* default keyring to attach requested keys to */
    [all...]
  /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):
credentials_unittest.py 169 credentials = FakeCredentials("fake.hostname", cwd=temp_dir_path, keyring=MockKeyring())
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 17 // NativeBackend implementation using GNOME Keyring.
44 // Reads PasswordForms from the keyring with the given autofillability state.
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...]
password_store_x.h 25 // There are currently native backends for GNOME Keyring and KWallet.
password_store_x.cc 223 dummy.origin = GURL("http://www.example.com/force-keyring-unlock");
  /external/dropbear/libtomcrypt/src/misc/
error_to_string.c 49 "Duplicate PK key found on keyring.",
50 "Key not found in keyring.",
  /external/webkit/Tools/EWSTools/
ubuntu-ews-packages 47 libgnome-keyring-dev
  /external/chromium/build/linux/
system.gyp 285 '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/dropbear/libtomcrypt/src/headers/
tomcrypt.h 60 CRYPT_PK_NOT_FOUND, /* Key not found in keyring */
  /external/chromium/build/
install-chroot.sh 253 for i in debian-keyring ubuntu-keyring locales sudo; do
common.gypi 140 # on gnome-keyring. If that dependency is disabled, no gnome-keyring
335 # Set to 1 to link against libgnome-keyring instead of using dlopen().
    [all...]
install-build-deps.sh 156 libgl1-mesa-dev libglu1-mesa-dev libglib2.0-dev libgnome-keyring-dev
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]
  /external/webkit/Source/WebKit/gtk/
NEWS 580 - GNOME Keyring support was removed in favor of the new Password
600 - Fix WebKitSoupAuthDialog to only save passwords in gnome-keyring
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h     [all...]
  /external/dropbear/libtomcrypt/
changes     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1193 milliseconds

1 2