Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DISideloadableKey.cs11 public interface ISideloadableKey interface
DOpenTitan_KeyManager.cs27 …bleMasking = true, int randomSeed = 0, ISideloadableKey kmac = null, ISideloadableKey aes = null, in OpenTitan_KeyManager()
30 destinations = new Dictionary<Destination, ISideloadableKey>(); in OpenTitan_KeyManager()
533 private readonly Dictionary<Destination, ISideloadableKey> destinations;
DOpenTitan_AES.cs20 public class OpenTitan_AES : BasicDoubleWordPeripheral, IKnownSize, ISideloadableKey
DOpenTitan_KMAC.cs22 …nTitan_KMAC : IDoubleWordPeripheral, IWordPeripheral, IBytePeripheral, IKnownSize, ISideloadableKey