Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs57 …otKeyTemp = ConstructorParseHexstringArgument("rootKey", rootKey, RootKeyExpectedLength); // OTP_K… in OpenTitan_KeyManager()
250 creatorRootStateKey = CalculateKMAC(data, RootKeyExpectedLength); in AdvanceState()
257 ownerIntermediateStateKey = CalculateKMAC(data, RootKeyExpectedLength); in AdvanceState()
263 ownerStateKey = CalculateKMAC(data, RootKeyExpectedLength); in AdvanceState()
542 private const int RootKeyExpectedLength = 256 * 2 / 8; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager