Searched refs:StartBoundSession (Results 1 - 11 of 11) sorted by relevance

/system/tpm/trunks/
H A Dhmac_session_impl.cc44 TPM_RC HmacSessionImpl::StartBoundSession( function in class:trunks::HmacSessionImpl
56 // We can therefore simply call StartBoundSession with TPM_RH_NULL as the
58 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
H A Dhmac_session.h45 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
H A Dmock_hmac_session.h34 MOCK_METHOD3(StartBoundSession,
H A Dhmac_session_impl.h41 // 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,
H A Dmock_policy_session.h35 MOCK_METHOD3(StartBoundSession,
H A Dpolicy_session.h46 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
H A Dhmac_session_test.cc75 EXPECT_EQ(TPM_RC_SUCCESS, session.StartBoundSession(bind_entity, "", true));
84 EXPECT_EQ(TPM_RC_FAILURE, session.StartBoundSession(bind_entity, "", true));
H A Dpolicy_session_impl.h37 // 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,
H A Dpolicy_session_impl.cc55 TPM_RC PolicySessionImpl::StartBoundSession( function in class:trunks::PolicySessionImpl
72 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
H A Dpolicy_session_test.cc72 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));
H A Dtrunks_factory_for_test.cc425 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 22 milliseconds