]> git.ipfire.org Git - thirdparty/u-boot.git/commit - lib/aes.c
aes: Implement AES-128-CBC decryption function
authorMarek Vasut <marex@denx.de>
Wed, 5 Mar 2014 18:58:38 +0000 (19:58 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Mar 2014 20:43:56 +0000 (16:43 -0400)
commitdc24bb6ddb416db52a60165931c0864fdba1f60b
tree3fe6c7b3144be31fa5e62591413ad44cb927c60b
parent6e7b9f4fa0aed88051d6700afa510430b5d3fb69
aes: Implement AES-128-CBC decryption function

Implement a compatible AES-128-CBC decryption function as a counterpart
of the encryption function pulled from tegra20-common/crypto.c .

Signed-off-by: Marek Vasut <marex@denx.de>
include/aes.h
lib/aes.c