Home
last modified time | relevance | path

Searched refs:keyctl (Results 1 – 1 of 1) sorted by relevance

/system/extras/ext4_utils/
Dkey_control.cpp12 static long keyctl(int cmd, ...) in keyctl() function
37 return keyctl(KEYCTL_REVOKE, id); in keyctl_revoke()
42 return keyctl(KEYCTL_SETPERM, id, permissions); in keyctl_setperm()
48 return keyctl(KEYCTL_SEARCH, ringid, type, description, destringid); in keyctl_search()