mbed TLS v3.1.0
Data Fields
mbedtls_psa_external_random_context_t Struct Reference

#include <crypto_platform.h>

Data Fields

uintptr_t private_opaque [2]
 

Detailed Description

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.

Field Documentation

uintptr_t mbedtls_psa_external_random_context_t::private_opaque[2]

Definition at line 104 of file crypto_platform.h.


The documentation for this struct was generated from the following file: