Searched refs:max_possible_bytes (Results 1 – 1 of 1) sorted by relevance
1061 size_t max_possible_bytes = num_dots * bytes_per_subidentifier; in mbedtls_oid_from_numeric_string() local1062 oid->p = mbedtls_calloc(max_possible_bytes, 1); in mbedtls_oid_from_numeric_string()1067 unsigned char *out_bound = oid->p + max_possible_bytes; in mbedtls_oid_from_numeric_string()