Searched refs:bintohex (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_pwdutil.c | 741 (void) bintohex((char *)pw->pw_lmhash, SMBAUTH_HASH_SZ, in smb_pwd_fputent() 749 (void) bintohex((char *)pw->pw_nthash, SMBAUTH_HASH_SZ, in smb_pwd_fputent()
|
H A D | mapfile-vers | 44 bintohex;
|
H A D | libsmb.h | 295 extern size_t bintohex(const char *, size_t, char *, size_t);
|
H A D | smb_util.c | 144 bintohex(const char *srcbuf, size_t srclen, in bintohex() function
|
H A D | smb_lgrp.c | 2007 mid_hexsz = bintohex((const char *)newm, sizeof (smb_lgmid_t), in smb_lgrp_mlist_add() 2079 mid_hexsz = bintohex((const char *)mid, sizeof (smb_lgmid_t), in smb_lgrp_mlist_del()
|