u-boot/lib/rsa
George McCollister f4e9ff7135 Kconfig: Don't use RSA_FREESCALE_EXP on IMX
The CAAM in IMX parts doesn't support public key hardware acceleration
(PKHA), so don't use RSA_FREESCALE_EXP. If you try to use it on IMX
(assuming you have the clocks enabled first) you will get back an
"Invalid KEY Command" error since PKHA isn't a valid key destination for
these parts.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-03-20 18:04:42 -04:00
..
Kconfig Kconfig: Don't use RSA_FREESCALE_EXP on IMX 2017-03-20 18:04:42 -04:00
Makefile verified-boot: Minimal support for booting U-Boot proper from SPL 2016-06-12 13:14:58 -04:00
rsa-checksum.c rsa: Verify RSA padding programatically 2016-11-21 14:07:30 -05:00
rsa-mod-exp.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
rsa-sign.c mkimage: Add support for signing with pkcs11 2017-01-14 16:47:13 -05:00
rsa-verify.c image: Combine image_sig_algo with image_sign_info 2016-11-21 14:07:31 -05:00