Searched refs:tohex (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/tools/gdb/ |
D | remote.c | 357 tohex (int nib) in tohex() function 561 *p++ = tohex ((myaddr[i] >> 4) & 0xf); 562 *p++ = tohex (myaddr[i] & 0xf); 658 *p++ = tohex ((csum >> 4) & 0xf); 659 *p++ = tohex (csum & 0xf);
|
/external/openssh/regress/unittests/test_helper/ |
D | test_helper.c | 337 tohex(const void *_s, size_t l) in tohex() function 368 fprintf(stderr, "%12s = %s (len %zu)\n", a1, tohex(aa1, MIN(l, 256)), l); in assert_mem() 369 fprintf(stderr, "%12s = %s (len %zu)\n", a2, tohex(aa2, MIN(l, 256)), l); in assert_mem() 404 tohex(aa1, MIN(l, 20)), l > 20 ? "..." : "", l); in assert_mem_filled()
|
/external/openssh/ |
D | misc.h | 60 char *tohex(const void *, size_t);
|
D | misc.c | 812 tohex(const void *vp, size_t l) in tohex() function
|
D | ssh.c | 1196 conn_hash_hex = tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in main()
|
D | channels.c | 4644 new_data = tohex(x11_fake_data, data_len);
|