HomeSort by relevance Sort by last modified time
    Searched refs:FlushContextSync (Results 1 - 8 of 8) sorted by null

  /system/tpm/trunks/
scoped_key_handle_test.cc 54 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, _))
76 EXPECT_CALL(mock_tpm_, FlushContextSync(old_handle, _))
80 EXPECT_CALL(mock_tpm_, FlushContextSync(new_handle, _))
88 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, _))
scoped_key_handle.cc 74 result = factory_.GetTpm()->FlushContextSync(handle, nullptr);
session_manager_test.cc 84 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, nullptr))
92 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, nullptr))
session_manager_impl.cc 65 TPM_RC result = factory_.GetTpm()->FlushContextSync(session_handle_, nullptr);
resource_manager.cc 94 factory_.GetTpm()->FlushContextSync(handle_list.handle[i], nullptr);
311 result = factory_.GetTpm()->FlushContextSync(info.tpm_handle, nullptr);
438 TPM_RC result = factory_.GetTpm()->FlushContextSync(session_to_flush,
resource_manager_test.cc 189 EXPECT_CALL(tpm_, FlushContextSync(_, _))
593 EXPECT_CALL(tpm_, FlushContextSync(tpm_handle2, _))
    [all...]
mock_tpm.h     [all...]
tpm_generated.h     [all...]

Completed in 333 milliseconds