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

  /external/tpm2/
Shutdown.c 33 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE)
50 if(in->shutdownType == TPM_SU_STATE)
65 else if(in->shutdownType == TPM_SU_STATE)
67 gp.orderlyState = TPM_SU_STATE;
Startup.c 53 == TPM_SU_STATE)
58 g_prevOrderlyState = TPM_SU_STATE;
66 if(in->startupType == TPM_SU_STATE)
74 // with StateSave command for CLEAR, or the part of NV used for TPM_SU_STATE
76 if(in->startupType == TPM_SU_STATE)
91 && g_prevOrderlyState == TPM_SU_STATE
100 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
tpm_types.h 225 #define TPM_SU_STATE 0x0001
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c 672 Status = Tpm2Startup (TPM_SU_STATE);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
Tcg2Pei.c 920 Status = Tpm2Startup (TPM_SU_STATE);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 509 #define TPM_SU_STATE (TPM_SU)(0x0001)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 806 constexpr TPM_SU TPM_SU_STATE = 0x0001;
    [all...]

Completed in 809 milliseconds