Searched refs:entropySizeInBytes (Results 1 – 1 of 1) sorted by relevance
709 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