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

  /external/tpm2/
NV_Write.c 20 // TPM_RC_NV_RANGE if TPMA_NV_WRITEALL is SET then the write is not the size of the
52 return TPM_RC_NV_RANGE;
58 return TPM_RC_NV_RANGE;
NV_Read.c 18 // TPM_RC_NV_RANGE read range defined by size and offset is outside the range of the
45 return TPM_RC_NV_RANGE;
NV_Certify.c 20 // TPM_RC_NV_RANGE offset plus size extends outside of the data range of the Index
62 return TPM_RC_NV_RANGE;
tpm_types.h 79 #define TPM_RC_NV_RANGE ((TPM_RC)(RC_VER1 + 0x046))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 81 case trunks::TPM_RC_NV_RANGE:
82 return "TPM_RC_NV_RANGE";
tpm_generated.h 672 constexpr TPM_RC TPM_RC_NV_RANGE = RC_VER1 + 0x046;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 595 case TPM_RC_NV_RANGE:
738 case TPM_RC_NV_RANGE:
    [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 105 case trunks::TPM_RC_NV_RANGE:
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 363 #define TPM_RC_NV_RANGE (TPM_RC)(RC_VER1 + 0x046)
    [all...]

Completed in 847 milliseconds