mbedTLS
mbedtls_ecdh_context_mbed::grp
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_ecdh_context_mbed::grp
mbedtls_ecdh_context_mbed::grp field
Syntax
Show:
Summary
Declaration
from
ecdh.h:87
mbedtls_ecp_group
MBEDTLS_PRIVATE
(
grp
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ecp_group
MBEDTLS_PRIVATE
(
grp
)
;
/*!< The elliptic curve used. */
ecdh.h:87
mbedtls_ecp_group_init
(
&
ctx
->
grp
)
;
ecdh.c:136
ecdh_init_internal()
ret
=
mbedtls_ecp_group_load
(
&
ctx
->
grp
,
grp_id
)
;
ecdh.c:182
ecdh_setup_internal()
mbedtls_ecp_group_free
(
&
ctx
->
grp
)
;
ecdh.c:218
ecdh_free_internal()
if
(
ctx
->
grp
.
pbits
==
0
)
{
ecdh.c:288
ecdh_make_params_internal()
if
(
(
ret
=
mbedtls_ecdh_gen_public
(
&
ctx
->
grp
,
&
ctx
->
d
,
&
ctx
->
Q
,
ecdh.c:307
ecdh_make_params_internal()
if
(
(
ret
=
mbedtls_ecp_tls_write_group
(
&
ctx
->
grp
,
&
grp_len
,
buf
,
ecdh.c:313
ecdh_make_params_internal()
if
(
(
ret
=
mbedtls_ecp_tls_write_point
(
&
ctx
->
grp
,
&
ctx
->
Q
,
point_format
,
ecdh.c:321
ecdh_make_params_internal()
return
mbedtls_ecp_tls_read_point
(
&
ctx
->
grp
,
&
ctx
->
Qp
,
buf
,
ecdh.c:374
ecdh_read_params_internal()
if
(
ctx
->
grp
.
pbits
==
0
)
{
ecdh.c:506
ecdh_make_public_internal()
if
(
(
ret
=
mbedtls_ecdh_gen_public
(
&
ctx
->
grp
,
&
ctx
->
d
,
&
ctx
->
Q
,
ecdh.c:524
ecdh_make_public_internal()
return
mbedtls_ecp_tls_write_point
(
&
ctx
->
grp
,
&
ctx
->
Q
,
point_format
,
olen
,
ecdh.c:530
ecdh_make_public_internal()
if
(
(
ret
=
mbedtls_ecp_tls_read_point
(
&
ctx
->
grp
,
&
ctx
->
Qp
,
&
p
,
ecdh.c:574
ecdh_read_public_internal()
if
(
ctx
==
NULL
||
ctx
->
grp
.
pbits
==
0
)
{
ecdh.c:624
ecdh_calc_secret_internal()
if
(
(
ret
=
mbedtls_ecdh_compute_shared
(
&
ctx
->
grp
,
&
ctx
->
z
,
&
ctx
->
Qp
,
ecdh.c:643
ecdh_calc_secret_internal()
*
olen
=
ctx
->
grp
.
pbits
/
8
+
(
(
ctx
->
grp
.
pbits
%
8
)
!=
0
)
;
ecdh.c:653
ecdh_calc_secret_internal()
if
(
mbedtls_ecp_get_type
(
&
ctx
->
grp
)
==
MBEDTLS_ECP_TYPE_MONTGOMERY
)
{
ecdh.c:655
ecdh_calc_secret_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ecdh_context_mbed::grp
is read by 3 functions:
All items filtered out
mbedtls_ecdh_context_mbed::grp
ecdh_make_params_internal()
ecdh_make_public_internal()
ecdh_calc_secret_internal()
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