Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs24 …iceId, string lifeCycleDiversificationConstant, string creatorKey, string ownerKey, string rootKey, in OpenTitan_KeyManager() argument
57 …var rootKeyTemp = ConstructorParseHexstringArgument("rootKey", rootKey, RootKeyExpectedLength); //… in OpenTitan_KeyManager()
62 this.rootKey = rootKeyTemp; in OpenTitan_KeyManager()
66 this.rootKey = rootKeyTemp in OpenTitan_KeyManager()
240 internalKey = rootKey; in AdvanceState()
521 private readonly byte[] rootKey; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_KeyManagerTest.cs30rootKey: "efb7ea7ee90093cf4affd9aaa2d6c0ec446cfdf5f2d5a0bfd7e2d93edc63a10256d24a00181de99e0f690b44… in Setup()