Searched refs:ISideloadableKey (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | ISideloadableKey.cs | 11 public interface ISideloadableKey interface
|
| D | OpenTitan_KeyManager.cs | 27 …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;
|
| D | OpenTitan_AES.cs | 20 public class OpenTitan_AES : BasicDoubleWordPeripheral, IKnownSize, ISideloadableKey
|
| D | OpenTitan_KMAC.cs | 22 …nTitan_KMAC : IDoubleWordPeripheral, IWordPeripheral, IBytePeripheral, IKnownSize, ISideloadableKey
|