Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs31 manager.TryReadDoubleWord((long)AESRegisters.IterationCount, out var iterationCount); in PerformAESOperation()
36 case (uint)IterationCount.AES128: in PerformAESOperation()
39 case (uint)IterationCount.AES192: in PerformAESOperation()
40 case (uint)IterationCount.AES256: in PerformAESOperation()
180 private enum IterationCount enum in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider
202 IterationCount = 0xC, enumerator