mbedTLS
+
0
/1 examples
SourceVu will show references to
MBEDTLS_ECP_DP_CURVE25519
from the following samples and libraries:
ESP-IDF
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_ECP_DP_CURVE25519
MBEDTLS_ECP_DP_CURVE25519 value
Domain parameters for Curve25519.
Syntax
Show:
Summary
Declaration
from
ecp.h:112
MBEDTLS_ECP_DP_CURVE25519
;
Examples
MBEDTLS_ECP_DP_CURVE25519
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
MBEDTLS_ECP_DP_CURVE25519
,
/*!< Domain parameters for Curve25519. */
ecp.h:112
case
MBEDTLS_ECP_DP_CURVE25519
:
return
0
;
ecdsa.c:229
mbedtls_ecdsa_can_do()
{
MBEDTLS_ECP_DP_CURVE25519
,
29
,
256
,
"x25519"
}
,
ecp.c:380
if
(
grp
->
id
==
MBEDTLS_ECP_DP_CURVE25519
)
{
ecp.c:790
mbedtls_ecp_point_read_binary()
if
(
grp_id
==
MBEDTLS_ECP_DP_CURVE25519
)
{
ecp.c:2993
ecp_check_bad_points_mx()
if
(
grp_id
==
MBEDTLS_ECP_DP_CURVE25519
)
{
ecp.c:3272
mbedtls_ecp_read_key()
MBEDTLS_MPI_CHK
(
mbedtls_ecp_group_load
(
&
grp
,
MBEDTLS_ECP_DP_CURVE25519
)
)
;
ecp.c:3693
mbedtls_ecp_self_test()
case
MBEDTLS_ECP_DP_CURVE25519
:
ecp_curves.c:4790
mbedtls_ecp_group_load()
MBEDTLS_ECP_DP_CURVE25519
,
oid.c:639
return
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
id
)
;
pk_internal.h:128
mbedtls_pk_is_rfc8410()
if
(
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
ec_grp_id
)
)
{
pkparse.c:573
mbedtls_pk_parse_subpubkey()
if
(
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
ec_grp_id
)
)
{
pkparse.c:824
pk_parse_key_pkcs8_unencrypted_der()
if
(
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
ec_grp_id
)
)
{
pkwrite.c:482
mbedtls_pk_write_pubkey_der()
case
MBEDTLS_ECP_DP_CURVE25519
:
psa_util.c:234
mbedtls_ecc_group_to_psa()
return
MBEDTLS_ECP_DP_CURVE25519
;
psa_util.c:312
mbedtls_ecc_group_from_psa()
{
29
,
MBEDTLS_ECP_DP_CURVE25519
,
PSA_ECC_FAMILY_MONTGOMERY
,
255
}
,
ssl_tls.c:6293
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
MBEDTLS_ECP_DP_CURVE25519
is read by 12 functions:
All items filtered out
MBEDTLS_ECP_DP_CURVE25519
mbedtls_pk_is_rfc8410()
mbedtls_ecdsa_can_do()
mbedtls_ecp_point_read_binary()
ecp_check_bad_points_mx()
mbedtls_ecp_read_key()
mbedtls_ecp_self_test()
mbedtls_ecp_group_load()
mbedtls_pk_parse_subpubkey()
pk_parse_key_pkcs8_unencrypted_der()
mbedtls_pk_write_pubkey_der()
mbedtls_ecc_group_to_psa()
mbedtls_ecc_group_from_psa()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out