HomeSort by relevance Sort by last modified time
    Searched defs:keyctl (Results 1 - 3 of 3) sorted by null

  /system/core/libkeyutils/
keyutils.cpp 36 static long keyctl(int cmd, ...) { function
53 return keyctl(KEYCTL_GET_KEYRING_ID, id, create);
57 return keyctl(KEYCTL_REVOKE, id);
62 return keyctl(KEYCTL_SEARCH, ring_id, type, description, dest_ring_id);
66 return keyctl(KEYCTL_SETPERM, id, permissions);
70 return keyctl(KEYCTL_UNLINK, key, keyring);
  /external/e2fsprogs/misc/
e4crypt.c 80 static long keyctl(int cmd, ...) function
520 * The fact that the keyctl system call and the add_key system
526 return keyctl(KEYCTL_GET_KEYRING_ID,
535 if (keyctl(KEYCTL_DESCRIBE, x, NULL, 0) < 0)
572 rc = keyctl(KEYCTL_SEARCH, keyring_id, EXT2FS_KEY_TYPE_LOGON,
805 keyid = keyctl(KEYCTL_JOIN_SESSION_KEYRING, NULL);
810 ret = keyctl(KEYCTL_SESSION_TO_PARENT, NULL);
  /external/f2fs-tools/tools/
f2fscrypt.c 125 static long keyctl(int cmd, ...) function
560 * The fact that the keyctl system call and the add_key system
566 return keyctl(KEYCTL_GET_KEYRING_ID,
575 if (keyctl(KEYCTL_DESCRIBE, x, NULL, 0) < 0)
612 rc = keyctl(KEYCTL_SEARCH, keyring_id, F2FS_KEY_TYPE_LOGON,
844 keyid = keyctl(KEYCTL_JOIN_SESSION_KEYRING, NULL);
849 ret = keyctl(KEYCTL_SESSION_TO_PARENT, NULL);

Completed in 84 milliseconds