Symbol: tohex
crypto/openssh/channels.c
5329
new_data = tohex(sc->x11_fake_data, data_len);
crypto/openssh/krl.c
1337
fp = tohex(rb->blob, rb->len);
crypto/openssh/krl.c
1346
fp = tohex(rb->blob, rb->len);
crypto/openssh/misc.h
90
char *tohex(const void *, size_t);
crypto/openssh/readconf.c
372
return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1));
crypto/openssh/regress/unittests/test_helper/test_helper.c
419
aa1_tohex = tohex(aa1, MINIMUM(l, 256));
crypto/openssh/regress/unittests/test_helper/test_helper.c
420
aa2_tohex = tohex(aa2, MINIMUM(l, 256));
crypto/openssh/regress/unittests/test_helper/test_helper.c
459
aa1_tohex = tohex(aa1, MINIMUM(l, 20));
crypto/openssh/ssh-keygen.c
3191
cp = tohex(user, slen);
crypto/openssh/sshsig.c
425
if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
crypto/openssh/sshsig.c
550
if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
sbin/ifconfig/ifieee80211.c
5987
*p++ = (tohex((u_char)val[0]) << 4) |
sbin/ifconfig/ifieee80211.c
5988
tohex((u_char)val[1]);
stand/libsa/uuid_to_string.c
101
tohex(&w, 2, u->node[0]);
stand/libsa/uuid_to_string.c
102
tohex(&w, 2, u->node[1]);
stand/libsa/uuid_to_string.c
103
tohex(&w, 2, u->node[2]);
stand/libsa/uuid_to_string.c
104
tohex(&w, 2, u->node[3]);
stand/libsa/uuid_to_string.c
105
tohex(&w, 2, u->node[4]);
stand/libsa/uuid_to_string.c
106
tohex(&w, 2, u->node[5]);
stand/libsa/uuid_to_string.c
91
tohex(&w, 8, u->time_low);
stand/libsa/uuid_to_string.c
93
tohex(&w, 4, u->time_mid);
stand/libsa/uuid_to_string.c
95
tohex(&w, 4, u->time_hi_and_version);
stand/libsa/uuid_to_string.c
98
tohex(&w, 2, u->clock_seq_hi_and_reserved);
stand/libsa/uuid_to_string.c
99
tohex(&w, 2, u->clock_seq_low);