HomeSort by relevance Sort by last modified time
    Searched refs:tpm_status (Results 1 - 9 of 9) sorted by null

  /system/tpm/tpm_manager/server/
tpm2_initializer_impl.h 30 #include "tpm_manager/server/tpm_status.h"
45 // Does not take ownership of |local_data_store| or |tpm_status|.
47 TpmStatus* tpm_status);
49 // |tpm_status|. Takes ownership of |factory|.
53 TpmStatus* tpm_status);
tpm2_initializer_impl.cc 36 TpmStatus* tpm_status)
40 tpm_status_(tpm_status) {}
45 TpmStatus* tpm_status)
49 tpm_status_(tpm_status) {}
tpm_initializer_impl.h 46 // Does not take ownership of |local_data_store| or |tpm_status|.
48 TpmStatus* tpm_status);
tpm_manager_service.h 33 #include "tpm_manager/server/tpm_status.h"
60 // |local_data_store|, |tpm_status| or |tpm_initializer|.
63 TpmStatus* tpm_status,
tpm_initializer_impl.cc 28 #include "tpm_manager/server/tpm_status.h"
43 TpmStatus* tpm_status)
45 tpm_status_(tpm_status) {}
tpm_manager_service.cc 27 TpmStatus* tpm_status,
31 tpm_status_(tpm_status),
  /external/vboot_reference/firmware/lib/
vboot_api_firmware.c 29 uint32_t tpm_status = 0; local
85 tpm_status =
87 if (0 != tpm_status) {
97 tpm_status = RollbackFirmwareLock();
98 if (0 != tpm_status) {
111 tpm_status = SetTPMBootModeState(is_dev, is_rec,
114 if (0 != tpm_status) {
vboot_api_init.c 32 uint32_t tpm_status = 0; local
196 tpm_status = RollbackFirmwareSetup(is_hw_dev,
202 if (0 != tpm_status) {
204 "firmware version (0x%x)\n", tpm_status));
206 if (TPM_E_MUST_REBOOT == tpm_status) {
237 tpm_status);
vboot_api_kernel.c 974 uint32_t tpm_status = 0; local
1027 tpm_status = RollbackKernelRead(&shared->kernel_version_tpm);
1028 if (0 != tpm_status) {
    [all...]

Completed in 352 milliseconds