mbed TLS v3.1.0
|
PSA cryptography module: macros to build and analyze integer values. More...
#include "mbedtls/private_access.h"
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.
This header file only defines preprocessor macros.
Definition in file crypto_values.h.