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

  /external/tpm2/
PolicyLocality.c 15 // TPM_RC_RANGE all the locality values selected by locality have been disabled by
44 return TPM_RC_RANGE + RC_PolicyLocality_locality;
56 return TPM_RC_RANGE + RC_PolicyLocality_locality;
71 return TPM_RC_RANGE + RC_PolicyLocality_locality;
78 return TPM_RC_RANGE + RC_PolicyLocality_locality;
EvictControl.c 21 // TPM_RC_RANGE persistentHandle is not in the range corresponding to the hierarchy of
70 return TPM_RC_RANGE + RC_EvictControl_persistentHandle;
84 return TPM_RC_RANGE + RC_EvictControl_persistentHandle;
Time.c 185 // TPM_RC_RANGE invalid data range
207 if(offset + size > infoSize) return TPM_RC_RANGE;
tpm_types.h 105 #define TPM_RC_RANGE ((TPM_RC)(RC_FMT1 + 0x00D))
    [all...]
CryptUtil.c 847 // TPM_RC_RANGE the exponent value is not supported
875 return TPM_RC_RANGE
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 129 case trunks::TPM_RC_RANGE:
130 return "TPM_RC_RANGE";
tpm_generated.h 698 constexpr TPM_RC TPM_RC_RANGE = RC_FMT1 + 0x00D;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 389 #define TPM_RC_RANGE (TPM_RC)(RC_FMT1 + 0x00D)
    [all...]

Completed in 156 milliseconds