tohex
*p++ = (tohex((u_char)val[0]) << 4) |
tohex((u_char)val[1]);
tohex(aa1, MINIMUM(l, 256)), l);
tohex(aa2, MINIMUM(l, 256)), l);
tohex(aa1, MINIMUM(l, 20)), l > 20 ? "..." : "", l);
hex = tohex("foo", 3);
hex = tohex("a\0b", 3);
hex = tohex("", 0);
aa1_tohex = tohex(aa1, MINIMUM(l, 256));
aa2_tohex = tohex(aa2, MINIMUM(l, 256));
aa1_tohex = tohex(aa1, MINIMUM(l, 20));
*p++ = (tohex((u_char)val[0]) << 4) |
tohex((u_char)val[1]);
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));
cp = tohex(user, slen);
hex = tohex(d, len);
hex = tohex(key_attr[1].pValue, key_attr[1].ulValueLen);
hex = tohex(keyid_attrib->pValue, keyid_attrib->ulValueLen);
hex = tohex(k11->keyid, k11->keyid_len);
if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
logit(LOG_INFO, " %5zu: %s", off, tohex(buf, len));