Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DPseudorandomBitGenerator.cs22 public void Generate() in Generate() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.PseudorandomBitGenerator
DAthenaX5200.cs145 randomGenerator.Generate(); in GenerateBlocksWithDRBG()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs377 case CommandName.Generate: in ExecuteCommand()
420 … if(drbgEngine.Generate(generatedBytes, additionalInput: null, predictionResistant: false) == -1) in FillFifoWithGeneratedBits()
678 Generate = 0x3, enumerator