Home
last modified time | relevance | path

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

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