commit | f535eb2e616593807cf879914ba926a97cbe92cb | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Nov 30 14:08:36 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Dec 11 16:06:51 2018 +0100 |
tree | 30a09893f098b9abd8fbdb510cd171cf359317a5 | |
parent | 3cac8c4d7839c11b5742ecb282f20aa19c2eab19 [diff] [blame] |
Declare the new slot management functions in crypto.h No changes to existing functions.
diff --git a/include/psa/crypto_platform.h b/include/psa/crypto_platform.h index 9af320d..c203966 100644 --- a/include/psa/crypto_platform.h +++ b/include/psa/crypto_platform.h
@@ -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 */