Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_AES_Test.cs46 WriteInputData(encrypted); in ShouldKeepTrackOfDataWrites()
57 WriteInputData(decrypted); in ShouldGiveCorrectEncryptionOutput()
73 WriteInputData(decrypted); in ShouldWorkInManualModeToo()
101 WriteInputData(encrypted); in ShouldGiveCorrectDecryptionOutput()
128 WriteInputData(decrypted); in ShouldRandomizeInputRegistersOnTrigger()
146 WriteInputData(decrypted); in ShouldBeAbleToDoMultipleTransformationsWithASingleKey()
147 WriteInputData(encrypted); in ShouldBeAbleToDoMultipleTransformationsWithASingleKey()
156 private void WriteInputData(uint[] data) in WriteInputData() method in Antmicro.Renode.PeripheralsTests.OpenTitan_AES_Tests