
17 Jan
2020
17 Jan
'20
7:24 p.m.
On Mon, Jan 06, 2020 at 03:22:34PM +0100, Philippe Reynes wrote:
In the code, we use the size of the key for the size of the block. It's true when the key is 128 bits, but it become false for key of 192 bits and 256 bits. So to prepare the support of aes192 and 256, we introduce a constant for the iaes block size.
Signed-off-by: Philippe Reynes philippe.reynes@softathome.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom