aboutsummaryrefslogtreecommitdiff
path: root/include/u-boot
AgeCommit message (Expand)AuthorFilesLines
2025-01-18Merge patch series "add the support of sha256_hmac and sha256_hkdf"Tom Rini1-0/+24
2025-01-18lib: mbedtls: sha256: add support of key derivationPhilippe Reynes1-0/+20
2025-01-18lib: sha256: add feature sha256_hmacPhilippe Reynes1-0/+4
2024-12-27hash: Plumb crc8 into the hash functionsSimon Glass1-0/+3
2024-12-12Revert "Merge patch series "vbe: Series part E""Tom Rini1-3/+0
2024-12-12Merge patch series "vbe: Series part E"Tom Rini1-0/+3
2024-12-12hash: Plumb crc8 into the hash functionsSimon Glass1-0/+3
2024-12-06net: disable MBEDTLS in SPLHeinrich Schuchardt4-8/+13
2024-10-23cyclic: introduce u-boot/schedule.hRasmus Villemoes1-0/+24
2024-10-21Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"Tom Rini1-0/+1
2024-10-21lib: ecdsa: Add ECDSA384 supportChia-Wei Wang1-0/+1
2024-10-14mbedtls: add digest shim layer for MbedTLSRaymond Mao1-0/+4
2024-10-14sha1: Remove sha1 non-watchdog APIRaymond Mao1-10/+2
2024-10-14md5: Remove md5 non-watchdog APIRaymond Mao1-6/+1
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao4-1/+56
2024-10-02Add mkimage secp521r1 ECDSA curve supportJoakim Tjernlund1-0/+1
2024-09-12include: export uuid.hCaleb Connolly1-0/+178
2024-07-29include: u-boot: Remove duplicate newlinesMarek Vasut2-3/+0
2024-07-05Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841"""Tom Rini1-10/+6
2024-07-01Merge branch 'next'Tom Rini4-5/+11
2024-06-30Revert "Merge patch series "zlib: Address CVE-2016-9841""Tom Rini1-6/+10
2024-05-22md5: Use typedef for MD5 contextRaymond Mao1-5/+5
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini3-6/+0
2024-05-06include: Add missing headers in a few instancesTom Rini3-0/+6
2024-04-12zlib: Remove incorrect ZLIB_VERSIONMichal Simek1-10/+6
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+0
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún1-1/+1
2022-06-27sha1: Fix digest state size/typeLoic Poulain1-1/+1
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár1-0/+3
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár1-1/+1
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444251-2/+2
2022-03-15lib/lz4: update LZ4 decompressor moduleHuang Jianan1-0/+49
2022-01-28rsa: adds rsa3072 algorithmJamin Lin1-0/+1
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass2-4/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt6-11/+11
2022-01-18lib: add BLAKE2 hash supportQu Wenruo1-0/+94
2021-10-09lz4: Use a private header for U-BootSimon Glass1-0/+24
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass1-2/+3
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass1-2/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-2/+4
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc1-2/+4
2021-09-01dm: hash: Add new UCLASS_HASH supportChia-Wei Wang1-0/+61
2021-09-01lib/md5: Export progressive APIsChia-Wei Wang1-0/+4
2021-07-16lib: rsa: Remove #ifdefs from rsa.hAlexandru Gagniuc1-47/+0
2021-07-16lib: ecdsa: Remove #ifdefs from ecdsa.hAlexandru Gagniuc1-25/+0
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass1-4/+4
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc1-0/+94
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc1-0/+27
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc1-0/+0
2021-02-24lib: rsa: struct udevice build warningHeinrich Schuchardt1-0/+2