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

  /external/ltp/testcases/kernel/syscalls/add_key/
add_key03.c 37 static key_serial_t create_keyring(const char *description)
48 static key_serial_t get_keyring_id(key_serial_t special_id)
62 key_serial_t fake_user_keyring;
63 key_serial_t fake_user_session_keyring;
  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl06.c 46 key_serial_t key_ids[2];
53 (char *)key_ids, sizeof(key_serial_t)));
keyctl03.c 39 key_serial_t key;
keyctl04.c 36 key_serial_t tid_keyring;
keyctl02.c 54 key_serial_t key = (unsigned long)arg;
64 key_serial_t key = (unsigned long)arg;
74 key_serial_t key, key_inv;
keyctl01.c 35 key_serial_t key;
keyctl05.c 96 key_serial_t keyid;
158 key_serial_t keyid;
keyctl07.c 32 key_serial_t key_id;
  /external/strace/
keyctl.c 34 typedef int32_t key_serial_t; typedef
45 print_keyring_serial_number(key_serial_t id)
86 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create)
93 keyctl_update_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr,
103 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2)
111 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr,
132 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1,
133 kernel_ulong_t addr2, key_serial_t id2)
145 keyctl_chown_key(struct tcb *tcp, key_serial_t id, unsigned user
    [all...]
  /external/ltp/include/lapi/
keyctl.h 33 typedef int32_t key_serial_t; typedef
35 static inline key_serial_t add_key(const char *type,
39 key_serial_t ringid)
45 static inline key_serial_t request_key(const char *type,
48 key_serial_t destringid)
69 static inline key_serial_t keyctl_join_session_keyring(const char *name) {
  /external/ltp/testcases/cve/
cve-2016-7042.c 38 static key_serial_t key;
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key04.c 36 key_serial_t keyid;
  /external/e2fsprogs/misc/
e4crypt.c 66 typedef __s32 key_serial_t; typedef
96 static key_serial_t add_key(const char *type, const char *description,
98 key_serial_t keyring)
  /external/f2fs-tools/tools/
f2fscrypt.c 111 typedef int32_t key_serial_t; typedef
146 static key_serial_t add_key(const char *type, const char *description,
148 key_serial_t keyring)

Completed in 277 milliseconds