Home
last modified time | relevance | path

Searched refs:hexpair_to_int (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dx509_create.c126 static int hexpair_to_int(const char *hexpair) in hexpair_to_int() function
153 if (c + 1 < end && (n = hexpair_to_int(c)) != -1) { in parse_attribute_value_string()
235 int c = hexpair_to_int(s + 2 * i); in parse_attribute_value_hex_der_encoded()

Completed in 1 milliseconds