Searched refs:MBEDTLS_OID_MAX_COMPONENTS (Results 1 – 2 of 2) sorted by relevance
57 #define MBEDTLS_OID_MAX_COMPONENTS 128 macro
1063 if (num_dots == 0 || (num_dots > MBEDTLS_OID_MAX_COMPONENTS - 1)) { in mbedtls_oid_from_numeric_string()