1
0
Fork 0
remarkable-uboot/lib/rsa
gaurav rana ccf288612f rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
Remove dependency of rsa_mod_exp from CONFIG_FIT_SIGNATURE.
As rsa modular exponentiation is an independent module
and can be invoked independently.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <yorksun@freescale.com>
2015-03-05 12:04:59 -08:00
..
Kconfig lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation 2015-01-29 17:09:59 -07:00
Makefile rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP 2015-03-05 12:04:59 -08:00
rsa-checksum.c rsa: Use checksum algorithms from struct hash_algo 2015-01-29 17:09:59 -07:00
rsa-mod-exp.c rsa: Split the rsa-verify to separate the modular exponentiation 2015-01-29 17:09:58 -07:00
rsa-sign.c rsa: Fix two errors in the implementation 2014-08-09 11:17:04 -04:00
rsa-verify.c rsa: Use checksum algorithms from struct hash_algo 2015-01-29 17:09:59 -07:00