Symbol: tohex
crypto/openssh/channels.c
5418
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
94
char *tohex(const void *, size_t);
crypto/openssh/readconf.c
360
return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1));
crypto/openssh/regress/unittests/misc/test_misc.c
322
hex = tohex("foo", 3);
crypto/openssh/regress/unittests/misc/test_misc.c
328
hex = tohex("a\0b", 3);
crypto/openssh/regress/unittests/misc/test_misc.c
334
hex = tohex("", 0);
crypto/openssh/regress/unittests/test_helper/test_helper.c
441
aa1_tohex = tohex(aa1, MINIMUM(l, 256));
crypto/openssh/regress/unittests/test_helper/test_helper.c
442
aa2_tohex = tohex(aa2, MINIMUM(l, 256));
crypto/openssh/regress/unittests/test_helper/test_helper.c
481
aa1_tohex = tohex(aa1, MINIMUM(l, 20));
crypto/openssh/ssh-keygen.c
3109
cp = tohex(user, slen);
crypto/openssh/ssh-pkcs11.c
1155
hex = tohex(d, len);
crypto/openssh/ssh-pkcs11.c
1171
hex = tohex(key_attr[1].pValue, key_attr[1].ulValueLen);
crypto/openssh/ssh-pkcs11.c
406
hex = tohex(keyid_attrib->pValue, keyid_attrib->ulValueLen);
crypto/openssh/ssh-pkcs11.c
419
hex = tohex(k11->keyid, k11->keyid_len);
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);