Home
last modified time | relevance | path

Searched refs:fscrypt_remove_key_arg (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dfscrypt.h135 struct fscrypt_remove_key_arg { struct
165 #define FS_IOC_REMOVE_ENCRYPTION_KEY _IOWR('f', 24, struct fscrypt_remove_key_arg)
166 #define FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS _IOWR('f', 25, struct fscrypt_remove_key_arg)
/linux-6.3-rc2/tools/include/uapi/linux/
A Dfscrypt.h135 struct fscrypt_remove_key_arg { struct
165 #define FS_IOC_REMOVE_ENCRYPTION_KEY _IOWR('f', 24, struct fscrypt_remove_key_arg)
166 #define FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS _IOWR('f', 25, struct fscrypt_remove_key_arg)
/linux-6.3-rc2/fs/crypto/
A Dkeyring.c999 struct fscrypt_remove_key_arg __user *uarg = _uarg; in do_remove_key()
1000 struct fscrypt_remove_key_arg arg; in do_remove_key()
/linux-6.3-rc2/Documentation/filesystems/
A Dfscrypt.rst880 It takes in a pointer to struct fscrypt_remove_key_arg, defined
883 struct fscrypt_remove_key_arg {

Completed in 10 milliseconds