Merge "cryptfs: Remove Speck support"
am: cf0cb0bc1f
Change-Id: I4e44dd132d94b7583ab2df50469ac80bf9ae7a9b
This commit is contained in:
commit
421e1059b7
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue