Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs40 sideloadKey = new byte[ExpectedKeyLength]; in OpenTitan_KMAC()
122 sideloadKey = new byte[ExpectedKeyLength]; in Reset()
149 if(tempKey.Length != ExpectedKeyLength)
810 private const int ExpectedKeyLength = 64; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC