Home
last modified time | relevance | path

Searched refs:SMBIOC_HASH_SZ (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dkeychain.c81 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 Dkrb5ssp.c401 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 Dctx.c1326 if (len < SMBIOC_HASH_SZ) in smb_fh_getssnkey()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_pass.h47 uchar_t lmhash[SMBIOC_HASH_SZ];
48 uchar_t nthash[SMBIOC_HASH_SZ];
H A Dsmb_pass.c296 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 Dsmb_usr.c109 SMBIOC_HASH_SZ, flags)) in smb_usr_get_ssnkey()
/titanic_41/usr/src/uts/common/netsmb/
H A Dsmb_dev.h136 #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_41/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h73 #define NTLM_HASH_SZ SMBIOC_HASH_SZ