mbedTLS
oid_ecp_grp_algid
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
oid_ecp_grp_algid
oid_ecp_grp_algid variable
Syntax
Show:
Summary
Declaration
from
oid.c:634
static
const
oid_ecp_grp_algid_t
oid_ecp_grp_algid
[
]
=
{
#if
defined
(
MBEDTLS_ECP_HAVE_CURVE25519
)
{
OID_DESCRIPTOR
(
MBEDTLS_OID_X25519
,
"X25519"
,
"X25519"
)
,
MBEDTLS_ECP_DP_CURVE25519
,
}
,
#endif
#if
defined
(
MBEDTLS_ECP_HAVE_CURVE448
)
{
OID_DESCRIPTOR
(
MBEDTLS_OID_X448
,
"X448"
,
"X448"
)
,
MBEDTLS_ECP_DP_CURVE448
,
}
,
#endif
{
NULL_OID_DESCRIPTOR
,
MBEDTLS_ECP_DP_NONE
,
}
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
oid_ecp_grp_algid_t
oid_ecp_grp_algid
[
]
=
oid.c:634
FN_OID_TYPED_FROM_ASN1
(
oid_ecp_grp_algid_t
,
grp_id_algid
,
oid_ecp_grp_algid
)
oid.c:654
oid_ecp_grp_algid
,
oid.c:662
mbedtls_oid_get_oid_by_ec_grp_algid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
oid_ecp_grp_algid
is read by 1 function:
All items filtered out
oid_ecp_grp_algid
mbedtls_oid_get_oid_by_ec_grp_algid()
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