Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs50 …manager.TryReadBytes((long)AESRegisters.InitVector, InitializationVectorByteCount, out var ivBytes… in PerformAESOperation()
66 …manager.TryReadBytes((long)AESRegisters.InitVectorDMA, InitializationVectorByteCount, out var ivBy… in PerformAESOperationDMA()
177 private const int InitializationVectorByteCount = 16; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider