HomeSort by relevance Sort by last modified time
    Searched full:tpm_manager (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /system/tpm/tpm_manager/server/
main.cc 27 #include "tpm_manager/common/tpm_manager_constants.h"
28 #include "tpm_manager/server/dbus_service.h"
29 #include "tpm_manager/server/local_data_store_impl.h"
30 #include "tpm_manager/server/tpm_manager_service.h"
33 #include "tpm_manager/server/tpm2_initializer_impl.h"
34 #include "tpm_manager/server/tpm2_nvram_impl.h"
35 #include "tpm_manager/server/tpm2_status_impl.h"
37 #include "tpm_manager/server/tpm_initializer_impl.h"
38 #include "tpm_manager/server/tpm_nvram_impl.h"
39 #include "tpm_manager/server/tpm_status_impl.h
    [all...]
tpm_managerd.conf 17 description "Chromium OS device tpm_manager service."
25 LOCAL_DATA_DIRECTORY="/var/lib/tpm_manager"
28 chown -R tpm_manager:tpm_manager "${LOCAL_DATA_DIRECTORY}"
35 exec minijail0 -i -g tpm_manager -u tpm_manager -G -n \
local_data_store_impl.h 20 #include "tpm_manager/server/local_data_store.h"
26 namespace tpm_manager { namespace
42 } // namespace tpm_manager
mock_local_data_store.h 20 #include "tpm_manager/server/local_data_store.h"
24 namespace tpm_manager { namespace
38 } // namespace tpm_manager
mock_openssl_crypto_util.cc 17 #include "tpm_manager/server/mock_openssl_crypto_util.h"
22 namespace tpm_manager { namespace
37 } // namespace tpm_manager
mock_openssl_crypto_util.h 22 #include "tpm_manager/server/openssl_crypto_util.h"
24 namespace tpm_manager { namespace
37 } // namespace tpm_manager
mock_tpm_initializer.cc 17 #include "tpm_manager/server/mock_tpm_initializer.h"
21 namespace tpm_manager { namespace
28 } // namespace tpm_manager
mock_tpm_initializer.h 20 #include "tpm_manager/server/tpm_initializer.h"
24 namespace tpm_manager { namespace
34 } // namespace tpm_manager
mock_tpm_status.h 20 #include "tpm_manager/server/tpm_status.h"
24 namespace tpm_manager { namespace
40 } // namespace tpm_manager
tpm2_initializer_impl.h 20 #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
76 } // namespace tpm_manager
tpm_util.h 20 namespace tpm_manager { namespace
26 } // namespace tpm_manager
tpm_status_impl.h 20 #include "tpm_manager/server/tpm_status.h"
29 #include <tpm_manager/server/tpm_connection.h>
31 namespace tpm_manager { namespace
66 } // namespace tpm_manager
  /system/tpm/tpm_manager/client/
tpm_nvram_dbus_proxy.cc 17 #include "tpm_manager/client/tpm_nvram_dbus_proxy.h"
22 #include "tpm_manager/common/tpm_manager_constants.h"
23 #include "tpm_manager/common/tpm_nvram_dbus_interface.h"
32 namespace tpm_manager { namespace
45 tpm_manager::kTpmManagerServiceName,
46 dbus::ObjectPath(tpm_manager::kTpmManagerServicePath));
52 CallMethod<DefineNvramReply>(tpm_manager::kDefineNvram, request, callback);
57 CallMethod<DestroyNvramReply>(tpm_manager::kDestroyNvram, request, callback);
62 CallMethod<WriteNvramReply>(tpm_manager::kWriteNvram, request, callback);
67 CallMethod<ReadNvramReply>(tpm_manager::kReadNvram, request, callback)
    [all...]
tpm_ownership_dbus_proxy.cc 17 #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));
53 CallMethod<GetTpmStatusReply>(tpm_manager::kGetTpmStatus, request, callback);
60 tpm_manager::kTakeOwnership, request, callback);
67 tpm_manager::kRemoveOwnerDependency, request, callback);
84 tpm_manager::kTpmOwnershipInterface
    [all...]
tpm_nvram_dbus_proxy.h 20 #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->DefineNvram(...);
81 } // namespace tpm_manager
tpm_ownership_dbus_proxy.h 20 #include "tpm_manager/common/tpm_ownership_interface.h"
29 #include "tpm_manager/common/export.h"
31 namespace tpm_manager { namespace
74 } // namespace tpm_manager
  /system/tpm/tpm_manager/common/
mock_tpm_nvram_interface.cc 17 #include "tpm_manager/common/mock_tpm_nvram_interface.h"
19 namespace tpm_manager { namespace
24 } // namespace tpm_manager
mock_tpm_ownership_interface.cc 17 #include "tpm_manager/common/mock_tpm_ownership_interface.h"
19 namespace tpm_manager { namespace
24 } // namespace tpm_manager
mock_tpm_ownership_interface.h 22 #include "tpm_manager/common/tpm_ownership_interface.h"
24 namespace tpm_manager { namespace
40 } // namespace tpm_manager
print_local_data_proto.h 24 #include "tpm_manager/common/local_data.pb.h"
26 namespace tpm_manager { namespace
32 } // namespace tpm_manager
print_tpm_manager_status_proto.h 24 #include "tpm_manager/common/tpm_manager_status.pb.h"
26 namespace tpm_manager { namespace
32 } // namespace tpm_manager
tpm_nvram_dbus_interface.h 20 namespace tpm_manager { namespace
24 // Methods exported by tpm_manager nvram D-Bus interface.
33 } // namespace tpm_manager
tpm_ownership_dbus_interface.h 20 namespace tpm_manager { namespace
24 // Methods exported by tpm_manager ownership D-Bus interface.
29 } // namespace tpm_manager
tpm_ownership_interface.h 22 #include "tpm_manager/common/export.h"
23 #include "tpm_manager/common/tpm_ownership_interface.pb.h"
25 namespace tpm_manager { namespace
52 } // namespace tpm_manager
mock_tpm_nvram_interface.h 22 #include "tpm_manager/common/tpm_nvram_interface.h"
24 namespace tpm_manager { namespace
47 } // namespace tpm_manager

Completed in 5849 milliseconds

1 2 3 4