arm-trusted-firmware/plat/arm/board/fvp/jmptbl_mbedtls_psa.i
laurenw cf1b7fe657 feat(romlib): add PSA Crypto ROMLIB support
Adding PSA Crypto MBedTLS specific jump table to allow use of ROMLIB, to
be included when PSA_CRYPTO=1 and enabled.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: Iff7f0e3c5cba6b89f1732f6c80d3060498e3675d
2025-02-26 14:44:34 -06:00

19 lines
531 B
OpenEdge ABL

#
# Copyright (c) 2025, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Platform-specific ROMLIB MbedTLS PSA Crypto functions can be added here.
# During the build process, this file is appended to jmptbl.i
# if MbedTLS support is required and PSA Crypto is supported.
#
# Format:
# lib function [patch]
# Example:
# mbedtls psa_crypto_init
mbedtls mbedtls_pk_get_psa_attributes
mbedtls mbedtls_pk_import_into_psa
mbedtls psa_crypto_init
mbedtls psa_destroy_key
mbedtls psa_verify_message