Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ecdh_context_mbed Struct Reference

mbedtls_ecdh_context_mbed Struct Reference

The context used by the default ECDH implementation. More...

#include <ecdh.h>

Data Fields

mbedtls_ecp_group grp
mbedtls_mpi d
mbedtls_ecp_point Q
mbedtls_ecp_point Qp
mbedtls_mpi z
mbedtls_ecp_restart_ctx rs

Detailed Description

The context used by the default ECDH implementation.

Later versions might change the structure of this context, therefore users should not make any assumptions about the structure of mbedtls_ecdh_context_mbed.

Definition at line 86 of file ecdh.h.


Field Documentation

The private key.

Definition at line 89 of file ecdh.h.

The elliptic curve used.

Definition at line 88 of file ecdh.h.

The public key.

Definition at line 90 of file ecdh.h.

The value of the public key of the peer.

Definition at line 91 of file ecdh.h.

The restart context for EC computations.

Definition at line 94 of file ecdh.h.

The shared secret.

Definition at line 92 of file ecdh.h.