HomeSort by relevance Sort by last modified time
    Searched full:tpmnvram (Results 1 - 8 of 8) sorted by null

  /system/tpm/tpm_manager/server/
tpm_nvram.h 27 // TpmNvram is an interface for working with TPM NVRAM.
28 class TpmNvram {
30 TpmNvram() = default;
31 virtual ~TpmNvram() = default;
tpm2_nvram_impl.h 33 // A TpmNvram implementation backed by a TPM 2.0 device. All index values are
35 class Tpm2NvramImpl : public TpmNvram {
42 // TpmNvram methods.
tpm_nvram_impl.h 36 class TpmNvramImpl : public TpmNvram {
41 // TpmNvram methods.
mock_tpm_nvram.h 38 class MockTpmNvram : public TpmNvram {
tpm_manager_service.h 66 TpmNvram* tpm_nvram);
187 TpmNvram* tpm_nvram_;
tpm_manager_service.cc 29 TpmNvram* tpm_nvram)
  /system/tpm/tpm_manager/common/
tpm_nvram_dbus_interface.h 22 constexpr char kTpmNvramInterface[] = "org.chromium.TpmNvram";
  /external/autotest/client/cros/faft/utils/
tpm_handler.py 13 class TpmNvRam(object):
66 are instances of TpmNvRam objects, providing access to the
73 'kernel': TpmNvRam(KERNEL_NV_ADDRESS, 13, 5, (
75 'bios': TpmNvRam(FW_NV_ADDRESS, 10, 2)

Completed in 298 milliseconds