Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs250 creatorRootStateKey = CalculateKMAC(data, RootKeyExpectedLength); in AdvanceState()
251 internalKey = creatorRootStateKey; in AdvanceState()
507 private byte[] creatorRootStateKey; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager