commit | 23ec68c42904d1df20973e37f7d65ed80eb808a9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Mar 05 19:58:37 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Fri Mar 21 16:43:53 2014 -0400 |
tree | 7c17953ff2ef5dc5e1279bd6b4fb894c9d72e3bd | |
parent | 01655ef21d412e8fee10d051bbb4cd683a306826 [diff] |
aes: Move the AES-128-CBC encryption function to common code Move the AES-128-CBC encryption function implemented in tegra20-common/crypto.c into lib/aes.c . This is well re-usable common code. Moreover, clean the code up a bit and fix the kerneldoc-style annotations. Signed-off-by: Marek Vasut <marex@denx.de>