Home
last modified time | relevance | path

Searched refs:GET_ATTRIBUTE (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()
219 diff = GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, in GetClosestCommandIndex()
286 if((GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, commandIndex) in CommandCodeToCommandIndex()
321 TPM_CC commandCode = GET_ATTRIBUTE(s_ccAttr[commandIndex], in GetCommandCode()
435 switch(GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, commandIndex)) in IsWriteOperation()
477 switch(GET_ATTRIBUTE(s_ccAttr[commandIndex], TPMA_CC, commandIndex)) in IsReadOperation()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGpMacros.h328 # define GET_ATTRIBUTE(a, type, b) (a.b) macro
334 # define GET_ATTRIBUTE(a, type, b) \ macro
DNV.h47 # define GET_TPM_NT(attributes) GET_ATTRIBUTE(attributes, TPMA_NV, TPM_NT)
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DCommandAudit.c217 TPM_CC cc = GET_ATTRIBUTE(s_ccAttr[commandIndex], in CommandAuditCapGetCCList()