Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs24 … public OpenTitan_CSRNG(IMachine machine, OpenTitan_EntropySource entropySource) : base(machine) in OpenTitan_CSRNG() argument
26 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
DOpenTitan_EntropySource.cs22 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