Merge "cryptfs: Remove Speck support"

This commit is contained in:
Treehugger Robot 2018-08-07 21:11:50 +00:00 committed by Gerrit Code Review
commit cf0cb0bc1f

View file

@ -322,10 +322,6 @@ constexpr CryptoType default_crypto_type = CryptoType()
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.
};