Home
last modified time | relevance | path

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

/aosp12/system/core/libkeyutils/
H A Dkeyutils.cpp68 return syscall(__NR_keyctl, KEYCTL_GET_SECURITY, id, buffer, buflen); in keyctl_get_security()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dkeyctl.h56 #define KEYCTL_GET_SECURITY 17 macro