mbedTLS
mbedtls_dhm_context::K
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_dhm_context::K
mbedtls_dhm_context::K field
Syntax
Show:
Summary
Declaration
from
dhm.h:107
mbedtls_mpi
MBEDTLS_PRIVATE
(
K
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
K
)
;
/*!< The shared secret = \c G^(XY) mod \c P. */
dhm.h:107
src
=
&
ctx
->
K
;
dhm.c:135
mbedtls_dhm_get_value()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_exp_mod
(
&
ctx
->
K
,
&
GYb
,
&
ctx
->
X
,
dhm.c:433
mbedtls_dhm_calc_secret()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mul_mpi
(
&
ctx
->
K
,
&
ctx
->
K
,
&
ctx
->
Vf
)
)
;
dhm.c:437
mbedtls_dhm_calc_secret()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mod_mpi
(
&
ctx
->
K
,
&
ctx
->
K
,
&
ctx
->
P
)
)
;
dhm.c:438
mbedtls_dhm_calc_secret()
*
olen
=
mbedtls_mpi_size
(
&
ctx
->
K
)
;
dhm.c:442
mbedtls_dhm_calc_secret()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_write_binary
(
&
ctx
->
K
,
output
,
*
olen
)
)
;
dhm.c:443
mbedtls_dhm_calc_secret()
mbedtls_mpi_free
(
&
ctx
->
K
)
;
dhm.c:468
mbedtls_dhm_free()
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