mbedtls_ecdh_context is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
The format of point export in TLS messages as defined in RFC 4492.
The elliptic curve used.
The ECDH implementation/structure used.
union { mbedtls_ecdh_context_mbed mbed_ecdh; #if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED) mbedtls_ecdh_context_everest everest_ecdh; #endif }
Implementation-specific context. The context in use is specified by the \c var field.

References

from examples