Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Doid.h57 #define MBEDTLS_OID_MAX_COMPONENTS 128 macro
/openthread-latest/third_party/mbedtls/repo/library/
Doid.c1063 if (num_dots == 0 || (num_dots > MBEDTLS_OID_MAX_COMPONENTS - 1)) { in mbedtls_oid_from_numeric_string()