Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs420 … if(drbgEngine.Generate(generatedBytes, additionalInput: null, predictionResistant: false) == -1) in FillFifoWithGeneratedBits()
707 public FakeEntropy(int defaultLengthInBytes, bool predictionResistant = false) in FakeEntropy() argument
710 this.predictionResistant = predictionResistant; in FakeEntropy()
713 public bool IsPredictionResistant => predictionResistant;
738 private bool predictionResistant; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG.FakeEntropy