Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_AES_Test.cs57 WriteInputData(decrypted); in ShouldGiveCorrectEncryptionOutput()
73 WriteInputData(decrypted); in ShouldWorkInManualModeToo()
106 …Assert.AreEqual(decrypted[i], actual, "DATA_OUT_{0}: Expected: 0x{1:X}, Got: 0x{2:x}", i, decrypte… in ShouldGiveCorrectDecryptionOutput()
128 WriteInputData(decrypted); in ShouldRandomizeInputRegistersOnTrigger()
146 WriteInputData(decrypted); in ShouldBeAbleToDoMultipleTransformationsWithASingleKey()
152 …Assert.AreEqual(decrypted[i], actual, "DATA_OUT_{0}: Expected: 0x{1:X}, Got: 0x{2:x}", i, decrypte… in ShouldBeAbleToDoMultipleTransformationsWithASingleKey()
180 private readonly uint[] decrypted = { 0x33221100, 0x77665544, 0xBBAA9988, 0xFFEEDDCC }; field in Antmicro.Renode.PeripheralsTests.OpenTitan_AES_Tests