mbedtls_x509_crt_profile::allowed_curves is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_x509_crt_profile::allowed_curves

mbedtls_x509_crt_profile::allowed_curves field

Elliptic curves for ECDSA

Syntax

uint32_t allowed_curves;

References

LocationReferrerText
x509_crt.h:112
uint32_t allowed_curves; /**< Elliptic curves for ECDSA */
x509_crt.c:220x509_profile_check_key()
if( ( profile->allowed_curves & MBEDTLS_X509_ID_FLAG( gid ) ) != 0 )

Data Use

Functions reading mbedtls_x509_crt_profile::allowed_curves
mbedtls_x509_crt_profile::allowed_curves
all items filtered out
Type of mbedtls_x509_crt_profile::allowed_curves
mbedtls_x509_crt_profile::allowed_curves
uint32_t
all items filtered out