Searched refs:s_commandAttributes (Results 1 – 4 of 4) sorted by relevance
79 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 …]
67 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()
1408 extern const COMMAND_ATTRIBUTES s_commandAttributes[];
437 const COMMAND_ATTRIBUTES s_commandAttributes [] = { variable