mbedtls/include/psa
Ronald Cron cf56a0a320 psa: Move from key handle to key identifier
Move all the PSA crypto APIs using key handles
to use key identifiers but psa_key_open() and
psa_key_close(). This is done without modifying
any test as key handles and key identifiers are
now the same.

Update the library modules using PSA crypto APIs
to get rid of key handles.

Programs and unit tests are updated to not use
key handles in subsequent commits, not in this
one.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2020-11-10 16:00:41 +01:00
..
crypto.h psa: Move from key handle to key identifier 2020-11-10 16:00:41 +01:00
crypto_accel_driver.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
crypto_compat.h psa: Move from key handle to key identifier 2020-11-10 16:00:41 +01: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 Define handles as key identifiers 2020-11-10 16:00:41 +01: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 support macros for IV/nonce sizes 2020-10-29 11:07:39 +01: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 from key handle to key identifier 2020-11-10 16:00:41 +01:00
crypto_values.h psa: Move from key handle to key identifier 2020-11-10 16:00:41 +01:00