Home
last modified time | relevance | path

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

/openbsd-src/lib/libkeynote/
H A Dsignature.c55 bin2hex(unsigned char *data, unsigned char *buffer, int len) in bin2hex() function
88 bin2hex(buf, *dest, len); in kn_encode_hex()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c181 static int bin2hex (const char *bin, char *hex, int count);
2370 bin2hex (const char *bin, char *hex, int count) in bin2hex() function
3377 bin2hex (regp, p, register_size (current_gdbarch, reg->regnum)); in store_register_using_P()
3447 bin2hex (regs, p, register_bytes_found); in remote_store_registers()
3682 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes()
5019 bin2hex (command, p, 0); in remote_rcmd()
H A DChangeLog-20015530 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
5680 * remote.c (bin2hex, hex2bin): New functions. Factor out these
5684 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
/openbsd-src/usr.bin/openssl/
H A Dca.c151 static char *bin2hex(unsigned char *, size_t);
1270 serialstr = bin2hex(data, j); in ca_main()
2822 bin2hex(unsigned char *data, size_t len) in bin2hex() function