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

Commit 3f200e07 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

Change-Id: I52cd833dfa2c8cc4fb130544f5cb5d35217a0fc4
parents 361f2f9a d6b4242d
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.