Searched refs:hex_val (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/ntp/sntp/
H A Dcrypto.c78 hex_val( function
152 val = (hex_val(keystring[j]) << 4) |
153 hex_val(keystring[j+1]);

Completed in 153 milliseconds