Home
last modified time | relevance | path

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

/netbsd-src/bin/ed/
H A Dcbc.c146 static int hex_to_binary(int, int);
262 hex_to_binary(int c /* char to be converted */, in hex_to_binary() function
307 if ((nbuf[i] = hex_to_binary((int) inbuf[i], 16)) == -1) in expand_des_key()
327 if ((nbuf[i] = hex_to_binary((int) inbuf[i], 2)) == -1) in expand_des_key()