mbedTLS
mbedtls_x509_crt_profile::allowed_curves
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_x509_crt_profile::allowed_curves
mbedtls_x509_crt_profile::allowed_curves field
Elliptic curves for ECDSA
Syntax
Show:
Summary
Declaration
from
x509_crt.h:130
uint32_t
allowed_curves
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
allowed_curves
;
/**< Elliptic curves for ECDSA */
x509_crt.h:130
if
(
(
profile
->
allowed_curves
&
MBEDTLS_X509_ID_FLAG
(
gid
)
)
!=
0
)
{
x509_crt.c:234
x509_profile_check_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt_profile::allowed_curves
is read by 1 function:
All items filtered out
mbedtls_x509_crt_profile::allowed_curves
x509_profile_check_key()
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