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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Startup.c 81 case TPM_RC_INITIALIZE:
82 // TPM_RC_INITIALIZE can be returned if Tpm2Startup is not required.
83 DEBUG ((DEBUG_INFO, "TPM2Startup: TPM_RC_INITIALIZE\n"));
  /external/tpm2/
ExecCommand.c 184 result = TPM_RC_INITIALIZE;
tpm_types.h 58 #define TPM_RC_INITIALIZE ((TPM_RC)(RC_VER1 + 0x000))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 39 case trunks::TPM_RC_INITIALIZE:
40 return "TPM_RC_INITIALIZE";
tpm_utility_impl.cc 86 // Ignore TPM_RC_INITIALIZE, that means it was already started.
87 if (result && result != TPM_RC_INITIALIZE) {
129 if (return_code && return_code != TPM_RC_INITIALIZE) {
    [all...]
tpm_utility_test.cc 153 .WillRepeatedly(Return(TPM_RC_INITIALIZE));
    [all...]
tpm_generated.h 651 constexpr TPM_RC TPM_RC_INITIALIZE = RC_VER1 + 0x000;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 342 #define TPM_RC_INITIALIZE (TPM_RC)(RC_VER1 + 0x000)
    [all...]

Completed in 151 milliseconds