Searched refs:KeyLengthByteCountAES256 (Results 1 – 1 of 1) sorted by relevance
41 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