Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5235dbe6 authored by Baranidharan Muthukumaran's avatar Baranidharan Muthukumaran Committed by android-build-merger
Browse files

Merge "Fix KM VTS tests for Strongbox implementations" am: d6b4242d

am: 3f200e07

Change-Id: I0d902c501906b285fdb9f07340e1c3ff346e7327
parents fb5d7132 3f200e07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -651,6 +651,8 @@ std::vector<uint32_t> KeymasterHidlTest::InvalidKeySizes(Algorithm algorithm) {
            return {3072, 4096};
        case Algorithm::EC:
            return {224, 384, 521};
        case Algorithm::AES:
            return {192};
        default:
            return {};
    }
+49 −45

File changed.

Preview size limit exceeded, changes collapsed.