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

  /system/tpm/trunks/
error_codes.cc 227 case trunks::TPM_RC_NV_UNAVAILABLE:
228 return "TPM_RC_NV_UNAVAILABLE";
tpm_generated.h 748 constexpr TPM_RC TPM_RC_NV_UNAVAILABLE = RC_WARN + 0x023;
    [all...]
  /external/tpm2/
NV.c 38 s_NvStatus = TPM_RC_NV_UNAVAILABLE;
56 // TPM_RC_NV_UNAVAILABLE NV is inaccessible
    [all...]
tpm_types.h 155 #define TPM_RC_NV_UNAVAILABLE ((TPM_RC)(RC_WARN + 0x023))
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 439 #define TPM_RC_NV_UNAVAILABLE (TPM_RC)(RC_WARN + 0x023)
    [all...]

Completed in 273 milliseconds