Merge "KeyMint: Test invalid AES key sizes" am: bb0ab83af8 am: 7770509519

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1893476

Change-Id: I961b8dcb28198b8d433b9b274b6a38019fbd7047
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: