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

Commit c08c7365 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 0d512160 3f127ca4
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.