Searched refs:ct_nthash (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c222 err = smbfs_ntlm_v1_response(ntresp, ctx->ct_nthash,
228 smbfs_ntlm_v1_session_key(ctx->ct_ssn_key, ctx->ct_nthash);
280 ctx->ct_nthash, NTLM_HASH_SZ, ntresp, NTLM_V1_RESP_SZ);
287 err = smb_auth_ntlm2_usr_ssn_key(ctx->ct_nthash, ntlm2_nonce,
495 err = smbfs_ntlm_v2_hash(v2hash, ctx->ct_nthash,
H A Dsmbfs_keychain.c307 ctx->ct_lmhash, ctx->ct_nthash);
320 ctx->ct_lmhash, ctx->ct_nthash);
H A Dsmbfs_lib.h154 #define ct_nthash ct_iod_ssn.iod_nthash macro
H A Dsmbfs_ctx.c618 err = smbfs_ntlm_compute_nt_hash(ctx->ct_nthash,
649 (void) memcpy(ctx->ct_nthash, nthash, NTLM_HASH_SZ);
H A Dsmbfs_util.c459 err = smbfs_ntlm_compute_nt_hash(ctx->ct_nthash,
592 (void) printf(" ct_nthash:");

Completed in 46 milliseconds