diff options
| author | Denis Efremov <efremov@linux.com> | 2020-07-22 01:07:14 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-22 07:50:57 +0200 |
| commit | 128cd85fcc53fac52ce385b48d1db730104633f2 (patch) | |
| tree | 51381791b94b9f0c41800f16b33923b0978ae577 /sys/linux/fscrypt_s390x.const | |
| parent | 21f1765e15967196c4f3c9756ae4ec8a1fa7996d (diff) | |
sys/linux: cleanup orphaned const files for s390x
These *s390x.const files don't match existing
*.txt files.
Signed-off-by: Denis Efremov <efremov@linux.com>
Diffstat (limited to 'sys/linux/fscrypt_s390x.const')
| -rw-r--r-- | sys/linux/fscrypt_s390x.const | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys/linux/fscrypt_s390x.const b/sys/linux/fscrypt_s390x.const deleted file mode 100644 index d3d854769..000000000 --- a/sys/linux/fscrypt_s390x.const +++ /dev/null @@ -1,25 +0,0 @@ -# AUTOGENERATED FILE -FSCRYPT_KEY_DESCRIPTOR_SIZE = 8 -FSCRYPT_KEY_IDENTIFIER_SIZE = 16 -FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR = 1 -FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER = 2 -FSCRYPT_MODE_ADIANTUM = 9 -FSCRYPT_MODE_AES_128_CBC = 5 -FSCRYPT_MODE_AES_128_CTS = 6 -FSCRYPT_MODE_AES_256_CTS = 4 -FSCRYPT_MODE_AES_256_XTS = 1 -FSCRYPT_POLICY_FLAGS_PAD_16 = 2 -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_64 = 8 -FS_IOC_ADD_ENCRYPTION_KEY = 3226494487 -FS_IOC_GET_ENCRYPTION_KEY_STATUS = 3229640218 -FS_IOC_GET_ENCRYPTION_POLICY = 1074554389 -FS_IOC_GET_ENCRYPTION_POLICY_EX = 3221841430 -FS_IOC_GET_ENCRYPTION_PWSALT = 1074816532 -FS_IOC_REMOVE_ENCRYPTION_KEY = 3225445912 -FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS = 3225445913 -FS_IOC_SET_ENCRYPTION_POLICY = 2148296211 -__NR_ioctl = 54 |
