u-boot/include/crypto
Raymond Mao f13cd90762 mbedtls: access mbedtls private members in mscode and pkcs7 parser
U-Boot requires to access x509_internal.h, mbedtls_sha256_context and
mbedtls_sha1_context in the porting layer, and this requires to
enable MBEDTLS_ALLOW_PRIVATE_ACCESS.

Enable it to mscode and pkcs7_parser to fix a mbedtls internal building
error when X509 is selected.

Moreover, Move it to a separate file to avoid enabling it in multiple
places.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2025-02-27 12:11:02 -06:00
..
internal
ecdsa-uclass.h dm: crypto: Define UCLASS API for ECDSA signature verification 2021-08-16 10:49:35 +02:00
mscode.h mbedtls: access mbedtls private members in mscode and pkcs7 parser 2025-02-27 12:11:02 -06:00
pkcs7.h lib: crypto: export and enhance pkcs7_verify_one() 2020-07-22 12:37:17 +02:00
pkcs7_parser.h mbedtls: access mbedtls private members in mscode and pkcs7 parser 2025-02-27 12:11:02 -06:00
public_key.h lib/crypto: Adapt public_key header with MbedTLS 2024-10-14 17:58:44 -06:00
x509_parser.h lib/crypto: Adapt x509_cert_parser to MbedTLS 2024-10-14 17:58:46 -06:00