mbedtls/include/psa
Bence Szépkúti bb0cfeb2d4 Rename config.h to mbedtls_config.h
This commit was generated using the following script:

# ========================
#!/bin/sh
git ls-files | grep -v '^ChangeLog' | xargs sed -b -E -i '
s/((check|crypto|full|mbedtls|query)_config)\.h/\1\nh/g
s/config\.h/mbedtls_config.h/g
y/\n/./
'
mv include/mbedtls/config.h include/mbedtls/mbedtls_config.h
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2021-06-28 09:28:33 +01:00
..
crypto.h Remove MD2, MD4, RC4, Blowfish and XTEA 2021-06-16 10:34:25 +02:00
crypto_builtin_composites.h Run MBEDTLS_PRIVATE wrapping script on the library. 2021-05-21 18:10:44 +02:00
crypto_builtin_primitives.h Remove MD2, MD4, RC4, Blowfish and XTEA 2021-06-16 10:34:25 +02:00
crypto_compat.h Fix typos in C header files 2021-05-10 19:54:11 +02:00
crypto_config.h Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
crypto_driver_common.h Remove old-style accelerator and entropy driver interfaces 2020-11-30 17:37:14 +01:00
crypto_driver_contexts_composites.h Add boilerplate for dispatching MAC operations 2021-05-07 23:32:32 +02:00
crypto_driver_contexts_primitives.h Remove inclusion of top-level crypto.h from the driver context header 2021-05-07 23:32:32 +02:00
crypto_extra.h Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
crypto_platform.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
crypto_se_driver.h Run MBEDTLS_PRIVATE wrapping script on the library. 2021-05-21 18:10:44 +02:00
crypto_sizes.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
crypto_struct.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
crypto_types.h PSA PAKE: move the API to crypto_extra.h 2021-06-08 14:48:34 +01:00
crypto_values.h Hopefully clarify the example 2021-06-23 13:53:56 +02:00