Lines Matching refs:ntlmv2
399 * as part of ntlmv2 authentication (in Target String), if not already
455 * as part of ntlmv2 authentication (or local current time as
507 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__);
604 struct ntlmv2_resp *ntlmv2 = (struct ntlmv2_resp *)
613 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__);
632 memcpy(ntlmv2->challenge.key,
635 memcpy(ntlmv2->challenge.key,
638 ntlmv2->challenge.key, hash_len);
646 ntlmv2->ntlmv2_hash);
659 struct ntlmv2_resp *ntlmv2;
703 ntlmv2 = (struct ntlmv2_resp *)
705 ntlmv2->blob_signature = cpu_to_le32(0x00000101);
706 ntlmv2->reserved = 0;
707 ntlmv2->time = rsp_timestamp;
709 get_random_bytes(&ntlmv2->client_chal, sizeof(ntlmv2->client_chal));
710 ntlmv2->reserved2 = 0;
753 ntlmv2->ntlmv2_hash,