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

  /system/tpm/trunks/
hmac_session_impl.cc 44 TPM_RC HmacSessionImpl::StartBoundSession(
56 // We can therefore simply call StartBoundSession with TPM_RH_NULL as the
58 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
hmac_session.h 45 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
mock_hmac_session.h 34 MOCK_METHOD3(StartBoundSession,
hmac_session_impl.h 41 // session.StartBoundSession(bind_entity, bind_authorization, true);
44 // NOTE: StartBoundSession/StartUnboundSession should not be called before
57 TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
mock_policy_session.h 35 MOCK_METHOD3(StartBoundSession,
policy_session.h 46 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
hmac_session_test.cc 75 EXPECT_EQ(TPM_RC_SUCCESS, session.StartBoundSession(bind_entity, "", true));
84 EXPECT_EQ(TPM_RC_FAILURE, session.StartBoundSession(bind_entity, "", true));
policy_session_impl.h 37 // session.StartBoundSession(bind_entity, bind_authorization, true);
40 // NOTE: StartBoundSession/StartUnboundSession should not be called before
48 // StartBoundSession will return SAPI_RC_INVALID_SESSIONS.
54 TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
policy_session_impl.cc 55 TPM_RC PolicySessionImpl::StartBoundSession(
72 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
policy_session_test.cc 72 session.StartBoundSession(TPM_RH_FIRST, "auth", true));
81 EXPECT_EQ(TPM_RC_FAILURE, session.StartBoundSession(handle, "auth", true));
87 session.StartBoundSession(TPM_RH_FIRST, "auth", true));
trunks_factory_for_test.cc 425 TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
428 return target_->StartBoundSession(bind_entity, bind_authorization_value,
458 TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
461 return target_->StartBoundSession(bind_entity, bind_authorization_value,

Completed in 234 milliseconds