HomeSort by relevance Sort by last modified time
    Searched defs:trunks (Results 51 - 75 of 86) sorted by null

1 23 4

  /system/tpm/trunks/
background_command_transceiver_test.cc 17 #include "trunks/background_command_transceiver.h"
28 #include "trunks/command_transceiver.h"
29 #include "trunks/mock_command_transceiver.h"
45 const trunks::CommandTransceiver::ResponseCallback& callback) {
53 void SendCommandAndWaitAndAssign(trunks::CommandTransceiver* transceiver,
60 namespace trunks { namespace
81 trunks::BackgroundCommandTransceiver background_transceiver(
95 trunks::BackgroundCommandTransceiver background_transceiver(
110 } // namespace trunks
error_codes.cc 17 #include "trunks/error_codes.h"
27 const trunks::TPM_RC kFormatOneErrorMask = 0x0BF;
29 const trunks::TPM_RC kFormatOneSubjectMask = 0x700;
30 const trunks::TPM_RC kLayerMask = 0xFFFFF000;
33 std::string GetErrorStringInternal(trunks::TPM_RC error) {
35 case trunks::TPM_RC_SUCCESS: return "TPM_RC_SUCCESS";
36 case trunks::TPM_RC_BAD_TAG: return "TPM_RC_BAD_TAG";
37 case trunks::TPM_RC_INITIALIZE: return "TPM_RC_INITIALIZE";
38 case trunks::TPM_RC_FAILURE: return "TPM_RC_FAILURE";
39 case trunks::TPM_RC_SEQUENCE: return "TPM_RC_SEQUENCE"
187 namespace trunks { namespace
    [all...]
password_authorization_delegate.cc 17 #include "trunks/password_authorization_delegate.h"
21 #include "trunks/tpm_generated.h"
23 namespace trunks { namespace
95 } // namespace trunks
scoped_key_handle.cc 17 #include "trunks/scoped_key_handle.h"
21 #include "trunks/error_codes.h"
25 const trunks::TPM_HANDLE kInvalidHandle = 0;
29 namespace trunks { namespace
81 } // namespace trunks
session_manager_test.cc 17 #include "trunks/session_manager_impl.h"
26 #include "trunks/error_codes.h"
27 #include "trunks/mock_tpm.h"
28 #include "trunks/tpm_generated.h"
29 #include "trunks/tpm_utility.h"
30 #include "trunks/trunks_factory_for_test.h"
38 namespace trunks { namespace
171 } // namespace trunks
tpm_handle.cc 17 #include "trunks/tpm_handle.h"
34 namespace trunks { namespace
97 } // namespace trunks
tpm_state_impl.h 20 #include "trunks/tpm_state.h"
24 #include "trunks/tpm_generated.h"
25 #include "trunks/trunks_export.h"
27 namespace trunks { namespace
76 } // namespace trunks
tpm_utility.h 24 #include "trunks/hmac_session.h"
25 #include "trunks/tpm_generated.h"
26 #include "trunks/trunks_export.h"
28 namespace trunks { namespace
302 } // namespace trunks
trunks_binder_proxy.cc 17 #include "trunks/trunks_binder_proxy.h"
25 #include "android/trunks/BnTrunksClient.h"
26 #include "android/trunks/BpTrunks.h"
27 #include "trunks/binder_interface.h"
28 #include "trunks/error_codes.h"
29 #include "trunks/interface.pb.h"
34 class ResponseObserver : public android::trunks::BnTrunksClient {
36 ResponseObserver(const trunks::CommandTransceiver::ResponseCallback& callback)
42 trunks::SendCommandResponse response_proto;
47 trunks::CreateErrorResponse(trunks::SAPI_RC_MALFORMED_RESPONSE))
59 namespace trunks { namespace
    [all...]
trunks_binder_service.cc 17 #include "trunks/trunks_binder_service.h"
24 #include "trunks/binder_interface.h"
25 #include "trunks/command_transceiver.h"
26 #include "trunks/error_codes.h"
27 #include "trunks/interface.pb.h"
35 trunks::SendCommandRequest request_proto;
46 trunks::SendCommandResponse response_proto;
55 namespace trunks { namespace
69 LOG(INFO) << "Trunks: Binder service registered.";
79 const android::sp<android::trunks::ITrunksClient>& client)
    [all...]
trunks_binder_service.h 24 #include "android/trunks/BnTrunks.h"
25 #include "trunks/command_transceiver.h"
27 namespace trunks { namespace
53 class BinderServiceInternal : public android::trunks::BnTrunks {
61 const android::sp<android::trunks::ITrunksClient>& client) override;
67 void OnResponse(const android::sp<android::trunks::ITrunksClient>& client,
87 } // namespace trunks
trunks_dbus_proxy.cc 17 #include "trunks/trunks_dbus_proxy.h"
23 #include "trunks/dbus_interface.h"
24 #include "trunks/error_codes.h"
25 #include "trunks/interface.pb.h"
37 namespace trunks { namespace
52 trunks::kTrunksServiceName,
53 dbus::ObjectPath(trunks::kTrunksServicePath));
77 trunks::kTrunksInterface,
78 trunks::kSendCommand,
96 trunks::kTrunksInterface
    [all...]
trunks_factory_impl.cc 17 #include "trunks/trunks_factory_impl.h"
21 #include "trunks/blob_parser.h"
22 #include "trunks/hmac_session_impl.h"
23 #include "trunks/password_authorization_delegate.h"
24 #include "trunks/policy_session_impl.h"
25 #include "trunks/session_manager_impl.h"
26 #include "trunks/tpm_generated.h"
27 #include "trunks/tpm_state_impl.h"
28 #include "trunks/tpm_utility_impl.h"
30 #include "trunks/trunks_binder_proxy.h
35 namespace trunks { namespace
    [all...]
mock_tpm.cc 17 #include "trunks/mock_tpm.h"
19 #include "trunks/tpm_utility.h"
26 namespace trunks { namespace
255 } // namespace trunks
policy_session_impl.cc 17 #include "trunks/policy_session_impl.h"
28 #include "trunks/error_codes.h"
29 #include "trunks/tpm_generated.h"
31 namespace trunks { namespace
184 } // namespace trunks
policy_session_test.cc 17 #include "trunks/policy_session_impl.h"
23 #include "trunks/error_codes.h"
24 #include "trunks/mock_session_manager.h"
25 #include "trunks/mock_tpm.h"
26 #include "trunks/tpm_generated.h"
27 #include "trunks/trunks_factory_for_test.h"
35 namespace trunks { namespace
229 } // namespace trunks
tpm_constants.h 20 #include "trunks/tpm_generated.h"
22 namespace trunks { namespace
43 } // namespace trunks
hmac_authorization_delegate.h 26 #include "trunks/authorization_delegate.h"
27 #include "trunks/tpm_generated.h"
28 #include "trunks/trunks_export.h"
30 namespace trunks { namespace
162 } // namespace trunks
hmac_authorization_delegate_test.cc 21 #include "trunks/hmac_authorization_delegate.h"
23 namespace trunks { namespace
272 } // namespace trunks
resource_manager.h 20 #include "trunks/command_transceiver.h"
31 #include "trunks/tpm_generated.h"
32 #include "trunks/trunks_factory.h"
34 namespace trunks { namespace
236 } // namespace trunks
trunks_factory_for_test.cc 17 #include "trunks/trunks_factory_for_test.h"
21 #include "trunks/authorization_delegate.h"
22 #include "trunks/blob_parser.h"
23 #include "trunks/hmac_session.h"
24 #include "trunks/mock_blob_parser.h"
25 #include "trunks/mock_hmac_session.h"
26 #include "trunks/mock_policy_session.h"
27 #include "trunks/mock_session_manager.h"
28 #include "trunks/mock_tpm.h"
29 #include "trunks/mock_tpm_state.h
39 namespace trunks { namespace
    [all...]
trunks_factory_for_test.h 20 #include "trunks/trunks_factory.h"
27 #include "trunks/password_authorization_delegate.h"
28 #include "trunks/trunks_export.h"
30 namespace trunks { namespace
129 } // namespace trunks
error_codes.h 22 #include "trunks/tpm_generated.h" // For TPM_RC.
23 #include "trunks/trunks_export.h"
25 namespace trunks { namespace
86 } // namespace trunks
session_manager_impl.cc 17 #include "trunks/session_manager_impl.h"
31 #include "trunks/error_codes.h"
32 #include "trunks/tpm_generated.h"
33 #include "trunks/tpm_utility.h"
49 namespace trunks { namespace
218 } // namespace trunks
tpm_state_impl.cc 17 #include "trunks/tpm_state_impl.h"
21 #include "trunks/error_codes.h"
22 #include "trunks/tpm_generated.h"
23 #include "trunks/trunks_factory.h"
28 const trunks::TPMA_PERMANENT kOwnerAuthSetMask = 1U;
29 const trunks::TPMA_PERMANENT kEndorsementAuthSetMask = 1U << 1;
30 const trunks::TPMA_PERMANENT kLockoutAuthSetMask = 1U << 2;
31 const trunks::TPMA_PERMANENT kInLockoutMask = 1U << 9;
34 const trunks::TPMA_STARTUP_CLEAR kPlatformHierarchyMask = 1U;
35 const trunks::TPMA_STARTUP_CLEAR kStorageHierarchyMask = 1U << 1
44 namespace trunks { namespace
    [all...]

Completed in 117 milliseconds

1 23 4