Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs317 … .WithEnumField<DoubleWordRegister, HashingMode>(4, 2, out hashingMode, name: "mode") in BuildRegisterMap()
489 switch(hashingMode.Value) in InitHasher()
551 switch(hashingMode.Value) in RunFirstHasher()
579 …rning, "Attempted to run `Process` command in {0} after failed initialization", hashingMode.Value); in RunFirstHasher()
603 switch(hashingMode.Value) in RunHasher()
620 … this.Log(LogLevel.Warning, "Unexpected hashing mode ({0}) for `Run` command", hashingMode.Value); in RunHasher()
624 …l.Warning, "Attempted to run `Run` command in {0} after failed initialization", hashingMode.Value); in RunHasher()
664 var mode = kmacEnable.Value ? HashingMode.CSHAKE : hashingMode.Value; in CheckModeAndStrength()
787 private IEnumRegisterField<HashingMode> hashingMode; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC