mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Allow for 32-bit VTS builds"
This commit is contained in:
@@ -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_;
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user