Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs43 .WithValueField(0, 32, out dmaInputAddress) in CC2538_Cryptoprocessor()
375 keys[i] = sysbus.ReadBytes(dmaInputAddress.Value, KeyEntrySizeInBytes); in HandleKeyTransfer()
376 dmaInputAddress.Value += KeyEntrySizeInBytes; in HandleKeyTransfer()
390 … ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, aes.EncryptBlockInSitu); in HandleCbcMac()
414 … ProcessDataInMemory((uint)dmaInputAddress.Value, (uint)dmaOutputAddress.Value, length, b => in HandleCtr()
431 … ProcessDataInMemory((uint)dmaInputAddress.Value, (uint)dmaOutputAddress.Value, length, processor); in HandleEcb()
443 … ProcessDataInMemory((uint)dmaInputAddress.Value, (uint)dmaOutputAddress.Value, length, processor); in HandleCbc()
470 …ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockIn… in HandleCcmAuthentication()
496 …ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockIn… in HandleCcmAuthentication()
531 …ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockIn… in HandleCcmDecryption()
[all …]