mbedTLS
mbedtls_dhm_parameter
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_dhm_parameter
mbedtls_dhm_parameter enum
Syntax
Show:
Summary
Declaration
from
dhm.h:83
enum
{
MBEDTLS_DHM_PARAM_P
,
MBEDTLS_DHM_PARAM_G
,
MBEDTLS_DHM_PARAM_X
,
MBEDTLS_DHM_PARAM_GX
,
MBEDTLS_DHM_PARAM_GY
,
MBEDTLS_DHM_PARAM_K
,
}
;
Values
Value
Declared as
Description
mbedtls_dhm_parameter::MBEDTLS_DHM_PARAM_P
The prime modulus.
mbedtls_dhm_parameter::MBEDTLS_DHM_PARAM_G
The generator.
mbedtls_dhm_parameter::MBEDTLS_DHM_PARAM_X
Our secret value.
mbedtls_dhm_parameter::MBEDTLS_DHM_PARAM_GX
Our public key = \c G^X mod \c P.
mbedtls_dhm_parameter::MBEDTLS_DHM_PARAM_GY
The public key of the peer = \c G^Y mod \c P.
mbedtls_dhm_parameter::MBEDTLS_DHM_PARAM_K
The shared secret = \c G^(XY) mod \c P.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out