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

  /system/extras/ext4_utils/
key_control.h 8 typedef int32_t key_serial_t; typedef
18 key_serial_t add_key(const char *type,
22 key_serial_t ringid);
24 long keyctl_revoke(key_serial_t id);
26 long keyctl_setperm(key_serial_t id, int permissions);
28 long keyctl_search(key_serial_t ringid, const char *type,
29 const char *description, key_serial_t destringid);
key_control.cpp 22 key_serial_t add_key(const char *type,
26 key_serial_t ringid)
31 long keyctl_revoke(key_serial_t id)
36 long keyctl_setperm(key_serial_t id, int permissions)
41 long keyctl_search(key_serial_t ringid, const char *type,
42 const char *description, key_serial_t destringid)
ext4_crypt_init_extensions.cpp 84 key_serial_t device_keyring = add_key("keyring", "e4crypt", 0, 0,
  /external/strace/
keyctl.c 30 typedef int32_t key_serial_t; typedef
35 print_keyring_serial_number(key_serial_t id)
81 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create)
88 keyctl_update_key(struct tcb *tcp, key_serial_t id, long addr, long len)
97 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2)
105 keyctl_read_key(struct tcb *tcp, key_serial_t id, long addr, long len)
123 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1,
124 long addr2, key_serial_t id2)
136 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group
    [all...]
  /system/vold/
Ext4Crypt.cpp 147 static bool e4crypt_keyring(key_serial_t* device_keyring) {
163 key_serial_t device_keyring;
165 key_serial_t key_id =

Completed in 782 milliseconds