Home
last modified time | relevance | path

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

/system/tpm/tpm_manager/server/
Dtpm2_status_test.cc121 int lockout_threshold = 16; in TEST_F() local
127 .WillRepeatedly(Return(lockout_threshold)); in TEST_F()
141 EXPECT_EQ(threshold, lockout_threshold); in TEST_F()
/system/tpm/trunks/
Dtpm_state_test.cc206 uint32_t lockout_threshold = 8; in TEST_F() local
213 lockout_threshold; in TEST_F()
235 EXPECT_EQ(lockout_threshold, tpm_state.GetLockoutThreshold()); in TEST_F()