commit | 92f5db4a06dc4a0ee287e21dc7501a834343a278 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Aug 07 22:03:11 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 07 22:03:11 2018 +0000 |
tree | 1f0125d536e85f89b0fcebba39b2ead83afb6043 | |
parent | cf0cb0bc1fe6db1adf39ad3878809bfa6385ba09 [diff] | |
parent | ca08c0a724856e9c95a679991167afd297eda915 [diff] |
Merge "Switch pattern/PIN constants to match values in cryptfs.h"
diff --git a/cryptfs.cpp b/cryptfs.cpp index 16c589e..c4274ed 100644 --- a/cryptfs.cpp +++ b/cryptfs.cpp
@@ -322,10 +322,6 @@ constexpr CryptoType supported_crypto_types[] = { default_crypto_type, - CryptoType() - .set_property_name("Speck128/128-XTS") - .set_crypto_name("speck128-xts-plain64") - .set_keysize(32), // Add new CryptoTypes here. Order is not important. };