blob: 429e0bdd0fb0b8500d6f6f501f0cd3f61b4177b1 [file] [log] [blame]
Tamas Banf8b0b2d2020-10-26 13:03:13 +00001# -----------------------------------------------------------
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# -----------------------------------------------------------
Balint Matyib7d12882020-05-14 10:32:55 +01007
8#Groups of functions that can be always shared with no exceptions
9mbedtls_asn1
10
11mbedtls_mpi
12
13mbedtls_platform
14
Tamas Banf8b0b2d2020-10-26 13:03:13 +000015mbedtls_rsa
Balint Matyib7d12882020-05-14 10:32:55 +010016
17#This group is only relevant if BL2 image encryption is on
18mbedtls_md
19
20#This group has two functions that cause runtime errors when shared, so the
21#error-free ones are listed piece by piece
22mbedtls_internal_sha256
23mbedtls_sha256_free
24mbedtls_sha256_init
25mbedtls_sha256_ret
26mbedtls_sha256_starts_ret
27
28#Symbols necessary to make sharing additional functions possible
29mbedtls_calloc
30mbedtls_free
31
32#Miscellaneous functions
33mbedtls_exit
34memset_func