From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] aes: make apply_cbc_chain_data non-static
Date: Fri, 18 Apr 2014 19:27:06 +0200 [thread overview]
Message-ID: <201404181927.06206.marex@denx.de> (raw)
In-Reply-To: <1397838538-11696-1-git-send-email-swarren@wwwdotorg.org>
On Friday, April 18, 2014 at 06:28:58 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> Tegra's crypto.c uses apply_cbc_chain_data() to sign the warm restart
> code. This function was recently moved into the core aes.c and made
> static, which prevents the Tegra code from compiling. Make it public
> again to avoid the compile errors:
>
> arch/arm/cpu/tegra20-common/crypto.c: In function ?sign_object?:
> arch/arm/cpu/tegra20-common/crypto.c:74:3: warning: implicit declaration of
> function ?apply_cbc_chain_data? [-Wimplicit-function-declaration]
> arch/arm/cpu/built-in.o: In function `sign_object':
> .../arch/arm/cpu/tegra20-common/crypto.c:74: undefined reference to
> `apply_cbc_chain_data' .../arch/arm/cpu/tegra20-common/crypto.c:78:
> undefined reference to `apply_cbc_chain_data'
>
> Fixes: 6e7b9f4fa0ae ("aes: Move the AES-128-CBC encryption function to
> common code") Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Marek Vasut <marex@denx.de>
Best regards,
Marek Vasut
next prev parent reply other threads:[~2014-04-18 17:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 16:28 [U-Boot] [PATCH] aes: make apply_cbc_chain_data non-static Stephen Warren
2014-04-18 17:11 ` Simon Glass
2014-04-18 17:27 ` Marek Vasut [this message]
2014-04-18 21:00 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201404181927.06206.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox