Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c78 static unsigned char hexchar_to_byte(unsigned char c);
93 hexchar_to_byte(unsigned char c) in hexchar_to_byte() function
113 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()