Home
last modified time | relevance | path

Searched refs:COMMAND_COUNT (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DCommandCodeAttributes.c77 for(;commandIndex < COMMAND_COUNT; commandIndex++) in NextImplementedIndex()
120 #if LIBRARY_COMMAND_ARRAY_SIZE == COMMAND_COUNT in GetClosestCommandIndex()
135 if(GET_ATTRIBUTE(s_ccAttr[COMMAND_COUNT - 1], TPMA_CC, commandIndex) in GetClosestCommandIndex()
143 max = COMMAND_COUNT - 1; // last vendor command in GetClosestCommandIndex()
304 while(++commandIndex < COMMAND_COUNT) in GetNextCommandIndex()
DPropertyCap.c323 (*value) = COMMAND_COUNT; in TPMPropertyIsDefined()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c65 for(commandIndex = 0; commandIndex < COMMAND_COUNT; commandIndex++) in PhysicalPresencePreInstall_Init()
DCommandAudit.c255 for(commandIndex = 0; commandIndex < COMMAND_COUNT; commandIndex++) in CommandAuditGetDigest()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h764 BYTE ppList[(COMMAND_COUNT + 7) / 8];
796 BYTE auditCommands[((COMMAND_COUNT + 1) + 7) / 8];
DTpmAlgorithmDefines.h357 #define COMMAND_COUNT (LIBRARY_COMMAND_ARRAY_SIZE + VENDOR_COMMAND_ARRAY_SIZE) macro
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h1098 #define COMMAND_COUNT (LIBRARY_COMMAND_ARRAY_SIZE + VENDOR_COMMAND_ARRAY_SIZE) macro