Searched defs:key_serial_t (Results 1 - 4 of 4) sorted by relevance

/external/ltp/include/lapi/
H A Dkeyctl.h33 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/strace/
H A Dkeyctl.c34 typedef int32_t key_serial_t; typedef
45 print_keyring_serial_number(key_serial_t id)
91 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create)
98 keyctl_update_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr,
108 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2)
116 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr,
137 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1,
138 kernel_ulong_t addr2, key_serial_t id2)
150 keyctl_chown_key(struct tcb *tcp, key_serial_t i
[all...]
/external/e2fsprogs/misc/
H A De4crypt.c66 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/
H A Df2fscrypt.c111 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 1682 milliseconds