Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c506 static bool char_to_hex(unsigned char *val, char c) in char_to_hex() function
529 if (!char_to_hex(&v1, str[0]) || !char_to_hex(&v2, str[1])) in hex_decode()