Searched refs:StartBoundSession (Results 1 - 11 of 11) sorted by relevance
/system/tpm/trunks/ |
H A D | hmac_session_impl.cc | 44 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 D | hmac_session.h | 45 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
|
H A D | mock_hmac_session.h | 34 MOCK_METHOD3(StartBoundSession,
|
H A D | 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,
|
H A D | mock_policy_session.h | 35 MOCK_METHOD3(StartBoundSession,
|
H A D | policy_session.h | 46 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
|
H A D | 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));
|
H A D | 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,
|
H A D | policy_session_impl.cc | 55 TPM_RC PolicySessionImpl::StartBoundSession( function in class:trunks::PolicySessionImpl 72 return StartBoundSession(TPM_RH_NULL, "", enable_encryption);
|
H A D | 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));
|
H A D | 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 22 milliseconds