Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dkey_control.cpp8 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/
Dkeyutils.h29 static inline long keyctl(int cmd, ...) { in keyctl() function
Dinit.cpp1035 keyctl(KEYCTL_GET_KEYRING_ID, KEY_SPEC_SESSION_KEYRING, 1); in main()