mbedtls/include/psa
Gilles Peskine ecaa7ca507 Add missing supported algorithm to psa/crypto_config.h
The following shell command lists features that seem to be supported, but
are missing from include/psa/crypto_config.h:
```
for x in $(grep -ho -Ew '(PSA_WANT|MBEDTLS_PSA_BUILTIN)_\w+_\w+' library/psa_crypto*.c | sed 's/^MBEDTLS_PSA_BUILTIN/PSA_WANT/' | sort -u); do grep -qw $x include/psa/crypto_config.h || echo $x; done
```
This looks for PSA_WANT_<kind>_<thing> macros that gate a part of the
library, as well as their MBEDTLS_PSA_BUILTIN_<kind>_<thing> counterparts.
This is not necessarily a complete list of identifiers that must appear
in the config file, since a few features are not gated.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-01-19 12:11:18 +01:00
..
crypto.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_builtin_composites.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_builtin_primitives.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_compat.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_config.h Add missing supported algorithm to psa/crypto_config.h 2023-01-19 12:11:18 +01:00
crypto_driver_common.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_driver_contexts_composites.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_driver_contexts_primitives.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_extra.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_platform.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_se_driver.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_sizes.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_struct.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_types.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_values.h Switch to the new code style 2023-01-11 14:50:10 +01:00