summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-08 03:08:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-08 03:08:33 +0000
commit1797c6976fdc4e475a5fcba18ede7fde395ea21b (patch)
tree1c76bbb0922d53896dd561604936000f6fa57a1d
parent0673f0ba26a7754494b013c95cdb8b342da23a87 (diff)
parent270e90f033dd412206697e3a27aee76c24038c33 (diff)
downloadcore-pie-qpr1-s1-release.tar.gz
Snap for 4939496 from 270e90f033dd412206697e3a27aee76c24038c33 to pi-qpr1-releaseandroid-9.0.0_r20android-9.0.0_r19android-9.0.0_r16pie-qpr1-s2-releasepie-qpr1-s1-release
Change-Id: I58c840b601d31afc4b161d62a28052f71460e906
-rw-r--r--fs_mgr/fs_mgr_fstab.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs_mgr/fs_mgr_fstab.cpp b/fs_mgr/fs_mgr_fstab.cpp
index 68cc530dd..c9fb7aa57 100644
--- a/fs_mgr/fs_mgr_fstab.cpp
+++ b/fs_mgr/fs_mgr_fstab.cpp
@@ -114,21 +114,17 @@ static struct flag_list fs_mgr_flags[] = {
#define EM_ICE 2
#define EM_AES_256_CTS 3
#define EM_AES_256_HEH 4
-#define EM_SPECK_128_256_XTS 5
-#define EM_SPECK_128_256_CTS 6
static const struct flag_list file_contents_encryption_modes[] = {
{"aes-256-xts", EM_AES_256_XTS},
- {"speck128/256-xts", EM_SPECK_128_256_XTS},
{"software", EM_AES_256_XTS}, /* alias for backwards compatibility */
- {"ice", EM_ICE}, /* hardware-specific inline cryptographic engine */
+ {"ice", EM_ICE}, /* hardware-specific inline cryptographic engine */
{0, 0},
};
static const struct flag_list file_names_encryption_modes[] = {
{"aes-256-cts", EM_AES_256_CTS},
{"aes-256-heh", EM_AES_256_HEH},
- {"speck128/256-cts", EM_SPECK_128_256_CTS},
{0, 0},
};