Home
last modified time | relevance | path

Searched refs:allowed_curves (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h163 uint32_t allowed_curves; /**< Elliptic curves for ECDSA */ member
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dx509_crt.c220 if( ( profile->allowed_curves & MBEDTLS_X509_ID_FLAG( gid ) ) != 0 ) in x509_profile_check_key()