cryptfs: Remove Speck support
am: 17059fe53b
Change-Id: I86d4cc91776ba8c2653d14d609403ab98e98ba64
This commit is contained in:
commit
713e0bf64f
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