commit | a40315e4450023e6667f9e00cfe1cd90beabbf0b | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Mon Jan 06 15:22:35 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 10:15:49 2020 -0500 |
tree | 2b026e93d996928ef0e1000edb4812331a3f3f62 | |
parent | 458db3ce1685d478571f2259f1719b356724020c [diff] |
aes: add support of aes192 and aes256 Until now, we only support aes128. This commit add the support of aes192 and aes256. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>