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

Commit 257e32b6 authored by David Drysdale's avatar David Drysdale Committed by Automerger Merge Worker
Browse files

Merge "Allow for 32-bit VTS builds" am: 5196f93a

parents 92a2820f 5196f93a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ class AuthTest : public KeyMintAidlTestBase {
    std::shared_ptr<ISecureClock> clock_;
    string password_;
    uint32_t uid_;
    long sid_;
    int64_t sid_;
    std::vector<uint8_t> handle_;
};

+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ class KeyMintAidlTestBase : public ::testing::TestWithParam<string> {
    SecurityLevel securityLevel_;
    string name_;
    string author_;
    long challenge_;
    int64_t challenge_;

  private:
    void CheckEncryptOneByteAtATime(BlockMode block_mode, const int block_size,