Searched refs:predictionResistant (Results 1 – 1 of 1) sorted by relevance
420 … if(drbgEngine.Generate(generatedBytes, additionalInput: null, predictionResistant: false) == -1) in FillFifoWithGeneratedBits()707 public FakeEntropy(int defaultLengthInBytes, bool predictionResistant = false) in FakeEntropy() argument710 this.predictionResistant = predictionResistant; in FakeEntropy()713 public bool IsPredictionResistant => predictionResistant;738 private bool predictionResistant; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG.FakeEntropy