Home
last modified time | relevance | path

Searched refs:s_ccAttr (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DCommandCodeAttributes.c127 if(GET_ATTRIBUTE(s_ccAttr[LIBRARY_COMMAND_ARRAY_SIZE], TPMA_CC, in GetClosestCommandIndex()
135 if(GET_ATTRIBUTE(s_ccAttr[COMMAND_COUNT - 1], TPMA_CC, commandIndex) in GetClosestCommandIndex()
149 diff = GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, commandIndex) in GetClosestCommandIndex()
177 if(GET_ATTRIBUTE(s_ccAttr[LIBRARY_COMMAND_ARRAY_SIZE - 1], TPMA_CC, in GetClosestCommandIndex()
197 if(GET_ATTRIBUTE(s_ccAttr[0], TPMA_CC, commandIndex) >= searchIndex) in GetClosestCommandIndex()
214 pAssert(max == (sizeof(s_ccAttr) / sizeof(TPMA_CC) in GetClosestCommandIndex()
219 diff = GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, in GetClosestCommandIndex()
244 - (COMMAND_INDEX)s_ccAttr[0].commandIndex); in GetClosestCommandIndex()
267 commandIndex = searchIndex - (COMMAND_INDEX)s_ccAttr[0].commandIndex; in CommandCodeToCommandIndex()
286 if((GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, commandIndex) in CommandCodeToCommandIndex()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DCommandAudit.c217 TPM_CC cc = GET_ATTRIBUTE(s_ccAttr[commandIndex], in CommandAuditCapGetCCList()
219 if(IS_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, V)) in CommandAuditCapGetCCList()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1407 extern const TPMA_CC s_ccAttr[];
DCommandAttributeData.h55 const TPMA_CC s_ccAttr [] = { variable