]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add AES crypto library
authorYen Lin <yelin@nvidia.com>
Thu, 5 Apr 2012 11:54:58 +0000 (11:54 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:37 +0000 (08:31 +0200)
commit5b1a5451d5aa3f440da071d303bc8064ae5571b9
tree7e799417424f5a3f8c480bb3c704b403e6b6bf8a
parent1aa7e23e2ba41c94d61bcd9199afb23817400f3c
Add AES crypto library

Add support for AES using an implementation from Karl Malbrain.
This offers small code size (around 5KB on ARM) and supports 128-bit
AES only.

Signed-off-by: Yen Lin <yelin@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/aes.h [new file with mode: 0644]
lib/Makefile
lib/aes.c [new file with mode: 0644]