mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00

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
19 lines
531 B
OpenEdge ABL
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
|