Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Doid.c1054 size_t num_dots = 0; in mbedtls_oid_from_numeric_string() local
1057 num_dots++; in mbedtls_oid_from_numeric_string()
1063 if (num_dots == 0 || (num_dots > MBEDTLS_OID_MAX_COMPONENTS - 1)) { in mbedtls_oid_from_numeric_string()
1073 size_t max_possible_bytes = num_dots * bytes_per_subidentifier; in mbedtls_oid_from_numeric_string()