summaryrefslogtreecommitdiff
path: root/include/u-boot
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-211-1/+1
* sha1: Fix digest state size/typeLoic Poulain2022-06-271-1/+1
* crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2022-04-211-0/+3
* crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár2022-04-211-1/+1
* lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444252022-04-111-2/+2
* lib/lz4: update LZ4 decompressor moduleHuang Jianan2022-03-151-0/+49
* rsa: adds rsa3072 algorithmJamin Lin2022-01-281-0/+1
* image: Return destination node for add_verify_data() methodSimon Glass2022-01-262-4/+6
* doc: replace @return by Return:Heinrich Schuchardt2022-01-196-11/+11
* lib: add BLAKE2 hash supportQu Wenruo2022-01-181-0/+94
* lz4: Use a private header for U-BootSimon Glass2021-10-091-0/+24
* image: Drop unnecessary #ifdefs from image.hSimon Glass2021-10-081-2/+3
* image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2021-10-081-2/+0
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-2/+4
|\
| * common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-081-2/+4
* | dm: hash: Add new UCLASS_HASH supportChia-Wei Wang2021-09-011-0/+61
* | lib/md5: Export progressive APIsChia-Wei Wang2021-09-011-0/+4
|/
* lib: rsa: Remove #ifdefs from rsa.hAlexandru Gagniuc2021-07-161-47/+0
* lib: ecdsa: Remove #ifdefs from ecdsa.hAlexandru Gagniuc2021-07-161-25/+0
* image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-161-4/+4
* lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-141-0/+94
* lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2021-04-141-0/+27
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-141-0/+0
* lib: rsa: struct udevice build warningHeinrich Schuchardt2021-02-241-0/+2
* xilinx: zynq: Change types from u32 to uint32_tMichal Simek2020-10-271-1/+1
* fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-2/+4
* include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa2020-08-071-0/+32
* lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2020-07-111-0/+3
* lib: rsa: function to verify a signature against a hashWIP/2020-07-08-misc-features-and-fixesHeiko Stuebner2020-07-081-0/+21
* Add support for SHA384 and SHA512Reuben Dowle2020-06-122-0/+39
* lib: rsa: generate additional parameters for public keyAKASHI Takahiro2020-03-121-0/+23
* u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-supportPhilippe Reynes2020-01-171-0/+13
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+31
* include/u-boot/crc.h: pull 'uint' definition on musl targetsSergei Trofimovich2020-01-031-0/+2
* crc: Fix code style with crc functionsSimon Glass2019-12-021-7/+68
* common: Drop linux/crc8.hSimon Glass2019-12-021-1/+13
* Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2018-12-081-0/+11
* lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-0/+3
* rsa: add support of padding pssPhilippe Reynes2018-12-031-0/+15
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+13
* xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2018-07-191-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-14/+8
* include: Add a variadic macro to call a callback for all argumentsMarek Behún2017-10-021-0/+59
* lib: Add CRC32-CMarek Behún2017-10-021-0/+4
* tools: Allow crc8 to be usedoliver@schinagl.nl2017-02-071-0/+3
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-213-4/+6
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-0/+2
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-13/+1
* Correct License and Copyright information on few filesRuchika Gupta2015-08-121-1/+1
* rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-291-4/+13