OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_dhm_context Struct Reference

The DHM context structure. More...

#include <dhm.h>

Collaboration diagram for mbedtls_dhm_context:

Public Attributes

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.

Member Data Documentation

◆ G

mbedtls_mpi mbedtls_dhm_context::G

The generator.

◆ GX

mbedtls_mpi mbedtls_dhm_context::GX

Our public key = G^X mod P.

◆ GY

mbedtls_mpi mbedtls_dhm_context::GY

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

◆ K

mbedtls_mpi mbedtls_dhm_context::K

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

◆ len

size_t mbedtls_dhm_context::len

The size of P in Bytes.

◆ P

mbedtls_mpi mbedtls_dhm_context::P

The prime modulus.

◆ pX

mbedtls_mpi mbedtls_dhm_context::pX

The previous X.

◆ RP

mbedtls_mpi mbedtls_dhm_context::RP

The cached value = R^2 mod P.

◆ Vf

mbedtls_mpi mbedtls_dhm_context::Vf

The unblinding value.

◆ Vi

mbedtls_mpi mbedtls_dhm_context::Vi

The blinding value.

◆ X

mbedtls_mpi mbedtls_dhm_context::X

Our secret value.


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