ESP-IDF
crypto_mbedtls_get_grp_id()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
crypto_mbedtls_get_grp_id()
crypto_mbedtls_get_grp_id() function
Syntax
Show:
Summary
Declaration
from
crypto_mbedtls-ec.c:1057
int
crypto_mbedtls_get_grp_id
(
int
group
)
;
Arguments
Argument
group
Examples
References
from
examples
Code
Location
Referrer
int
crypto_mbedtls_get_grp_id
(
int
group
)
crypto_mbedtls-ec.c:1057
if
(
(
mbedtls_ecp_group_load
(
ACCESS_ECDH
(
&
ctx
,
grp
)
,
crypto_mbedtls_get_grp_id
(
group
)
)
)
!=
0
)
{
crypto_mbedtls-ec.c:1098
crypto_ecdh_init()
Call Tree
from
examples
crypto_mbedtls_get_grp_id()
is called by 1 function:
crypto_ecdh_init()
All items filtered out
crypto_mbedtls_get_grp_id()
All items filtered out
Data Use
from
examples
crypto_mbedtls_get_grp_id()
reads 4 variables:
mbedtls_ecp_group_id::MBEDTLS_ECP_DP_NONE
mbedtls_ecp_group_id::MBEDTLS_ECP_DP_SECP256R1
mbedtls_ecp_group_id::MBEDTLS_ECP_DP_SECP384R1
mbedtls_ecp_group_id::MBEDTLS_ECP_DP_SECP521R1
All items filtered out
crypto_mbedtls_get_grp_id()
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