mbedtls_dhm_context Struct Reference

The DHM context structure. More...

#include <dhm.h>

Collaboration diagram for mbedtls_dhm_context:
Collaboration graph
[legend]

Data Fields

size_t len
mbedtls_mpi P
mbedtls_mpi G
mbedtls_mpi X
mbedtls_mpi GX
mbedtls_mpi GY
mbedtls_mpi K
mbedtls_mpi RP
mbedtls_mpi Vi
mbedtls_mpi Vf
mbedtls_mpi pX

Detailed Description

The DHM context structure.

Definition at line 92 of file dhm.h.


Field Documentation

The generator.

Definition at line 96 of file dhm.h.

Our public key = G^X mod P.

Definition at line 98 of file dhm.h.

The public key of the peer = G^Y mod P.

Definition at line 99 of file dhm.h.

The shared secret = G^(XY) mod P.

Definition at line 100 of file dhm.h.

The size of P in Bytes.

Definition at line 94 of file dhm.h.

The prime modulus.

Definition at line 95 of file dhm.h.

The previous X.

Definition at line 104 of file dhm.h.

The cached value = R^2 mod P.

Definition at line 101 of file dhm.h.

The unblinding value.

Definition at line 103 of file dhm.h.

The blinding value.

Definition at line 102 of file dhm.h.

Our secret value.

Definition at line 97 of file dhm.h.


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

Generated on 28 Mar 2019 for mbed TLS v2.7.10 by  doxygen 1.6.1