Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_metalink.c570 static unsigned char hex_to_uint(const char *s) in hex_to_uint() function
689 digest[i/2] = hex_to_uint(hex_digest + i); in new_metalink_checksum_from_hex_digest()