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

/system/extras/ext4_utils/
H A Dkey_control.h8 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);

Completed in 49 milliseconds