Searched refs:SMBIOC_HASH_SZ (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | keychain.c | 81 memcpy(pk.pk_lmhash, lmhash, SMBIOC_HASH_SZ); in smbfs_keychain_cmn() 82 memcpy(pk.pk_nthash, nthash, SMBIOC_HASH_SZ); in smbfs_keychain_cmn() 138 memcpy(lmhash, pk.pk_lmhash, SMBIOC_HASH_SZ); in smbfs_keychain_cmn() 140 memcpy(nthash, pk.pk_nthash, SMBIOC_HASH_SZ); in smbfs_keychain_cmn() 161 uchar_t lmhash[SMBIOC_HASH_SZ]; in smbfs_keychain_add() 162 uchar_t nthash[SMBIOC_HASH_SZ]; in smbfs_keychain_add() 182 static const uchar_t lmhash[SMBIOC_HASH_SZ] = { 0 }; in smbfs_keychain_addhash()
|
H A D | krb5ssp.c | 401 memset(ctx->ct_ssn_key, 0, SMBIOC_HASH_SZ); in krb5ssp_final() 402 if ((len = ssn_key->length) > SMBIOC_HASH_SZ) in krb5ssp_final() 403 len = SMBIOC_HASH_SZ; in krb5ssp_final()
|
H A D | ctx.c | 1326 if (len < SMBIOC_HASH_SZ) in smb_fh_getssnkey()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_pass.h | 47 uchar_t lmhash[SMBIOC_HASH_SZ]; 48 uchar_t nthash[SMBIOC_HASH_SZ];
|
H A D | smb_pass.c | 296 bcopy(pk->pk_lmhash, cpid->lmhash, SMBIOC_HASH_SZ); in smb_pkey_add() 297 bcopy(pk->pk_nthash, cpid->nthash, SMBIOC_HASH_SZ); in smb_pkey_add() 356 bcopy(tmp->lmhash, pk->pk_lmhash, SMBIOC_HASH_SZ); in smb_pkey_check() 357 bcopy(tmp->nthash, pk->pk_nthash, SMBIOC_HASH_SZ); in smb_pkey_check()
|
H A D | smb_usr.c | 109 SMBIOC_HASH_SZ, flags)) in smb_usr_get_ssnkey()
|
/titanic_50/usr/src/uts/common/netsmb/ |
H A D | smb_dev.h | 136 #define SMBIOC_HASH_SZ 16 macro 268 uint8_t is_ssn_key[SMBIOC_HASH_SZ]; /* session key */ 371 uchar_t pk_lmhash[SMBIOC_HASH_SZ]; /* LanMan p/w hash */ 372 uchar_t pk_nthash[SMBIOC_HASH_SZ]; /* NTLM p/w hash */
|
/titanic_50/usr/src/lib/libsmbfs/netsmb/ |
H A D | smb_lib.h | 73 #define NTLM_HASH_SZ SMBIOC_HASH_SZ
|