Home
last modified time | relevance | path

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

/external/tpm2/
DCommandCodeAttributes.c88 UINT32 size = sizeof(s_ccAttr) / sizeof(s_ccAttr[0]); in CommandGetAttribute()
91 if(s_ccAttr[i].commandIndex == (UINT16) commandCode) in CommandGetAttribute()
92 return s_ccAttr[i]; in CommandGetAttribute()
98 return s_ccAttr[0]; // Just to appease the compiler, never reached. in CommandGetAttribute()
DCommandAttributeData.c8 static const TPMA_CC s_ccAttr [] = { variable
Dpart4.txt15767 1 static const TPMA_CC s_ccAttr [] = {
16257 40 UINT32 size = sizeof(s_ccAttr) / sizeof(s_ccAttr[0]);
16260 43 if(s_ccAttr[i].commandIndex == (UINT16) commandCode)
16261 44 return s_ccAttr[i];