Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs260 case WorkingState.OwnerIntermediateKey: in AdvanceState()
464 case WorkingState.OwnerIntermediateKey:
482 case WorkingState.OwnerIntermediateKey:
561 OwnerIntermediateKey = 3, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_KeyManagerTest.cs58 … Assert.AreEqual(OpenTitan_KeyManager.WorkingState.OwnerIntermediateKey, GetWorkingState()); in ShouldAdvanceStateProperly()