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

12 3 4

  /system/tpm/trunks/
tpm_handle.h 20 #include "trunks/command_transceiver.h"
24 #include "trunks/error_codes.h"
26 namespace trunks { namespace
61 } // namespace trunks
tpm_simulator_handle.h 20 #include "trunks/command_transceiver.h"
25 #include "trunks/error_codes.h"
27 namespace trunks { namespace
57 } // namespace trunks
tpm_state.h 22 #include "trunks/tpm_generated.h"
23 #include "trunks/trunks_export.h"
25 namespace trunks { namespace
92 } // namespace trunks
trunks_binder_proxy.h 22 #include "android/trunks/ITrunks.h"
23 #include "trunks/command_transceiver.h"
24 #include "trunks/trunks_export.h"
26 namespace trunks { namespace
46 android::sp<android::trunks::ITrunks> trunks_service_;
51 } // namespace trunks
trunks_dbus_service.cc 17 #include "trunks/trunks_dbus_service.h"
22 #include "trunks/dbus_interface.h"
23 #include "trunks/error_codes.h"
24 #include "trunks/interface.pb.h"
26 namespace trunks { namespace
32 : brillo::DBusServiceDaemon(trunks::kTrunksServiceName) {}
72 } // namespace trunks
trunks_factory.h 25 #include "trunks/trunks_export.h"
27 namespace trunks { namespace
39 // TrunksFactory is an interface to act as a factory for trunks objects. This
80 } // namespace trunks
command_transceiver.h 24 namespace trunks { namespace
52 } // namespace trunks
dbus_interface.h 20 namespace trunks { namespace
23 constexpr char kTrunksInterface[] = "com.android.Trunks";
24 constexpr char kTrunksServicePath[] = "/com/android/Trunks";
25 constexpr char kTrunksServiceName[] = "com.android.Trunks";
27 constexpr char kTrunksInterface[] = "org.chromium.Trunks";
28 constexpr char kTrunksServicePath[] = "/org/chromium/Trunks";
29 constexpr char kTrunksServiceName[] = "org.chromium.Trunks";
32 // Methods exported by trunks.
35 }; // namespace trunks
hmac_session_impl.h 20 #include "trunks/hmac_session.h"
26 #include "trunks/hmac_authorization_delegate.h"
27 #include "trunks/session_manager.h"
28 #include "trunks/trunks_export.h"
29 #include "trunks/trunks_factory.h"
31 namespace trunks { namespace
79 } // namespace trunks
password_authorization_delegate_test.cc 21 #include "trunks/password_authorization_delegate.h"
23 namespace trunks { namespace
96 } // namespace trunks
session_manager.h 22 #include "trunks/hmac_authorization_delegate.h"
23 #include "trunks/tpm_generated.h"
24 #include "trunks/trunks_export.h"
25 #include "trunks/trunks_factory.h"
27 namespace trunks { namespace
29 const trunks::TPM_HANDLE kUninitializedHandle = 0;
38 // trunks::TrunksFactoryImpl factory;
71 } // namespace trunks
session_manager_impl.h 20 #include "trunks/session_manager.h"
26 #include "trunks/tpm_generated.h"
27 #include "trunks/trunks_factory.h"
29 namespace trunks { namespace
69 } // namespace trunks
tpm_utility_impl.h 20 #include "trunks/tpm_utility.h"
29 #include "trunks/trunks_export.h"
31 namespace trunks { namespace
204 } // namespace trunks
trunks_factory_impl.h 20 #include "trunks/trunks_factory.h"
27 #include "trunks/command_transceiver.h"
28 #include "trunks/trunks_export.h"
30 namespace trunks { namespace
66 } // namespace trunks
trunks_ftdi_spi.h 24 #include "trunks/command_transceiver.h"
25 #include "trunks/trunks_export.h"
29 #include "trunks/ftdi/mpsse.h"
31 namespace trunks { namespace
80 } // namespace trunks
84 namespace trunks {
100 } // namespace trunks
background_command_transceiver.h 20 #include "trunks/command_transceiver.h"
28 #include "trunks/trunks_export.h"
30 namespace trunks { namespace
79 } // namespace trunks
blob_parser.cc 17 #include "trunks/blob_parser.h"
22 #include "trunks/error_codes.h"
24 namespace trunks { namespace
127 } // namespace trunks
hmac_session_impl.cc 17 #include "trunks/hmac_session_impl.h"
26 namespace trunks { namespace
71 } // namespace trunks
hmac_session_test.cc 17 #include "trunks/hmac_session_impl.h"
23 #include "trunks/mock_session_manager.h"
24 #include "trunks/mock_tpm.h"
25 #include "trunks/tpm_generated.h"
26 #include "trunks/trunks_factory_for_test.h"
35 namespace trunks { namespace
105 } // namespace trunks
policy_session_impl.h 20 #include "trunks/policy_session.h"
25 #include "trunks/hmac_authorization_delegate.h"
26 #include "trunks/session_manager.h"
27 #include "trunks/trunks_factory.h"
29 namespace trunks { namespace
83 } // namespace trunks
scoped_key_handle_test.cc 17 #include "trunks/scoped_key_handle.h"
22 #include "trunks/mock_tpm.h"
23 #include "trunks/tpm_generated.h"
24 #include "trunks/trunks_factory_for_test.h"
34 namespace trunks { namespace
94 } // namespace trunks
tpm_simulator_handle.cc 17 #include "trunks/tpm_simulator_handle.h"
35 #include "trunks/error_codes.h"
37 namespace trunks { namespace
77 } // namespace trunks
trunks_dbus_proxy.h 27 #include "trunks/command_transceiver.h"
28 #include "trunks/trunks_export.h"
30 namespace trunks { namespace
64 } // namespace trunks
trunks_dbus_service.h 28 #include "trunks/command_transceiver.h"
29 #include "trunks/interface.pb.h"
31 namespace trunks { namespace
76 } // namespace trunks
background_command_transceiver.cc 17 #include "trunks/background_command_transceiver.h"
39 const trunks::CommandTransceiver::ResponseCallback& callback,
48 namespace trunks { namespace
109 } // namespace trunks

Completed in 88 milliseconds

12 3 4