mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
26dd993657
Add the basic functionality required to support the standard crypt format. The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and their formatting is therefor retained. The integration is done via a crypt_compare() function in crypt.c. ``` libxcrypt $ git describe --long --always --all tags/v4.4.17-0-g6b110bc ``` Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> |
||
---|---|---|
.. | ||
asn1.c | ||
cmd_ut_lib.c | ||
efi_device_path.c | ||
efi_image_region.c | ||
getopt.c | ||
hexdump.c | ||
lmb.c | ||
longjmp.c | ||
Makefile | ||
rsa.c | ||
sscanf.c | ||
string.c | ||
strlcat.c | ||
test_aes.c | ||
test_crypt.c | ||
test_errno_str.c | ||
test_print.c |