Searched refs:SideloadKeyLength (Results 1 – 1 of 1) sorted by relevance
161 … var length = destination.Value == Destination.OTBN ? SideloadKeyLengthOTBN : SideloadKeyLength; in RunCommand()217 var key = new byte[SideloadKeyLength]; in Invalidate()544 private const int SideloadKeyLength = 256 / 8; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager