Searched refs:RootKeyExpectedLength (Results 1 – 1 of 1) sorted by relevance
57 …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