mbedtls_platform_context is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_platform_context struct

The platform context structure.

Syntax

typedef struct mbedtls_platform_context {     char dummy;  } mbedtls_platform_context;

Fields

dummy

A placeholder member, as empty structs are not portable. Read more...