mbed TLS v3.1.0
|
PSA cryptography module: Mbed TLS platform definitions. More...
#include "mbedtls/private_access.h"
#include "mbedtls/build_info.h"
#include "mbedtls/config_psa.h"
#include <stdint.h>
#include "crypto_spe.h"
Go to the source code of this file.
Data Structures | |
struct | mbedtls_psa_external_random_context_t |
Macros | |
#define | PSA_CRYPTO_SECURE 1 |
Typedefs | |
typedef int32_t | mbedtls_key_owner_id_t |
Functions | |
static int | mbedtls_key_owner_id_equal (mbedtls_key_owner_id_t id1, mbedtls_key_owner_id_t id2) |
PSA cryptography module: Mbed TLS platform definitions.
This file contains platform-dependent type definitions.
In implementations with isolation between the application and the cryptography module, implementers should take care to ensure that the definitions that are exposed to applications match what the module implements.
Definition in file crypto_platform.h.
#define PSA_CRYPTO_SECURE 1 |
Definition at line 89 of file crypto_platform.h.
typedef int32_t mbedtls_key_owner_id_t |
Definition at line 64 of file crypto_platform.h.
|
inlinestatic |
Compare two key owner identifiers.
id1 | First key owner identifier. |
id2 | Second key owner identifier. |
Definition at line 73 of file crypto_platform.h.