Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dssh.c352 static unsigned hex2decimal(char ch) in hex2decimal() function
379 c = hex2decimal(host_key_check[0]) * 16 + in compare_fingerprint()
380 hex2decimal(host_key_check[1]); in compare_fingerprint()