mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-14 13:05:32 +00:00
Make driver IDs always visible
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
61bb8fc693
commit
aa87fd0012
|
@ -39,6 +39,7 @@
|
||||||
#endif /* PSA_CRYPTO_DRIVER_TEST */
|
#endif /* PSA_CRYPTO_DRIVER_TEST */
|
||||||
|
|
||||||
/* Repeat above block for each JSON-declared driver during autogeneration */
|
/* Repeat above block for each JSON-declared driver during autogeneration */
|
||||||
|
#endif /* MBEDTLS_PSA_CRYPTO_DRIVERS */
|
||||||
|
|
||||||
/* Auto-generated values depending on which drivers are registered.
|
/* Auto-generated values depending on which drivers are registered.
|
||||||
* ID 0 is reserved for unallocated operations.
|
* ID 0 is reserved for unallocated operations.
|
||||||
|
@ -49,7 +50,6 @@
|
||||||
#define PSA_CRYPTO_TRANSPARENT_TEST_DRIVER_ID (2)
|
#define PSA_CRYPTO_TRANSPARENT_TEST_DRIVER_ID (2)
|
||||||
#define PSA_CRYPTO_OPAQUE_TEST_DRIVER_ID (3)
|
#define PSA_CRYPTO_OPAQUE_TEST_DRIVER_ID (3)
|
||||||
#endif /* PSA_CRYPTO_DRIVER_TEST */
|
#endif /* PSA_CRYPTO_DRIVER_TEST */
|
||||||
#endif /* MBEDTLS_PSA_CRYPTO_DRIVERS */
|
|
||||||
|
|
||||||
/* Support the 'old' SE interface when asked to */
|
/* Support the 'old' SE interface when asked to */
|
||||||
#if defined(MBEDTLS_PSA_CRYPTO_SE_C)
|
#if defined(MBEDTLS_PSA_CRYPTO_SE_C)
|
||||||
|
|
Loading…
Reference in a new issue