Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dcryptlib.c54 static int todigit(variant_char c) in todigit() function
76 while((digit = todigit(*str++)) < base) in ossl_strtouint64()