Home
last modified time | relevance | path

Searched refs:fake_tpm_properties_ (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtpm_state_test.cc44 fake_tpm_properties_[TPM_PT_PERMANENT] = 0x207; in SetUp()
47 fake_tpm_properties_[TPM_PT_STARTUP_CLEAR] = 0x80000006; in SetUp()
48 fake_tpm_properties_[TPM_PT_LOCKOUT_COUNTER] = 2; in SetUp()
49 fake_tpm_properties_[TPM_PT_MAX_AUTH_FAIL] = 5; in SetUp()
50 fake_tpm_properties_[TPM_PT_LOCKOUT_INTERVAL] = 100; in SetUp()
51 fake_tpm_properties_[TPM_PT_LOCKOUT_RECOVERY] = 200; in SetUp()
52 fake_tpm_properties_[TPM_PT_NV_INDEX_MAX] = 2048; in SetUp()
53 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX] = 2048; in SetUp()
79 if (fake_tpm_properties_.count(i) > 0) { in FakeGetCapability()
89 fake_tpm_properties_[i]; in FakeGetCapability()
[all …]