Searched refs:commandParamsCount (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | Silabs_SecureElement.cs | 161 uint commandParamsCount = wordsCount - (series3 ? 5U : 4U); in ProcessCommand() 163 for(var i = 0; i < commandParamsCount; i ++) in ProcessCommand() 168 … command Options=0x{1:X} command params count={2}", commandId, commandOptions, commandParamsCount); in ProcessCommand() 175 …ImportKeyCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount); in ProcessCommand() 178 …Command(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount, series3); in ProcessCommand() 181 …mand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount, commandOpti… in ProcessCommand() 185 …mand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount, commandOpti… in ProcessCommand() 189 …mand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount, commandOpti… in ProcessCommand() 192 …leAesCmacCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount); in ProcessCommand() 195 …cmEncryptCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParamsCount); in ProcessCommand() [all …]
|