Searched defs:tpm_manager (Results 26 - 50 of 69) sorted by relevance

123

/system/tpm/tpm_manager/common/
H A Dprint_tpm_manager_proto.cc7 #include "tpm_manager/common/print_tpm_manager_proto.h"
14 namespace tpm_manager { namespace
803 } // namespace tpm_manager
H A Dtpm_ownership_dbus_interface.h20 namespace tpm_manager { namespace
24 // Methods exported by tpm_manager ownership D-Bus interface.
29 } // namespace tpm_manager
H A Dtpm_manager_constants.h20 namespace tpm_manager { namespace
27 constexpr char kTpmNvramBinderName [] = "android.tpm_manager.ITpmNvram";
28 constexpr char kTpmOwnershipBinderName [] = "android.tpm_manager.ITpmOwnership";
40 } // namespace tpm_manager
H A Dtpm_nvram_dbus_interface.h20 namespace tpm_manager { namespace
24 // Methods exported by tpm_manager nvram D-Bus interface.
33 } // namespace tpm_manager
/system/tpm/tpm_manager/server/
H A Ddbus_service.h27 #include "tpm_manager/common/tpm_nvram_interface.h"
28 #include "tpm_manager/common/tpm_ownership_interface.h"
30 namespace tpm_manager { namespace
87 } // namespace tpm_manager
H A Dmock_openssl_crypto_util.cc17 #include "tpm_manager/server/mock_openssl_crypto_util.h"
22 namespace tpm_manager { namespace
37 } // namespace tpm_manager
H A Dtpm2_status_impl.h20 #include "tpm_manager/server/tpm_status.h"
28 namespace tpm_manager { namespace
58 } // namespace tpm_manager
H A Dtpm_initializer_impl.h26 #include "tpm_manager/server/openssl_crypto_util_impl.h"
27 #include "tpm_manager/server/tpm_connection.h"
28 #include "tpm_manager/server/tpm_initializer.h"
30 namespace tpm_manager { namespace
90 } // namespace tpm_manager
H A Dtpm_nvram_impl.h20 #include "tpm_manager/server/tpm_nvram.h"
30 #include "tpm_manager/server/tpm_connection.h"
32 namespace tpm_manager { namespace
100 } // namespace tpm_manager
H A Dmock_local_data_store.h20 #include "tpm_manager/server/local_data_store.h"
24 namespace tpm_manager { namespace
41 } // namespace tpm_manager
H A Dmock_tpm_status.cc17 #include "tpm_manager/server/mock_tpm_status.h"
23 namespace tpm_manager { namespace
44 } // namespace tpm_manager
H A Dtpm2_initializer_impl.h20 #include "tpm_manager/server/tpm_initializer.h"
28 #include "tpm_manager/server/local_data_store.h"
29 #include "tpm_manager/server/openssl_crypto_util.h"
30 #include "tpm_manager/server/tpm_status.h"
32 namespace tpm_manager { namespace
78 } // namespace tpm_manager
H A Dtpm2_nvram_impl.h20 #include "tpm_manager/server/tpm_nvram.h"
28 #include "tpm_manager/common/tpm_manager.pb.h"
29 #include "tpm_manager/server/local_data_store.h"
31 namespace tpm_manager { namespace
122 } // namespace tpm_manager
H A Dbinder_service.h23 #include "android/tpm_manager/BnTpmNvram.h"
24 #include "android/tpm_manager/BnTpmOwnership.h"
25 #include "tpm_manager/common/tpm_nvram_interface.h"
26 #include "tpm_manager/common/tpm_ownership_interface.h"
28 namespace tpm_manager { namespace
48 android::tpm_manager::ITpmNvram* GetITpmNvram();
49 android::tpm_manager::ITpmOwnership* GetITpmOwnership();
56 class NvramServiceInternal : public android::tpm_manager::BnTpmNvram {
64 const android::sp<android::tpm_manager::ITpmManagerClient>& client)
68 const android::sp<android::tpm_manager
[all...]
H A Ddbus_service.cc17 #include "tpm_manager/server/dbus_service.h"
28 #include "tpm_manager/common/tpm_manager_constants.h"
29 #include "tpm_manager/common/tpm_nvram_dbus_interface.h"
30 #include "tpm_manager/common/tpm_ownership_dbus_interface.h"
32 namespace tpm_manager { namespace
38 : brillo::DBusServiceDaemon(tpm_manager::kTpmManagerServiceName),
45 : brillo::DBusServiceDaemon(tpm_manager::kTpmManagerServiceName),
169 } // namespace tpm_manager
H A Dlocal_data_store_impl.cc17 #include "tpm_manager/server/local_data_store_impl.h"
29 namespace tpm_manager { namespace
34 const char kTpmLocalDataFile[] = "/var/lib/tpm_manager/local_tpm_data";
104 } // namespace tpm_manager
H A Dmock_tpm_nvram.h20 #include "tpm_manager/server/tpm_nvram.h"
27 namespace tpm_manager { namespace
94 } // namespace tpm_manager
H A Dtpm2_initializer_test.cc17 #include "tpm_manager/server/tpm2_initializer_impl.h"
26 #include "tpm_manager/common/tpm_manager_constants.h"
27 #include "tpm_manager/server/mock_local_data_store.h"
28 #include "tpm_manager/server/mock_openssl_crypto_util.h"
29 #include "tpm_manager/server/mock_tpm_status.h"
40 namespace tpm_manager { namespace
189 } // namespace tpm_manager
/system/tpm/tpm_manager/client/
H A Dtpm_nvram_dbus_proxy.h20 #include "tpm_manager/common/tpm_nvram_interface.h"
29 #include "tpm_manager/common/export.h"
31 namespace tpm_manager { namespace
36 // std::unique_ptr<TpmNvramInterface> tpm_manager = new TpmNvramDBusProxy();
37 // tpm_manager->DefineSpace(...);
81 } // namespace tpm_manager
H A Dtpm_ownership_dbus_proxy.h20 #include "tpm_manager/common/tpm_ownership_interface.h"
29 #include "tpm_manager/common/export.h"
31 namespace tpm_manager { namespace
74 } // namespace tpm_manager
H A Dtpm_ownership_dbus_proxy_test.cc24 #include "tpm_manager/client/tpm_ownership_dbus_proxy.h"
31 namespace tpm_manager { namespace
153 } // namespace tpm_manager
H A Dbinder_proxy_helper.h17 namespace tpm_manager { namespace
30 const android::sp<android::tpm_manager::ITpmManagerClient>& client)>;
65 class ResponseObserver : public android::tpm_manager::BnTpmManagerClient {
95 } // tpm_manager
H A Dtpm_nvram_dbus_proxy_test.cc24 #include "tpm_manager/client/tpm_nvram_dbus_proxy.h"
31 namespace tpm_manager { namespace
299 } // namespace tpm_manager
H A Dtpm_ownership_binder_proxy.cc17 #include "tpm_manager/client/tpm_ownership_binder_proxy.h"
25 #include "android/tpm_manager/BnTpmManagerClient.h"
26 #include "android/tpm_manager/BpTpmOwnership.h"
27 #include "tpm_manager/client/binder_proxy_helper.h"
28 #include "tpm_manager/common/tpm_manager.pb.h"
29 #include "tpm_manager/common/tpm_manager_constants.h"
35 response->set_status(tpm_manager::STATUS_DEVICE_ERROR);
40 namespace tpm_manager { namespace
42 using android::tpm_manager
[all...]
H A Dtpm_ownership_dbus_proxy.cc17 #include "tpm_manager/client/tpm_ownership_dbus_proxy.h"
22 #include "tpm_manager/common/tpm_manager_constants.h"
23 #include "tpm_manager/common/tpm_ownership_dbus_interface.h"
32 namespace tpm_manager { namespace
45 tpm_manager::kTpmManagerServiceName,
46 dbus::ObjectPath(tpm_manager::kTpmManagerServicePath));
52 CallMethod<GetTpmStatusReply>(tpm_manager::kGetTpmStatus, request, callback);
58 CallMethod<TakeOwnershipReply>(tpm_manager::kTakeOwnership, request,
65 CallMethod<RemoveOwnerDependencyReply>(tpm_manager::kRemoveOwnerDependency,
81 kDBusTimeoutMS, object_proxy_, tpm_manager
[all...]

Completed in 468 milliseconds

123