Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DCommandCodeAttributes.c79 if(s_commandAttributes[commandIndex] & IS_IMPLEMENTED) in NextImplementedIndex()
274 || (s_commandAttributes[commandIndex] & IS_IMPLEMENTED) == 0) in CommandCodeToCommandIndex()
307 if(s_commandAttributes[commandIndex] & IS_IMPLEMENTED) in GetNextCommandIndex()
346 COMMAND_ATTRIBUTES properties = s_commandAttributes[commandIndex]; in CommandAuthRole()
357 if(s_commandAttributes[commandIndex] & HANDLE_2_USER) in CommandAuthRole()
375 return ((s_commandAttributes[commandIndex] & ENCRYPT_2) ? 2 : in EncryptSize()
376 (s_commandAttributes[commandIndex] & ENCRYPT_4) ? 4 : 0); in EncryptSize()
391 return ((s_commandAttributes[commandIndex] & DECRYPT_2) ? 2 : in DecryptSize()
392 (s_commandAttributes[commandIndex] & DECRYPT_4) ? 4 : 0); in DecryptSize()
409 return ((s_commandAttributes[commandIndex] & NO_SESSIONS) == 0); in IsSessionAllowed()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c67 if(s_commandAttributes[commandIndex] & IS_IMPLEMENTED in PhysicalPresencePreInstall_Init()
68 && s_commandAttributes[commandIndex] & PP_REQUIRED) in PhysicalPresencePreInstall_Init()
91 if(s_commandAttributes[commandIndex] & PP_COMMAND) in PhysicalPresenceCommandSet()
111 if((s_commandAttributes[commandIndex] & PP_REQUIRED) == 0) in PhysicalPresenceCommandClear()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1408 extern const COMMAND_ATTRIBUTES s_commandAttributes[];
DCommandAttributeData.h437 const COMMAND_ATTRIBUTES s_commandAttributes [] = { variable