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

Commit 43d64bbe authored by Baranidharan Muthukumaran's avatar Baranidharan Muthukumaran Committed by android-build-merger
Browse files

Merge "Fix KM VTS tests for Strongbox implementations" into pie-vts-dev

am: c08c7365

Change-Id: Ic8b48ca2afb2d942182043281836927698966874
parents 0ac0b6b2 c08c7365
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.