public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/4] aes: add support for aes192 and aes256
@ 2019-10-29 17:29 Philippe Reynes
  2019-10-29 17:29 ` [U-Boot] [PATCH V2 1/4] aes: add a define for the size of a block Philippe Reynes
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Philippe Reynes @ 2019-10-29 17:29 UTC (permalink / raw)
  To: u-boot

This serie add the support of aes192 and aes256.
This first commit clean a bit the code, and introduce
a constant for the block (instead of using the key size).
The second commit add the support of aes192 and aes256
to the lib and the cmd. The third update the code of
crypto for tegra20, and the forth one add tests in 
pytest for aes192 and aes256.

Philippe Reynes (4):
  aes: add a define for the size of a block
  aes: add support of aes192 and aes256
  tegra20: crypto: update code to use new aes api
  pytest: aes: add test for aes192 and aes256

 arch/arm/mach-tegra/tegra20/crypto.c |  41 ++++++------
 cmd/aes.c                            |  40 ++++++++----
 include/uboot_aes.h                  |  39 ++++++++----
 lib/aes.c                            | 111 ++++++++++++++++++++------------
 test/py/tests/test_aes.py            | 118 +++++++++++++++++++++++++++--------
 5 files changed, 237 insertions(+), 112 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-01-06 10:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-29 17:29 [U-Boot] [PATCH V2 0/4] aes: add support for aes192 and aes256 Philippe Reynes
2019-10-29 17:29 ` [U-Boot] [PATCH V2 1/4] aes: add a define for the size of a block Philippe Reynes
2019-10-30  1:48   ` Simon Glass
2019-10-29 17:29 ` [U-Boot] [PATCH V2 2/4] aes: add support of aes192 and aes256 Philippe Reynes
2019-10-30  1:49   ` Simon Glass
2019-10-29 17:29 ` [U-Boot] [PATCH V2 3/4] tegra20: crypto: update code to use new aes api Philippe Reynes
2019-10-30  1:48   ` Simon Glass
2019-10-29 17:29 ` [U-Boot] [PATCH V2 4/4] pytest: aes: add test for aes192 and aes256 Philippe Reynes
2019-10-30  1:49   ` Simon Glass
2019-10-31 13:33     ` Philippe REYNES
2019-12-10 15:18       ` Simon Glass
2020-01-06 10:51         ` Philippe REYNES

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox