Searched refs:hex2bin (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/lib/librpcsvc/ |
| HD | xcrypt.c | 50 static void hex2bin( int, char *, char * ); 72 hex2bin(len, secret, buf); in xencrypt() 105 hex2bin(len, secret, buf); in xdecrypt() 141 hex2bin(int len, char *hexnum, char *binnum) in hex2bin() function
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | remote.c | 185 static int hex2bin (const char *hex, char *bin, int count); 1874 result = hex2bin (bufp, display_buf, n); in remote_threads_extra_info() 2136 end = hex2bin (tmp, msg, strlen (tmp) / 2); in remote_check_symbols() 2376 hex2bin (const char *hex, char *bin, int count) in hex2bin() function 2992 fieldsize = hex2bin (p, regs, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum)); in remote_wait() 3180 fieldsize = hex2bin (p, regs, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum)); in remote_async_wait() 3810 if ((i = hex2bin (p, myaddr, todo)) < todo) in remote_read_bytes() 4933 i = hex2bin (buf2, readbuf, len); in remote_xfer_partial() 4958 i = hex2bin (buf2, readbuf, len); in remote_xfer_partial()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | sm_resolve.c | 93 static char *hex2bin __P((const char *, int)); 636 tlsa = hex2bin(data, size); 820 hex2bin(p, size) in hex2bin() function
|
| /freebsd-11-stable/usr.sbin/keyserv/ |
| HD | setkey.c | 476 hex2bin(hex, bin, size) in hex2bin() function
|
| /freebsd-11-stable/contrib/gdb/ |
| HD | FREEBSD-diffs | 790 + i = hex2bin (buf2, readbuf, len);
|
| /freebsd-11-stable/sys/cam/ctl/ |
| HD | ctl.c | 4469 hex2bin(const char *str, uint8_t *buf, int buf_size) in hex2bin() function 4591 desc->length = hex2bin(eui, desc->identifier, 16); in ctl_add_lun() 4602 desc->length = hex2bin(naa, desc->identifier, 16); in ctl_add_lun() 4613 hex2bin(uuid, &desc->identifier[2], 16); in ctl_add_lun()
|