mbed TLS v3.1.0
|
#include <crypto_platform.h>
Data Fields | |
uintptr_t | private_opaque [2] |
The type of the context passed to mbedtls_psa_external_get_random().
Mbed TLS initializes the context to all-bits-zero before calling mbedtls_psa_external_get_random() for the first time.
The definition of this type in the Mbed TLS source code is for demonstration purposes. Implementers of mbedtls_psa_external_get_random() are expected to replace it with a custom definition.
Definition at line 103 of file crypto_platform.h.
uintptr_t mbedtls_psa_external_random_context_t::private_opaque[2] |
Definition at line 104 of file crypto_platform.h.