aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fscrypt_386.const
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-06-09 15:42:39 -0700
committerEric Biggers <ebiggers3@gmail.com>2020-06-10 10:13:43 -0700
commit80e99b01d739cb73dfb817708671b8cf40d4f2b4 (patch)
tree541283755db109141d7df01d1aefc8bbb6baafc3 /sys/linux/fscrypt_386.const
parenta6f7998d6bf3db6e1c60612c4711ab0791d86404 (diff)
sys/linux: update fscrypt descriptions
- Add fscrypt_add_key_arg::key_id and "fscrypt-provisioning" key type (Linux 5.6, https://git.kernel.org/linus/93edd392cad7) - Add FS_IOC_GET_ENCRYPTION_NONCE (Linux 5.7, https://git.kernel.org/linus/e98ad464750c) - Add FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 (Linux 5.8, https://git.kernel.org/linus/e3b1078bedd3)
Diffstat (limited to 'sys/linux/fscrypt_386.const')
-rw-r--r--sys/linux/fscrypt_386.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/fscrypt_386.const b/sys/linux/fscrypt_386.const
index d3d854769..533525ee0 100644
--- a/sys/linux/fscrypt_386.const
+++ b/sys/linux/fscrypt_386.const
@@ -13,9 +13,11 @@ FSCRYPT_POLICY_FLAGS_PAD_32 = 3
FSCRYPT_POLICY_FLAGS_PAD_4 = 0
FSCRYPT_POLICY_FLAGS_PAD_8 = 1
FSCRYPT_POLICY_FLAG_DIRECT_KEY = 4
+FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 = 16
FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 = 8
FS_IOC_ADD_ENCRYPTION_KEY = 3226494487
FS_IOC_GET_ENCRYPTION_KEY_STATUS = 3229640218
+FS_IOC_GET_ENCRYPTION_NONCE = 2148558363
FS_IOC_GET_ENCRYPTION_POLICY = 1074554389
FS_IOC_GET_ENCRYPTION_POLICY_EX = 3221841430
FS_IOC_GET_ENCRYPTION_PWSALT = 1074816532