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

  /external/tpm2/
Capabilities.h 13 #define MAX_CAP_CC ((TPM_CC_LAST - TPM_CC_FIRST) + 1)
PP.c 135 // The maximum count of command we may return is MAX_CAP_CC
136 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
CommandAudit.c 194 // The maximum count of command we may return is MAX_CAP_CC
195 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
CommandCodeAttributes.c 265 // The maximum count of commands that may be return is MAX_CAP_CC.
266 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
tpm_types.h 772 TPM_CC commandCodes[MAX_CAP_CC];
778 TPMA_CC commandAttributes[MAX_CAP_CC];
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 136 #define MAX_CAP_CC (MAX_CAP_DATA / sizeof(TPM_CC))
    [all...]
  /system/tpm/trunks/
tpm_generated.h 370 #if !defined(MAX_CAP_CC)
371 #define MAX_CAP_CC ((trunks::TPM_CC_LAST - trunks::TPM_CC_FIRST) + 1)
    [all...]

Completed in 252 milliseconds