Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_create.c119 static int hex_to_int(char c) in hex_to_int() function
128 int n1 = hex_to_int(*hexpair); in hexpair_to_int()
129 int n2 = hex_to_int(*(hexpair + 1)); in hexpair_to_int()