Searched refs:hex_to_binary (Results 1 – 1 of 1) sorted by relevance
146 static int hex_to_binary(int, int);262 hex_to_binary(int c /* char to be converted */, in hex_to_binary() function307 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()