Searched refs:entropySource (Results 1 – 2 of 2) sorted by relevance
24 … public OpenTitan_CSRNG(IMachine machine, OpenTitan_EntropySource entropySource) : base(machine) in OpenTitan_CSRNG() argument26 this.entropySource = entropySource; in OpenTitan_CSRNG()83 …trSP800Drbg(new AesEngine(), keySizeInBits: 256, securityStrength: 256, entropySource: fakeEntropy, in ReinstantiateInternal()525 fakeEntropy.SetEntropySource(entropySource.RequestEntropySourceData); in ReseedZeroLength()663 private readonly OpenTitan_EntropySource entropySource; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG
22 entropySource = EmulationManager.Instance.CurrentEmulation.RandomGenerator; in OpenTitan_EntropySource()85 var value = (uint)entropySource.Next(); in GenerateEntropyData()614 private readonly PseudorandomNumberGenerator entropySource; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource