u-boot-2016/lib
Stephen Warren 53eb768dfb aes: make apply_cbc_chain_data non-static
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: 6e7b9f4fa0 ("aes: Move the AES-128-CBC encryption function to common code")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
2014-04-18 16:14:17 -04:00
..
libfdt
lzma kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
lzo
rsa tools, fit_check_sign: verify a signed fit image 2014-03-21 16:40:38 -04:00
tizen Logo: TIZEN: Change booting logo size to official size. 2014-03-28 15:06:30 -04:00
zlib
addr_map.c
aes.c aes: make apply_cbc_chain_data non-static 2014-04-18 16:14:17 -04:00
asm-offsets.c
bch.c
bitrev.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c
crc7.c
crc8.c
crc16.c
crc32.c
ctype.c
display_options.c Add 64-bit data support for memory commands 2014-03-04 12:15:30 -05:00
div64.c
errno.c
fdtdec.c Merge branch 'next' 2014-04-17 14:33:25 -04:00
fdtdec_test.c
gunzip.c
gzip.c
hang.c
hashtable.c
initcall.c
ldiv.c
linux_string.c
lmb.c
Makefile lib: uuid: add functions to generate UUID version 4 2014-04-02 16:35:53 -04:00
md5.c
net_utils.c
physmem.c
qsort.c
rand.c
rbtree.c
sha1.c
sha256.c fit: add sha256 support 2014-03-21 16:39:33 -04:00
slre.c
string.c
strmhz.c
time.c
tpm.c
trace.c
uuid.c cmd:gpt: randomly generate each partition uuid if undefined 2014-04-02 16:36:06 -04:00
vsprintf.c