Searched defs:bind_entity (Results 1 - 4 of 4) sorted by relevance

/system/tpm/trunks/
H A Dhmac_session_impl.cc45 TPMI_DH_ENTITY bind_entity,
48 return session_manager_->StartSession(TPM_SE_HMAC, bind_entity,
44 StartBoundSession( TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption) argument
H A Dhmac_session_test.cc71 TPM_HANDLE bind_entity = TPM_RH_FIRST; local
73 StartSession(TPM_SE_HMAC, bind_entity, _, true, _))
75 EXPECT_EQ(TPM_RC_SUCCESS, session.StartBoundSession(bind_entity, "", true));
80 TPM_HANDLE bind_entity = TPM_RH_FIRST; local
82 StartSession(TPM_SE_HMAC, bind_entity, _, true, _))
84 EXPECT_EQ(TPM_RC_FAILURE, session.StartBoundSession(bind_entity, "", true));
H A Dpolicy_session_impl.cc56 TPMI_DH_ENTITY bind_entity,
64 return session_manager_->StartSession(session_type_, bind_entity,
55 StartBoundSession( TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption) argument
H A Dsession_manager_impl.cc75 TPMI_DH_ENTITY bind_entity,
124 bind_entity,
73 StartSession( TPM_SE session_type, TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption, HmacAuthorizationDelegate* delegate) argument

Completed in 69 milliseconds