HomeSort by relevance Sort by last modified time
    Searched refs:StartSession (Results 1 - 25 of 31) sorted by null

1 2

  /system/tpm/trunks/
mock_session_manager.h 35 MOCK_METHOD5(StartSession, TPM_RC(TPM_SE,
session_manager.h 40 // session_manager->StartSession(...);
61 virtual TPM_RC StartSession(TPM_SE session_type,
session_manager_impl.h 42 TPM_RC StartSession(TPM_SE session_type,
hmac_session_impl.cc 48 return session_manager_->StartSession(TPM_SE_HMAC, bind_entity,
hmac_session_test.cc 72 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_HMAC, bind_entity,
81 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_HMAC, bind_entity,
resource_manager_test.cc 195 void StartSession(TPM_HANDLE handle) {
483 StartSession(kArbitrarySessionHandle);
502 StartSession(kArbitrarySessionHandle);
526 StartSession(kArbitrarySessionHandle);
548 StartSession(kArbitrarySessionHandle);
603 StartSession(kArbitrarySessionHandle);
604 StartSession(kArbitrarySessionHandle + 1);
655 StartSession(kArbitrarySessionHandle);
656 StartSession(kArbitrarySessionHandle + 1);
657 StartSession(kArbitrarySessionHandle + 2)
    [all...]
session_manager_test.cc 120 EXPECT_EQ(TPM_RC_SUCCESS, session_manager_.StartSession(session_type,
132 session_manager_.StartSession(TPM_SE_TRIAL, TPM_RH_NULL, "", false,
146 EXPECT_EQ(TPM_RC_FAILURE, session_manager_.StartSession(TPM_SE_TRIAL,
166 EXPECT_EQ(TPM_RC_FAILURE, session_manager_.StartSession(session_type,
mock_tpm_utility.h 107 MOCK_METHOD1(StartSession, TPM_RC(HmacSession*));
policy_session_impl.cc 66 return session_manager_->StartSession(session_type_, bind_entity,
tpm_utility.h 243 virtual TPM_RC StartSession(HmacSession* session) = 0;
trunks_factory_for_test.cc 298 TPM_RC StartSession(HmacSession* session) override {
299 return target_->StartSession(session);
402 TPM_RC StartSession(TPM_SE session_type, TPMI_DH_ENTITY bind_entity,
406 return target_->StartSession(session_type, bind_entity,
policy_session_test.cc 78 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_POLICY, handle,
97 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_POLICY, TPM_RH_NULL,
trunks_client_test.cc 73 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
102 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
143 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
171 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
201 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
243 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
300 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
366 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
    [all...]
session_manager_impl.cc 72 TPM_RC SessionManagerImpl::StartSession(
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 33 if not sm.StartSession(users[0], ''):
38 if not sm.StartSession(users[1], ''):
  /external/autotest/client/site_tests/login_SameSessionTwice/
login_SameSessionTwice.py 32 if not sm.StartSession(user, ''):
36 if sm.StartSession(user, ''):
  /external/autotest/client/site_tests/login_GuestAndActualSession/
login_GuestAndActualSession.py 45 if not self._session_manager.StartSession(constants.GUEST_USER, ''):
49 if not self._session_manager.StartSession(owner, ''):
  /external/autotest/client/site_tests/login_MultiUserPolicy/
login_MultiUserPolicy.py 47 if not sm.StartSession(self._user1, ''):
82 if not sm.StartSession(self._user2, ''):
  /external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
login_CryptohomeOwnerQuery.py 42 if not self._session_manager.StartSession(owner, ''):
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 87 if not sm.StartSession(ownership.TESTUSER, ''):
136 if not sm.StartSession(ownership.TESTUSER, ''):
  /external/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py 68 if not self._sm.StartSession(ownership.TESTUSER, ''):
  /external/autotest/client/site_tests/login_MultipleSessions/
login_MultipleSessions.py 15 """Ensure that the session_manager can handle multiple calls to StartSession
71 """Call StartSession() for user, ensure he has clean on-device state
81 if not self._session_manager.StartSession(user, ''):
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 58 if not self._sm.StartSession(self.username, ''):
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 57 if not sm.StartSession(ownership.TESTUSER, ''):
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 53 TPM_RC result = trunks_utility_->StartSession(trunks_session_.get());

Completed in 182 milliseconds

1 2