mbedtls/include/psa
John Durkop 0ea39e0ee4 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library
The psa crypto library was generically using PSA_WANT_ALG_xxx, but
should have been using the correct MBEDTLS_PSA_BUILTIN_ALG_xxx
definition since that code is the builtin version. There were also
a couple of spots that needed to ensure the code block was enabled
for either ECDSA or DETERMINISTIC_ECDSA, not just one of them.

Fixed all the new ALG_ECDSA_DETERMINISTIC names to be
ALG_DETERMINISTIC_ECDSA instead.

Fixed test to use correct definitions.

Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
2020-10-15 07:39:02 -07:00
..
crypto.h psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t 2020-09-02 14:27:07 +02:00
crypto_accel_driver.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_compat.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_config.h Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library 2020-10-15 07:39:02 -07:00
crypto_driver_common.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_entropy_driver.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_extra.h Define always psa_key_id_t as defined in PSA crypto spec 2020-09-02 14:27:07 +02:00
crypto_platform.h Fix key owner identifier documentation 2020-09-15 08:50:20 +02:00
crypto_se_driver.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_sizes.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_struct.h Merge pull request #3527 from ronald-cron-arm/key-extended-id 2020-09-15 16:06:06 +02:00
crypto_types.h psa: Move key identifier related macros and functions 2020-09-15 08:50:20 +02:00
crypto_values.h Merge pull request #3527 from ronald-cron-arm/key-extended-id 2020-09-15 16:06:06 +02:00