mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix copypasta in the documentation of PSA_KEY_ID_xxx_{MIN,MAX}
This commit is contained in:
@ -1443,13 +1443,13 @@
|
|||||||
/** The minimum value for a key identifier chosen by the application.
|
/** The minimum value for a key identifier chosen by the application.
|
||||||
*/
|
*/
|
||||||
#define PSA_KEY_ID_USER_MIN ((psa_key_id_t)0x00000001)
|
#define PSA_KEY_ID_USER_MIN ((psa_key_id_t)0x00000001)
|
||||||
/** The minimum value for a key identifier chosen by the application.
|
/** The maximum value for a key identifier chosen by the application.
|
||||||
*/
|
*/
|
||||||
#define PSA_KEY_ID_USER_MAX ((psa_key_id_t)0x3fffffff)
|
#define PSA_KEY_ID_USER_MAX ((psa_key_id_t)0x3fffffff)
|
||||||
/** The minimum value for a key identifier chosen by the application.
|
/** The minimum value for a key identifier chosen by the implementation.
|
||||||
*/
|
*/
|
||||||
#define PSA_KEY_ID_VENDOR_MIN ((psa_key_id_t)0x40000000)
|
#define PSA_KEY_ID_VENDOR_MIN ((psa_key_id_t)0x40000000)
|
||||||
/** The minimum value for a key identifier chosen by the application.
|
/** The maximum value for a key identifier chosen by the implementation.
|
||||||
*/
|
*/
|
||||||
#define PSA_KEY_ID_VENDOR_MAX ((psa_key_id_t)0x7fffffff)
|
#define PSA_KEY_ID_VENDOR_MAX ((psa_key_id_t)0x7fffffff)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user