tohex
new_data = tohex(sc->x11_fake_data, data_len);
fp = tohex(rb->blob, rb->len);
fp = tohex(rb->blob, rb->len);
char *tohex(const void *, size_t);
return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1));
aa1_tohex = tohex(aa1, MINIMUM(l, 256));
aa2_tohex = tohex(aa2, MINIMUM(l, 256));
aa1_tohex = tohex(aa1, MINIMUM(l, 20));
cp = tohex(user, slen);
if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
*p++ = (tohex((u_char)val[0]) << 4) |
tohex((u_char)val[1]);
tohex(&w, 2, u->node[0]);
tohex(&w, 2, u->node[1]);
tohex(&w, 2, u->node[2]);
tohex(&w, 2, u->node[3]);
tohex(&w, 2, u->node[4]);
tohex(&w, 2, u->node[5]);
tohex(&w, 8, u->time_low);
tohex(&w, 4, u->time_mid);
tohex(&w, 4, u->time_hi_and_version);
tohex(&w, 2, u->clock_seq_hi_and_reserved);
tohex(&w, 2, u->clock_seq_low);