Searched refs:bad_index (Results 1 – 1 of 1) sorted by relevance
/system/tpm/trunks/ |
D | tpm_utility_test.cc | 1755 uint32_t bad_index = 1<<29; in TEST_F() local 1757 utility_.DefineNVSpace(bad_index, 2, &mock_authorization_delegate_)); in TEST_F() 1783 uint32_t bad_index = 1<<29; in TEST_F() local 1785 utility_.DestroyNVSpace(bad_index, &mock_authorization_delegate_)); in TEST_F() 1815 uint32_t bad_index = 1<<24; in TEST_F() local 1817 utility_.LockNVSpace(bad_index, &mock_authorization_delegate_)); in TEST_F() 1855 uint32_t bad_index = 1<<24; in TEST_F() local 1857 bad_index, 0, "", &mock_authorization_delegate_)); in TEST_F() 1897 uint32_t bad_index = 1<<24; in TEST_F() local 1900 bad_index, 0, 5, &nvram_data, &mock_authorization_delegate_)); in TEST_F()
|