commit | bb0ab83af834385200e550d124ab963404693385 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Dec 01 13:48:57 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 01 13:48:57 2021 +0000 |
tree | 464808476fff59bac3ba57a4f02e4380652a3c6f | |
parent | 745a344a7c4476f74dcff65581e2c1c4ba04da6f [diff] | |
parent | d72b35175f68aa27e90570889b981b5071c1aac7 [diff] |
Merge "KeyMint: Test invalid AES key sizes"
diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp index 12ce859..6140df1 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp
@@ -1067,6 +1067,8 @@ } } else { switch (algorithm) { + case Algorithm::AES: + return {64, 96, 131, 512}; case Algorithm::TRIPLE_DES: return {56}; default: