rv1126-uboot/lib/rsa
Philippe Reynes 219050bf6a UPSTREAM: rsa: add a structure for the padding
The rsa signature use a padding algorithm. By default, we use the
padding pkcs-1.5. In order to add some new padding algorithm, we
add a padding framework to manage several padding algorithm.
The choice of the padding is done in the file .its.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit 20031567e12bb312bff95b70767f6275e20f0346)

Conflicts:
	common/image-fit.c
	lib/rsa/rsa-sign.c
	lib/rsa/rsa-verify.c

Change-Id: Ie522fec1ea69e6b86ebde0f7dad91a45670da66b
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2020-07-15 10:33:36 +08:00
..
Kconfig Kconfig: Don't use RSA_FREESCALE_EXP on IMX 2017-03-20 18:04:42 -04:00
Makefile
rsa-checksum.c lib: rsa: checksum: clean up hash calculate 2020-07-07 14:36:20 +08:00
rsa-mod-exp.c lib: rsa: workaround fdt64_to_cpu() align issue 2020-03-13 11:23:53 +08:00
rsa-sign.c UPSTREAM: rsa: add a structure for the padding 2020-07-15 10:33:36 +08:00
rsa-verify.c UPSTREAM: rsa: add a structure for the padding 2020-07-15 10:33:36 +08:00