Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_AES.cs143 .WithEnumField<DoubleWordRegister, KeyLength>(8, 3, out keyLength, name: "KEY_LEN") in DefineRegisters()
233 case KeyLength.Bits128: in ConfigureAES()
236 case KeyLength.Bits192: in ConfigureAES()
239 case KeyLength.Bits256: in ConfigureAES()
316 private IEnumRegisterField<KeyLength> keyLength;
345 private enum KeyLength enum in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_AES
DOpenTitan_KMAC.cs382 {(long)Registers.KeyLength, new DoubleWordRegister(this) in BuildRegisterMap()
384 .WithEnumField<DoubleWordRegister, KeyLength>(0, 3, out keyLength, name: "len") in BuildRegisterMap()
758 case KeyLength.Key128:
760 case KeyLength.Key192:
762 case KeyLength.Key256:
764 case KeyLength.Key384:
766 case KeyLength.Key512:
788 private IEnumRegisterField<KeyLength> keyLength;
823 private enum KeyLength enum in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
911 KeyLength = 0xC0, enumerator