Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs356 if(length != numberOfConsecutiveSlots * KeyEntrySizeInBytes) in HandleKeyTransfer()
358 …1} (each of size {2}B). Ignoring transfer", length, numberOfConsecutiveSlots, KeyEntrySizeInBytes); in HandleKeyTransfer()
375 keys[i] = sysbus.ReadBytes(dmaInputAddress.Value, KeyEntrySizeInBytes); in HandleKeyTransfer()
376 dmaInputAddress.Value += KeyEntrySizeInBytes; in HandleKeyTransfer()
670 private const int KeyEntrySizeInBytes = 16; field in Antmicro.Renode.Peripherals.Miscellaneous.CC2538_Cryptoprocessor