Searched refs:hexchar_to_byte (Results 1 – 1 of 1) sorted by relevance
81 static unsigned char hexchar_to_byte(unsigned char c);96 hexchar_to_byte(unsigned char c) in hexchar_to_byte() function116 byte = hexchar_to_byte(buf[2 * i]) << 4; in hexstring_to_bin()117 byte += hexchar_to_byte(buf[2 * i + 1]); in hexstring_to_bin()