mbedtls_ecdh_context Struct Reference
The ECDH context structure.
More...
#include <ecdh.h>
Detailed Description
The ECDH context structure.
Definition at line 89 of file ecdh.h.
Field Documentation
The previous d
.
Definition at line 99 of file ecdh.h.
The private key.
Definition at line 92 of file ecdh.h.
The elliptic curve used.
Definition at line 91 of file ecdh.h.
The format of point export in TLS messages.
Definition at line 96 of file ecdh.h.
The public key.
Definition at line 93 of file ecdh.h.
The value of the public key of the peer.
Definition at line 94 of file ecdh.h.
The unblinding value.
Definition at line 98 of file ecdh.h.
The blinding value.
Definition at line 97 of file ecdh.h.
The shared secret.
Definition at line 95 of file ecdh.h.
The documentation for this struct was generated from the following file: