Home
last modified time | relevance | path

Searched refs:KEYCTL_READ (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dkeyctl.h51 #define KEYCTL_READ 11 /* read a key or keyring's contents */ macro
/openbmc/qemu/crypto/
H A Dsecret_keyring.c33 return syscall(__NR_keyctl, KEYCTL_READ, key, buffer, buflen, 0); in keyctl_read()
/openbmc/linux/security/keys/
H A Dcompat.c49 case KEYCTL_READ: in COMPAT_SYSCALL_DEFINE5()
H A Dkeyctl.c1915 case KEYCTL_READ: in SYSCALL_DEFINE5()
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst643 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 Dmeson.build3012 return syscall(__NR_keyctl, KEYCTL_READ, 0, NULL, NULL, 0);