Searched refs:SMBAUTH_HEXHASH_SZ (Results 1 – 2 of 2) sorted by relevance
643 if (lm_len == SMBAUTH_HEXHASH_SZ) { in smb_pwd_fgetent()644 (void) hextobin(argv[SMB_PWD_LMHASH], SMBAUTH_HEXHASH_SZ, in smb_pwd_fgetent()653 if (nt_len == SMBAUTH_HEXHASH_SZ) { in smb_pwd_fgetent()654 (void) hextobin(argv[SMB_PWD_NTHASH], SMBAUTH_HEXHASH_SZ, in smb_pwd_fgetent()724 char hex_nthash[SMBAUTH_HEXHASH_SZ+1]; in smb_pwd_fputent()725 char hex_lmhash[SMBAUTH_HEXHASH_SZ+1]; in smb_pwd_fputent()730 hex_lmhash, SMBAUTH_HEXHASH_SZ); in smb_pwd_fputent()731 hex_lmhash[SMBAUTH_HEXHASH_SZ] = '\0'; in smb_pwd_fputent()738 hex_nthash, SMBAUTH_HEXHASH_SZ); in smb_pwd_fputent()739 hex_nthash[SMBAUTH_HEXHASH_SZ] = '\0'; in smb_pwd_fputent()
308 #define SMBAUTH_HEXHASH_SZ (SMBAUTH_HASH_SZ * 2) macro