Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs143 if(CheckLegality(IllegalForAdvance)) in RunCommand()
149 if(CheckLegality(IllegalForGenerate)) in RunCommand()
155 if(CheckLegality(IllegalForGenerate) && CheckKeyVersion()) in RunCommand()
174 if(CheckLegality(IllegalForGenerate) && CheckKeyVersion()) in RunCommand()
184 if(CheckLegality(IllegalForDisable)) in RunCommand()
195 private bool CheckLegality(WorkingState[] illegalStates) in CheckLegality() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager