1 # 2 # Copyright (c) 2025, Arm Limited. All rights reserved. 3 # 4 # SPDX-License-Identifier: BSD-3-Clause 5 # 6 # Platform-specific ROMLIB MbedTLS PSA Crypto functions can be added here. 7 # During the build process, this file is appended to jmptbl.i 8 # if MbedTLS support is required and PSA Crypto is supported. 9 # 10 # Format: 11 # lib function [patch] 12 # Example: 13 # mbedtls psa_crypto_init 14 15 mbedtls mbedtls_pk_get_psa_attributes 16 mbedtls mbedtls_pk_import_into_psa 17 mbedtls psa_crypto_init 18 mbedtls psa_destroy_key 19 mbedtls psa_verify_message 20