Searched refs:hexchar_to_byte (Results 1 – 1 of 1) sorted by relevance
78 static unsigned char hexchar_to_byte(unsigned char c);93 hexchar_to_byte(unsigned char c) in hexchar_to_byte() function113 byte = hexchar_to_byte(buf[2 * i]) << 4; in hexstring_to_bin()114 byte += hexchar_to_byte(buf[2 * i + 1]); in hexstring_to_bin()