Searched refs:InitializationVectorLengthInBytes (Results 1 – 1 of 1) sorted by relevance
25 …nitializationVector = new ByteArrayWithAccessTracking(this, InitializationVectorLengthInBytes / si… in OpenTitan_AES()106 …Registers.InitializationVector_0.DefineMany(this, InitializationVectorLengthInBytes / sizeof(uint)… in DefineRegisters()180 …initializationVector.SetArrayTo(GetRandomArrayOfLength(InitializationVectorLengthInBytes), trackAc… in DefineRegisters()327 private const int InitializationVectorLengthInBytes = 16; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_AES