Searched refs:hexbuf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 287 char hexbuf[NDOBUFSZ]; in ndo_get_pdu() local 292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); in ndo_get_pdu() 295 n_bytes, pdu_offset, hexbuf); in ndo_get_pdu() 317 char hexbuf[NDOBUFSZ]; in ndo_put_pdu() local 322 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ); in ndo_put_pdu() 325 n_bytes, pdu_offset, hexbuf); in ndo_put_pdu() 341 char hexbuf[NDOBUFSZ]; in ndo_tattle_error() local 350 ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ); in ndo_tattle_error() 352 bzero(hexbuf, NDOBUFSZ); in ndo_tattle_error() 358 ndo_printf(nds, ref, " %s", hexbuf); in ndo_tattle_error()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 86 char hexbuf[64]; in hexdump_offset() local 88 char *hp = hexbuf; in hexdump_offset() 101 smb_tracef("%06X %s %s", offset, hexbuf, ascbuf); in hexdump_offset() 103 hp = hexbuf; in hexdump_offset() 117 smb_tracef("%06X %-48s %s", offset, hexbuf, ascbuf); in hexdump_offset() 145 char *hexbuf, size_t hexlen) in bintohex() argument 157 *hexbuf++ = C2H(c & 0xF); in bintohex() 158 *hexbuf++ = C2H((c >> 4) & 0xF); in bintohex() 181 hextobin(const char *hexbuf, size_t hexlen, in hextobin() argument 194 *dstbuf = H2C(*hexbuf) & 0x0F; in hextobin() [all …]
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 356 char hexbuf[DIGEST_HEX_SIZE]; in digest_client_resp() local 432 digest_calc_resp(attr, hash_a1, method, mlen, NULL, hexbuf); in digest_client_resp() 437 memcpy(scan, hexbuf, DIGEST_SIZE * 2); in digest_client_resp()
|