From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 5 Mar 2014 20:03:04 +0100 Subject: [U-Boot] [PATCH 2/4] aes: Move the AES-128-CBC encryption function to common code In-Reply-To: References: <1391658280-24709-1-git-send-email-marex@denx.de> <1391658280-24709-2-git-send-email-marex@denx.de> Message-ID: <201403052003.05081.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, February 16, 2014 at 12:30:54 AM, Simon Glass wrote: > Hi Marek, > > On 5 February 2014 20:44, Marek Vasut wrote: > > 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 Fixed all and V2 is out, thanks! Best regards, Marek Vasut