barebox/crypto
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
crc7.c crypto: Add crc7 function 2011-11-25 12:37:25 +01:00
crc16.c crc16: Make buffer argument const 2015-06-08 13:47:54 +02:00
crc32.c include: move crc specific stuff to crc.h 2016-04-15 12:21:44 +02:00
digest.c crypto: add digest_alloc_by_algo() 2016-01-26 22:45:41 +01:00
hmac.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
Kconfig Merge branch 'for-next/ratp' 2016-02-08 08:27:01 +01:00
keystore.c crypto: add simple keystore 2015-11-27 08:26:40 +01:00
Makefile crypto: add RSA support 2016-01-26 22:45:41 +01:00
md5.c crypto: add digest_alloc_by_algo() 2016-01-26 22:45:41 +01:00
pbkdf2.c crypto: add pbkdf2 hmac key generator 2015-03-19 07:46:22 +01:00
rsa.c crypto: add RSA support 2016-01-26 22:45:41 +01:00
sha1.c crypto: add digest_alloc_by_algo() 2016-01-26 22:45:41 +01:00
sha2.c crypto: add digest_alloc_by_algo() 2016-01-26 22:45:41 +01:00
sha4.c crypto: add digest_alloc_by_algo() 2016-01-26 22:45:41 +01:00