Mbed TLS v2.28.5
|
PSA cryptography module: macros to build and analyze integer values. More...
Go to the source code of this file.
Functions | |
static mbedtls_svc_key_id_t | mbedtls_svc_key_id_make (unsigned int unused, psa_key_id_t key_id) |
static int | mbedtls_svc_key_id_equal (mbedtls_svc_key_id_t id1, mbedtls_svc_key_id_t id2) |
static int | mbedtls_svc_key_id_is_null (mbedtls_svc_key_id_t key) |
PSA cryptography module: macros to build and analyze integer values.
This file contains portable definitions of macros to build and analyze values of integral types that encode properties of cryptographic keys, designations of cryptographic algorithms, and error codes returned by the library.
Note that many of the constants defined in this file are embedded in the persistent key store, as part of key metadata (including usage policies). As a consequence, they must not be changed (unless the storage format version changes).
This header file only defines preprocessor macros.
Definition in file crypto_values.h.