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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c242 unsigned char ntlm2_nonce[NTLM_HASH_SZ]; local
276 bcopy(ctx->ct_ntlm_chal, ntlm2_nonce, NTLM_CHAL_SZ);
277 bcopy(ctx->ct_clnonce, ntlm2_nonce+NTLM_CHAL_SZ, NTLM_CHAL_SZ);
279 err = smb_auth_ntlm2_session_response(ntlm2_nonce, NTLM_HASH_SZ,
287 err = smb_auth_ntlm2_usr_ssn_key(ctx->ct_nthash, ntlm2_nonce,

Completed in 15 milliseconds