1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Declare the new slot management functions in crypto.h

No changes to existing functions.
This commit is contained in:
Gilles Peskine
2018-11-30 14:08:36 +01:00
parent 3cac8c4d78
commit f535eb2e61
2 changed files with 128 additions and 0 deletions

View File

@@ -49,4 +49,7 @@
/* Integral type representing a key slot number. */
typedef uint16_t psa_key_slot_t;
/* Integral type representing a key handle. */
typedef uint16_t psa_key_handle_t;
#endif /* PSA_CRYPTO_PLATFORM_H */