Searched refs:commandParams (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | Silabs_SecureElement.cs | 162 uint[] commandParams = new uint[13]; in ProcessCommand() 165 commandParams[i] = txFifo.Dequeue(); in ProcessCommand() 175 …HandleImportKeyCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 178 …HandleExportKeyCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 181 …de = HandleHashCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 185 …hUpdateOrFinishCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 189 …ncryptOrDecryptCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 192 …= HandleAesCmacCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 195 …leAesCcmEncryptCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() 198 …leAesCcmDecryptCommand(inputDmaDescriptorPtr, outputDmaDescriptorPtr, commandParams, commandParams… in ProcessCommand() [all …]
|