Home
last modified time | relevance | path

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

/external/tpm2/
DCommandCodeAttributes.c44 ATTRIBUTE_TYPE properties = s_commandAttributes[commandCode - TPM_CC_FIRST]; in CommandAuthRole()
50 if(s_commandAttributes[commandCode - TPM_CC_FIRST] & HANDLE_2_USER) in CommandAuthRole()
72 if((s_commandAttributes[commandCode - TPM_CC_FIRST] & IS_IMPLEMENTED)) in CommandIsImplemented()
117 COMMAND_ATTRIBUTES ca = s_commandAttributes[commandCode - TPM_CC_FIRST]; in EncryptSize()
141 COMMAND_ATTRIBUTES ca = s_commandAttributes[commandCode - TPM_CC_FIRST]; in DecryptSize()
165 if(s_commandAttributes[commandCode - TPM_CC_FIRST] & NO_SESSIONS) in IsSessionAllowed()
179 if(s_commandAttributes[commandCode - TPM_CC_FIRST] & R_HANDLE) in IsHandleInResponse()
DCommandAttributeData.c143 static const COMMAND_ATTRIBUTES s_commandAttributes [] = { variable
Dpart4.txt15764 …is is the command code attribute array for GetCapability(). Both this array and s_commandAttributes
15912 133 static const COMMAND_ATTRIBUTES s_commandAttributes [] = {
16208 14 ATTRIBUTE_TYPE properties = s_commandAttributes[commandCode - TPM_CC_FIRST];
16214 20 if(s_commandAttributes[commandCode - TPM_CC_FIRST] & HANDLE_2_USER) return
16241 30 if((s_commandAttributes[commandCode - TPM_CC_FIRST] & IS_IMPLEMENTED))
16285 56 COMMAND_ATTRIBUTES ca = s_commandAttributes[commandCode - TPM_CC_FIRST];
16314 68 COMMAND_ATTRIBUTES ca = s_commandAttributes[commandCode - TPM_CC_FIRST];
16339 81 if(s_commandAttributes[commandCode - TPM_CC_FIRST] & NO_SESSIONS)
16353 91 if(s_commandAttributes[commandCode - TPM_CC_FIRST] & R_HANDLE)