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

/freebsd-12-stable/contrib/ntp/sntp/
H A Dcrypto.c193 hex_val( function
271 val = (hex_val(keystring[j]) << 4) |
272 hex_val(keystring[j+1]);

Completed in 54 milliseconds