Home
last modified time | relevance | path

Searched refs:MAX_CAP_CC (Results 1 – 10 of 10) sorted by relevance

/external/tpm2/
DPP.c136 if(count > MAX_CAP_CC) count = MAX_CAP_CC; in PhysicalPresenceCapGetCCList()
DCommandCodeAttributes.c266 if(count > MAX_CAP_CC) count = MAX_CAP_CC; in CommandCapGetCCList()
DCommandAudit.c194 if(count > MAX_CAP_CC) count = MAX_CAP_CC; in CommandAuditCapGetCCList()
DCapabilities.h13 #define MAX_CAP_CC ((TPM_CC_LAST - TPM_CC_FIRST) + 1) macro
Dtpm_types.h772 TPM_CC commandCodes[MAX_CAP_CC];
778 TPMA_CC commandAttributes[MAX_CAP_CC];
Dtpm_generated.c5257 if (target->count > MAX_CAP_CC) { in TPML_CC_Unmarshal()
5286 if (target->count > MAX_CAP_CC) { in TPML_CCA_Unmarshal()
Dpart4.txt1480 6 #define MAX_CAP_CC ((TPM_CC_LAST - TPM_CC_FIRST) + 1)
8510 121 // The maximum count of command we may return is MAX_CAP_CC
8511 122 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
14034 100 // The maximum count of command we may return is MAX_CAP_CC
14035 101 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
16451 151 // The maximum count of commands that may be return is MAX_CAP_CC.
16452 152 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
/external/tpm2/generator/
Dstructures.txt1052 _MAX count MAX_CAP_CC
1059 _MAX count MAX_CAP_CC
Draw_structures.txt11341 commandCodes[count]{:MAX_CAP_CC}
11387 commandAttributes[count]{:MAX_CAP_CC}
Draw_structures_fixed.txt11356 commandCodes [count] {:MAX_CAP_CC}
11402 commandAttributes [count] {:MAX_CAP_CC}