Searched refs:keyctl (Results 1 – 3 of 3) sorted by relevance
/system/extras/ext4_utils/ |
D | key_control.cpp | 8 static long keyctl(int cmd, ...) in keyctl() function 33 return keyctl(KEYCTL_UNLINK, key, keyring); in keyctl_unlink() 38 return keyctl(KEYCTL_SETPERM, id, permissions); in keyctl_setperm() 44 return keyctl(KEYCTL_SEARCH, ringid, type, description, destringid); in keyctl_search()
|
/system/core/init/ |
D | keyutils.h | 29 static inline long keyctl(int cmd, ...) { in keyctl() function
|
D | init.cpp | 1035 keyctl(KEYCTL_GET_KEYRING_ID, KEY_SPEC_SESSION_KEYRING, 1); in main()
|