RetroArch
Public Attributes | List of all members
mbedtls_dhm_context Struct Reference

DHM context structure. More...

#include <dhm.h>

Collaboration diagram for mbedtls_dhm_context:
[legend]

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

DHM context structure.

Member Data Documentation

◆ G

mbedtls_mpi mbedtls_dhm_context::G

generator

◆ GX

mbedtls_mpi mbedtls_dhm_context::GX

self = G^X mod P

◆ GY

mbedtls_mpi mbedtls_dhm_context::GY

peer = G^Y mod P

◆ K

mbedtls_mpi mbedtls_dhm_context::K

key = GY^X mod P

◆ len

size_t mbedtls_dhm_context::len

size(P) in chars

◆ P

mbedtls_mpi mbedtls_dhm_context::P

prime modulus

◆ pX

mbedtls_mpi mbedtls_dhm_context::pX

previous X

◆ RP

mbedtls_mpi mbedtls_dhm_context::RP

cached R^2 mod P

◆ Vf

mbedtls_mpi mbedtls_dhm_context::Vf

un-blinding value

◆ Vi

mbedtls_mpi mbedtls_dhm_context::Vi

blinding value

◆ X

mbedtls_mpi mbedtls_dhm_context::X

secret value


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