Lines Matching refs:v2hash
362 * v2hash: 16-byte NTLMv2 hash.
369 smbfs_ntlm_v2_hash(uchar_t *v2hash, const uchar_t *v1hash,
379 * v2hash = HMACT64(v1hash, 16, concat(upcase(user), dest))
399 smbfs_HMACT64(v2hash, v1hash, NTLM_HASH_SZ,
418 * v2hash: 16-byte NTLMv2 hash.
425 const uchar_t *v2hash, const uchar_t *C8,
439 smbfs_HMACT64(rhash, v2hash, NTLM_HASH_SZ, data, dlen);
450 const uchar_t *v2hash,
455 smbfs_HMACT64(ssn_key, v2hash, NTLM_HASH_SZ, ntresp, NTLM_HASH_SZ);
472 uchar_t v2hash[NTLM_HASH_SZ];
495 err = smbfs_ntlm_v2_hash(v2hash, ctx->ct_nthash,
502 * the v2hash, the server challenge, and
512 v2hash, ctx->ct_ntlm_chal,
530 v2hash, ctx->ct_ntlm_chal,
539 smbfs_ntlm_v2_session_key(ctx->ct_ssn_key, v2hash, ntresp);