Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_AES.cs64 sideloadKey = value.ToArray();
247 aes.Key = useSideloadedKey.Value ? sideloadKey : key; in ConfigureAES()
302 private byte[] sideloadKey; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_AES
DOpenTitan_KMAC.cs40 sideloadKey = new byte[ExpectedKeyLength]; in OpenTitan_KMAC()
122 sideloadKey = new byte[ExpectedKeyLength]; in Reset()
153 sideloadKey = tempKey;
720 return sideloadKey;
791 private byte[] sideloadKey; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC