diff options
| author | Eric Biggers <ebiggers@google.com> | 2020-06-09 15:42:39 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-06-10 10:13:43 -0700 |
| commit | 80e99b01d739cb73dfb817708671b8cf40d4f2b4 (patch) | |
| tree | 541283755db109141d7df01d1aefc8bbb6baafc3 /sys/linux/fscrypt_mips64le.const | |
| parent | a6f7998d6bf3db6e1c60612c4711ab0791d86404 (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_mips64le.const')
| -rw-r--r-- | sys/linux/fscrypt_mips64le.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/fscrypt_mips64le.const b/sys/linux/fscrypt_mips64le.const index 53f3819d2..05f173c34 100644 --- a/sys/linux/fscrypt_mips64le.const +++ b/sys/linux/fscrypt_mips64le.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 = 1074816539 FS_IOC_GET_ENCRYPTION_POLICY = 2148296213 FS_IOC_GET_ENCRYPTION_POLICY_EX = 3221841430 FS_IOC_GET_ENCRYPTION_PWSALT = 2148558356 |
