mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "KeyMint: Test invalid AES key sizes"
This commit is contained in:
@@ -1067,6 +1067,8 @@ vector<uint32_t> KeyMintAidlTestBase::InvalidKeySizes(Algorithm algorithm) {
|
||||
}
|
||||
} else {
|
||||
switch (algorithm) {
|
||||
case Algorithm::AES:
|
||||
return {64, 96, 131, 512};
|
||||
case Algorithm::TRIPLE_DES:
|
||||
return {56};
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user