mbedtls/include/psa
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
..
crypto_accel_driver.h Pacify check-names.sh 2019-03-06 18:29:57 +01:00
crypto_compat.h Change the compatibility API to inline functions 2020-02-10 17:26:22 +00:00
crypto_driver_common.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_entropy_driver.h Doxygen changes to match the code changes. clarifications. 2019-02-15 17:23:42 -06:00
crypto_extra.h Change the encoding of key types to have a parity bit 2020-01-31 10:24:21 +01:00
crypto_platform.h Merge pull request #139 from Patater/des-faster-and-typo-fix 2019-09-04 12:18:39 +01:00
crypto_se_driver.h SE driver: validate_slot_number: support changing persistent data 2019-10-01 14:27:23 +02:00
crypto_sizes.h Define EC curve family constants 2020-01-31 10:15:32 +01:00
crypto_struct.h Change key types to a 16-bit encoding 2020-01-31 10:24:21 +01:00
crypto_types.h Document the vendor range for EC curve and DH group families 2020-01-31 10:24:21 +01:00
crypto_values.h Change the encoding of key types to have a parity bit 2020-01-31 10:24:21 +01:00
crypto.h Define EC curve family constants 2020-01-31 10:15:32 +01:00