Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs707 public FakeEntropy(int defaultLengthInBytes, bool predictionResistant = false) in FakeEntropy() argument
709 this.entropySizeInBytes = defaultLengthInBytes; in FakeEntropy()