All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/5] aes: add support for aes192 and aes256
@ 2019-11-15 18:10 Philippe Reynes
  2019-11-15 18:10 ` [U-Boot] [PATCH V3 1/5] aes: add a define for the size of a block Philippe Reynes
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Philippe Reynes @ 2019-11-15 18:10 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. The forth add a test unit for aes128,
and the sixth  add a test unit for aes 196 and aes256.

Philippe Reynes (5):
  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
  aes: add test unit for aes128
  aes: add test unit for aes196 and aes256

 arch/arm/mach-tegra/tegra20/crypto.c |  41 +++++----
 cmd/aes.c                            |  40 ++++++---
 include/uboot_aes.h                  |  39 +++++---
 lib/aes.c                            | 111 ++++++++++++++---------
 test/lib/Makefile                    |   1 +
 test/lib/test_aes.c                  | 166 +++++++++++++++++++++++++++++++++++
 6 files changed, 313 insertions(+), 85 deletions(-)
 create mode 100644 test/lib/test_aes.c

-- 
2.7.4

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

end of thread, other threads:[~2019-12-22 23:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 18:10 [U-Boot] [PATCH V3 0/5] aes: add support for aes192 and aes256 Philippe Reynes
2019-11-15 18:10 ` [U-Boot] [PATCH V3 1/5] aes: add a define for the size of a block Philippe Reynes
2019-12-22 23:48   ` Simon Glass
2019-11-15 18:10 ` [U-Boot] [PATCH V3 2/5] aes: add support of aes192 and aes256 Philippe Reynes
2019-12-22 23:48   ` Simon Glass
2019-11-15 18:10 ` [U-Boot] [PATCH V3 3/5] tegra20: crypto: update code to use new aes api Philippe Reynes
2019-12-22 23:48   ` Simon Glass
2019-11-15 18:10 ` [U-Boot] [PATCH V3 4/5] aes: add test unit for aes128 Philippe Reynes
2019-12-22 23:48   ` Simon Glass
2019-11-15 18:10 ` [U-Boot] [PATCH V3 5/5] aes: add test unit for aes196 and aes256 Philippe Reynes
2019-12-22 23:48   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.