Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/librpcsvc/
H A Dxcrypt.c48 static void bin2hex(int, unsigned char *, char *);
80 bin2hex(len, (unsigned char *) buf, secret); in xencrypt()
112 bin2hex(len, (unsigned char *) buf, secret); in xdecrypt()
152 bin2hex(int len, unsigned char *binnum, char *hexnum) in bin2hex() function
/dragonfly/contrib/gdb-7/gdb/
H A Dremote.h44 extern int bin2hex (const gdb_byte *bin, char *hex, int count);
H A Dremote.c4602 bin2hex (const gdb_byte *bin, char *hex, int count) in bin2hex() function
6315 bin2hex (regp, p, register_size (gdbarch, reg->regnum)); in store_register_using_P()
6366 bin2hex (regs, p, rsa->sizeof_g_packet); in store_registers_using_G()
6780 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes_aux()
8985 bin2hex ((gdb_byte *) command, p, 0); in remote_rcmd()
9489 bin2hex (bytes, *buffer, len); in remote_buffer_add_bytes()
10597 p += 2 * bin2hex ((gdb_byte *) (tsv->name), p, 0); in remote_download_trace_state_variable()
10921 p += 2 * bin2hex ((gdb_byte *) filename, p, 0); in remote_save_trace_data()
11120 nbytes = bin2hex (user, buf, 0); in remote_set_trace_notes()
11127 nbytes = bin2hex (notes, buf, 0); in remote_set_trace_notes()
[all …]
H A Dtracepoint.c2986 bin2hex (src, buf + strlen (buf), 0); in encode_source_string()
3057 bin2hex ((gdb_byte *) ts->stop_desc, buf, 0); in trace_save()
3094 bin2hex ((gdb_byte *) (utsv->name), buf, 0); in trace_save()
/dragonfly/usr.sbin/uefisign/
H A Duefisign.c121 bin2hex(const char *bin, size_t bin_len) in bin2hex() function
162 digest_hex = bin2hex(digest, digest_len); in magic()
/dragonfly/usr.sbin/keyserv/
H A Dsetkey.c441 bin2hex(unsigned char *bin, unsigned char *hex, int size) in bin2hex() function
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c157 static char *bin2hex(unsigned char *, size_t);
1334 serialstr = bin2hex(data, j); in ca_main()
3021 bin2hex(unsigned char *data, size_t len) in bin2hex() function