Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c81 static unsigned char hexchar_to_byte(unsigned char c);
96 hexchar_to_byte(unsigned char c) in hexchar_to_byte() function
116 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()