Searched refs:from_hex (Results 1 – 1 of 1) sorted by relevance
241 static int from_hex(uint8_t *out, char in) { in from_hex() function283 if (!from_hex(&v, in[i]) || in decode_hex()284 !from_hex(&v2, in[i+1])) { in decode_hex()