mbedTLS
mbedtls_dhm_context::G
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::G
mbedtls_dhm_context::G field
Syntax
Show:
Summary
Declaration
from
dhm.h:103
mbedtls_mpi
MBEDTLS_PRIVATE
(
G
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
G
)
;
/*!< The generator. */
dhm.h:103
src
=
&
ctx
->
G
;
dhm.c:123
mbedtls_dhm_get_value()
(
ret
=
dhm_read_bignum
(
&
ctx
->
G
,
p
,
end
)
)
!=
0
||
dhm.c:153
mbedtls_dhm_read_params()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_exp_mod
(
&
ctx
->
GX
,
&
ctx
->
G
,
&
ctx
->
X
,
dhm.c:209
dhm_make_common()
n2
=
mbedtls_mpi_size
(
&
ctx
->
G
)
;
dhm.c:252
mbedtls_dhm_make_params()
DHM_MPI_EXPORT
(
&
ctx
->
G
,
n2
)
;
dhm.c:257
mbedtls_dhm_make_params()
(
ret
=
mbedtls_mpi_copy
(
&
ctx
->
G
,
G
)
)
!=
0
)
{
dhm.c:279
mbedtls_dhm_set_group()
mbedtls_mpi_free
(
&
ctx
->
G
)
;
dhm.c:472
mbedtls_dhm_free()
(
ret
=
mbedtls_asn1_get_mpi
(
&
p
,
end
,
&
dhm
->
G
)
)
!=
0
)
{
dhm.c:536
mbedtls_dhm_parse_dhm()
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