mbedtls_ecdh_context Struct Reference

The ECDH context structure. More...

#include <ecdh.h>

Collaboration diagram for mbedtls_ecdh_context:
Collaboration graph
[legend]

Data Fields

mbedtls_ecp_group grp
mbedtls_mpi d
mbedtls_ecp_point Q
mbedtls_ecp_point Qp
mbedtls_mpi z
int point_format
mbedtls_ecp_point Vi
mbedtls_ecp_point Vf
mbedtls_mpi _d

Detailed Description

The ECDH context structure.

Definition at line 62 of file ecdh.h.


Field Documentation

The previous d.

Definition at line 72 of file ecdh.h.

The private key.

Definition at line 65 of file ecdh.h.

The elliptic curve used.

Definition at line 64 of file ecdh.h.

The format of point export in TLS messages.

Definition at line 69 of file ecdh.h.

The public key.

Definition at line 66 of file ecdh.h.

The value of the public key of the peer.

Definition at line 67 of file ecdh.h.

The unblinding value.

Definition at line 71 of file ecdh.h.

The blinding value.

Definition at line 70 of file ecdh.h.

The shared secret.

Definition at line 68 of file ecdh.h.


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

Generated on 20 Jul 2019 for mbed TLS v2.7.11 by  doxygen 1.6.1