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

Commit 8795bddd 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

am: 5235dbe6

Change-Id: Ibbc9a21a724fd3576aeae898761b4cd07b2a5128
parents 1eda2be7 5235dbe6
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.