Searched refs:KEYCTL_READ (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | keyctl.h | 51 #define KEYCTL_READ 11 /* read a key or keyring's contents */ macro
|
/openbmc/qemu/crypto/ |
H A D | secret_keyring.c | 33 return syscall(__NR_keyctl, KEYCTL_READ, key, buffer, buflen, 0); in keyctl_read()
|
/openbmc/linux/security/keys/ |
H A D | compat.c | 49 case KEYCTL_READ: in COMPAT_SYSCALL_DEFINE5()
|
H A D | keyctl.c | 1915 case KEYCTL_READ: in SYSCALL_DEFINE5()
|
/openbmc/linux/Documentation/security/keys/ |
H A D | core.rst | 643 long keyctl(KEYCTL_READ, key_serial_t keyring, char *buffer, 1617 This method is optional. It is called by KEYCTL_READ to translate the
|
/openbmc/qemu/ |
H A D | meson.build | 3012 return syscall(__NR_keyctl, KEYCTL_READ, 0, NULL, NULL, 0);
|