Mbed TLS v2.28.5
|
Utility functions for the use of the PSA Crypto library. More...
Go to the source code of this file.
Macros | |
#define | MBEDTLS_PSA_RANDOM_STATE mbedtls_psa_random_state |
Typedefs | |
typedef int | mbedtls_f_rng_t(void *p_rng, unsigned char *output, size_t output_size) |
typedef mbedtls_ctr_drbg_context | mbedtls_psa_drbg_context_t |
Variables | |
static mbedtls_f_rng_t *const | mbedtls_psa_get_random = mbedtls_ctr_drbg_random |
mbedtls_psa_drbg_context_t *const | mbedtls_psa_random_state |
Utility functions for the use of the PSA Crypto library.
Definition in file psa_util.h.
#define MBEDTLS_PSA_RANDOM_STATE mbedtls_psa_random_state |
Definition at line 500 of file psa_util.h.
typedef int mbedtls_f_rng_t(void *p_rng, unsigned char *output, size_t output_size) |
Definition at line 432 of file psa_util.h.
Definition at line 491 of file psa_util.h.
|
static |
Definition at line 492 of file psa_util.h.
mbedtls_psa_drbg_context_t* const mbedtls_psa_random_state |