Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs41 keyByteCount = KeyLengthByteCountAES256; in PerformAESOperation()
65 … manager.TryReadBytes((long)AESRegisters.Key, KeyLengthByteCountAES256, out var keyBytes); in PerformAESOperationDMA()
175 private const int KeyLengthByteCountAES256 = 32; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider