Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs37 keyByteCount = KeyLengthByteCountAES128; in PerformAESOperation()
45 keyByteCount = KeyLengthByteCountAES128; in PerformAESOperation()
176 private const int KeyLengthByteCountAES128 = 16; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider