HomeSort by relevance Sort by last modified time
    Searched refs:TPM_RC_RANGE (Results 1 - 8 of 8) 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 841 // TPM_RC_RANGE the exponent value is not supported
869 return TPM_RC_RANGE;
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 82 case trunks::TPM_RC_RANGE: return "TPM_RC_RANGE";
tpm_generated.h 667 const TPM_RC TPM_RC_RANGE = RC_FMT1 + 0x00D;
    [all...]

Completed in 247 milliseconds