mbedtls/include
Soby Mathew 0a4270d732 Change the compatibility API to inline functions
This patch changes the compatibility API defined in crypto_compat.h
to static inline functions as the previous macro definitions were
causing issues for the C pre-processor when included in projects
which need to redefine the PSA function names. Making it static
inline function solves this problem neatly and also modern compilers
do a good job at inlining the function which makes the need for making
it a macro redundant.

Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2020-02-10 17:26:22 +00:00
..
mbedtls Merge remote-tracking branch 'upstream-public/development' into development 2020-02-03 18:52:36 +01:00
psa Change the compatibility API to inline functions 2020-02-10 17:26:22 +00:00
.gitignore Rename include directory to mbedtls 2015-03-10 11:23:56 +00:00
CMakeLists.txt Propagate public headers 2019-12-03 16:19:53 -06:00