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.

Public Functions#

uintptr_t
MBEDTLS_PRIVATE(opaque)[2]

Public Function Documentation#

MBEDTLS_PRIVATE#

uintptr_t mbedtls_psa_external_random_context_t::MBEDTLS_PRIVATE (opaque )
Parameters
N/A

Definition at line 100 of file util/third_party/mbedtls/include/psa/crypto_platform.h