Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs55 …y = ConstructorParseHexstringArgument("creatorKey", creatorKey, CreatorKeyExpectedLength); // KEYM… in OpenTitan_KeyManager()
540 private const int CreatorKeyExpectedLength = 256 / 8; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager