mbedTLS
mbedtls_dhm_context::GY
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::GY
mbedtls_dhm_context::GY field
Syntax
Show:
Summary
Declaration
from
dhm.h:106
mbedtls_mpi
MBEDTLS_PRIVATE
(
GY
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
GY
)
;
/*!< The public key of the peer = \c G^Y mod \c P. */
dhm.h:106
src
=
&
ctx
->
GY
;
dhm.c:132
mbedtls_dhm_get_value()
(
ret
=
dhm_read_bignum
(
&
ctx
->
GY
,
p
,
end
)
)
!=
0
)
{
dhm.c:154
mbedtls_dhm_read_params()
if
(
(
ret
=
dhm_check_range
(
&
ctx
->
GY
,
&
ctx
->
P
)
)
!=
0
)
{
dhm.c:158
mbedtls_dhm_read_params()
if
(
(
ret
=
mbedtls_mpi_read_binary
(
&
ctx
->
GY
,
input
,
ilen
)
)
!=
0
)
{
dhm.c:298
mbedtls_dhm_read_public()
if
(
(
ret
=
dhm_check_range
(
&
ctx
->
GY
,
&
ctx
->
P
)
)
!=
0
)
{
dhm.c:421
mbedtls_dhm_calc_secret()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mul_mpi
(
&
GYb
,
&
ctx
->
GY
,
&
ctx
->
Vi
)
)
;
dhm.c:429
mbedtls_dhm_calc_secret()
mbedtls_mpi_free
(
&
ctx
->
GY
)
;
dhm.c:469
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