u-boot/lib/rsa
Shiji Yang 961e260cdc lib: rsa: fix compilation error without openssl
The symbol TOOLS_IMAGE_PRE_LOAD doesn't depend on TOOLS_LIBCRYPTO.
If we choose to build tools without openssl, rsa_verify_openssl()
will attempt to call the unavailable openssl library functions.

Fixes: 942c8c8e66 ("rsa: Add rsa_verify_openssl() to use openssl for host builds")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
2025-06-22 10:16:39 -06:00
..
Kconfig spl: Ensure all SPL symbols in Kconfig have some SPL dependency 2022-07-07 09:29:08 -04:00
Makefile global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
rsa-keyprop.c lib: Remove <common.h> inclusion from these files 2023-12-21 08:54:37 -05:00
rsa-mod-exp.c lib: Remove <common.h> inclusion from these files 2023-12-21 08:54:37 -05:00
rsa-sign.c lib: rsa: Set conventional salt length RSA-PSS parameter 2024-11-14 18:14:05 -06:00
rsa-verify.c lib: rsa: fix compilation error without openssl 2025-06-22 10:16:39 -06:00