Searched refs:FromHexDigit (Results 1 – 2 of 2) sorted by relevance
269 static bool FromHexDigit(uint8_t *out, char c) { in FromHexDigit() function304 if (!FromHexDigit(&hi, value[i]) || !FromHexDigit(&lo, value[i + 1])) { in GetBytes()
200 static bool FromHexDigit(uint8_t *out, char c) { in FromHexDigit() function224 if (!FromHexDigit(&high, in[i*2]) || in HexDecode()225 !FromHexDigit(&low, in[i*2+1])) { in HexDecode()