Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs240 internalKey = rootKey; in AdvanceState()
251 internalKey = creatorRootStateKey; in AdvanceState()
258 internalKey = ownerIntermediateStateKey; in AdvanceState()
264 internalKey = ownerStateKey; in AdvanceState()
287 mac.Init(new KeyParameter(internalKey)); in CalculateKMAC()
511 private byte[] internalKey; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager