commit | 6e7b9f4fa0aed88051d6700afa510430b5d3fb69 | [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 | 957ba85ce9bbf9d82716798287e50612afb07fc7 [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>