Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs525 kmac.Init(new KeyParameter(Key.Take(KeyLengthInBytes).ToArray())); in RunFirstHasher()
752 private int KeyLengthInBytes property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC