mbedTLS
MBEDTLS_ECP_DP_SECP256K1
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
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_SECP256K1
MBEDTLS_ECP_DP_SECP256K1 value
Domain parameters for 256-bit "Koblitz" curve.
Syntax
Show:
Summary
Declaration
from
ecp.h:115
MBEDTLS_ECP_DP_SECP256K1
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_ECP_DP_SECP256K1
,
/*!< Domain parameters for 256-bit "Koblitz" curve. */
ecp.h:115
{
MBEDTLS_ECP_DP_SECP256K1
,
22
,
256
,
"secp256k1"
}
,
ecp.c:362
case
MBEDTLS_ECP_DP_SECP256K1
:
ecp_curves.c:4769
mbedtls_ecp_group_load()
MBEDTLS_ECP_DP_SECP256K1
,
oid.c:590
case
MBEDTLS_ECP_DP_SECP256K1
:
psa_util.c:247
mbedtls_ecc_group_to_psa()
return
MBEDTLS_ECP_DP_SECP256K1
;
psa_util.c:332
mbedtls_ecc_group_from_psa()
{
22
,
MBEDTLS_ECP_DP_SECP256K1
,
PSA_ECC_FAMILY_SECP_K1
,
256
}
,
ssl_tls.c:6275
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP256K1
)
,
x509_crt.c:130
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MBEDTLS_ECP_DP_SECP256K1
is read by 3 functions:
All items filtered out
MBEDTLS_ECP_DP_SECP256K1
mbedtls_ecp_group_load()
mbedtls_ecc_group_to_psa()
mbedtls_ecc_group_from_psa()
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