Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs286 var mac = new KMac(KmacBitLength, null); in CalculateKMAC()
536 private const int KmacBitLength = 256; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager