Searched refs:SMBAUTH_HEXHASH_SZ (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_pwdutil.c | 386 if (lm_len == SMBAUTH_HEXHASH_SZ) { 387 (void) hextobin(argv[SMBFS_PWD_LMHASH], SMBAUTH_HEXHASH_SZ, 394 if (nt_len == SMBAUTH_HEXHASH_SZ) { 395 (void) hextobin(argv[SMBFS_PWD_NTHASH], SMBAUTH_HEXHASH_SZ, 412 char hex_nthash[SMBAUTH_HEXHASH_SZ+1]; 413 char hex_lmhash[SMBAUTH_HEXHASH_SZ+1]; 417 hex_lmhash, SMBAUTH_HEXHASH_SZ); 418 hex_lmhash[SMBAUTH_HEXHASH_SZ] = '\0'; 421 hex_nthash, SMBAUTH_HEXHASH_SZ); 422 hex_nthash[SMBAUTH_HEXHASH_SZ] [all...] |
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_pwdutil.c | 603 if (lm_len == SMBAUTH_HEXHASH_SZ) { 604 (void) hextobin(argv[SMB_PWD_LMHASH], SMBAUTH_HEXHASH_SZ, 613 if (nt_len == SMBAUTH_HEXHASH_SZ) { 614 (void) hextobin(argv[SMB_PWD_NTHASH], SMBAUTH_HEXHASH_SZ, 684 char hex_nthash[SMBAUTH_HEXHASH_SZ+1]; 685 char hex_lmhash[SMBAUTH_HEXHASH_SZ+1]; 690 hex_lmhash, SMBAUTH_HEXHASH_SZ); 691 hex_lmhash[SMBAUTH_HEXHASH_SZ] = '\0'; 698 hex_nthash, SMBAUTH_HEXHASH_SZ); 699 hex_nthash[SMBAUTH_HEXHASH_SZ] [all...] |
H A D | libsmb.h | 522 #define SMBAUTH_HEXHASH_SZ (SMBAUTH_HASH_SZ * 2) macro
|
Completed in 28 milliseconds