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