Searched refs:CommandId (Results 1 – 1 of 1) sorted by relevance
157 var commandId = (CommandId)(commandOptions >> 16); in ProcessCommand()174 case CommandId.ImportKey: in ProcessCommand()177 case CommandId.ExportKey: in ProcessCommand()180 case CommandId.Hash: in ProcessCommand()183 case CommandId.HashUpdate: in ProcessCommand()184 case CommandId.HashFinish: in ProcessCommand()185 …riptorPtr, commandParams, commandParamsCount, commandOptions, (commandId == CommandId.HashFinish)); in ProcessCommand()187 case CommandId.AesEncrypt: in ProcessCommand()188 case CommandId.AesDecrypt: in ProcessCommand()189 …riptorPtr, commandParams, commandParamsCount, commandOptions, (commandId == CommandId.AesEncrypt)); in ProcessCommand()[all …]