Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs709 this.entropySizeInBytes = defaultLengthInBytes; in FakeEntropy()
716 public int EntropySize => entropySizeInBytes * 8;
720 entropySizeInBytes = size; in SetEntropySizeInBytes()
731 return new byte[entropySizeInBytes]; in GetEntropy()
737 private int entropySizeInBytes; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG.FakeEntropy