Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_ecdh_context Struct Reference

The ECDH context structure. More...

#include <ecdh.h>

Data Fields

uint8_t point_format
 
mbedtls_ecp_group_id grp_id
 
mbedtls_ecdh_variant var
 
union {
ctx
 

Detailed Description

The ECDH context structure.

Warning
Performing multiple operations concurrently on the same ECDSA context is not supported; objects of this type should not be shared between multiple threads.

Definition at line 112 of file ecdh.h.

Field Documentation

◆ point_format

uint8_t point_format

The format of point export in TLS messages as defined in RFC 4492.

Definition at line 129 of file ecdh.h.

◆ grp_id

The elliptic curve used.

Definition at line 131 of file ecdh.h.

◆ var

The ECDH implementation/structure used.

Definition at line 132 of file ecdh.h.

◆ 

union { ... } ctx

Implementation-specific context. The context in use is specified by the var field.