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

  /system/tpm/trunks/
session_manager.h 61 TPMI_DH_ENTITY bind_entity,
hmac_session_test.cc 71 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));
hmac_session_impl.cc 45 TPMI_DH_ENTITY bind_entity,
48 return session_manager_->StartSession(TPM_SE_HMAC, bind_entity,
hmac_session.h 41 // Starts a salted session which is bound to |bind_entity| with
45 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
mock_hmac_session.h 35 TPM_RC(TPMI_DH_ENTITY bind_entity,
hmac_session_impl.h 41 // session.StartBoundSession(bind_entity, bind_authorization, true);
57 TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
session_manager_impl.h 43 TPMI_DH_ENTITY bind_entity,
mock_policy_session.h 36 TPM_RC(TPMI_DH_ENTITY bind_entity,
policy_session.h 42 // Starts a salted session which is bound to |bind_entity| with
46 virtual TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
policy_session_impl.h 37 // session.StartBoundSession(bind_entity, bind_authorization, true);
54 TPM_RC StartBoundSession(TPMI_DH_ENTITY bind_entity,
policy_session_impl.cc 56 TPMI_DH_ENTITY bind_entity,
64 return session_manager_->StartSession(session_type_, bind_entity,
trunks_factory_for_test.cc 402 TPMI_DH_ENTITY bind_entity,
406 return target_->StartSession(session_type, bind_entity,
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,
session_manager_impl.cc 75 TPMI_DH_ENTITY bind_entity,
124 bind_entity,

Completed in 99 milliseconds