Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsencrypt.c598 struct ntlmv2_resp *ntlmv2 = (struct ntlmv2_resp *) in CalcNTLMv2_response() local
626 memcpy(ntlmv2->challenge.key, in CalcNTLMv2_response()
629 memcpy(ntlmv2->challenge.key, in CalcNTLMv2_response()
632 ntlmv2->challenge.key, hash_len); in CalcNTLMv2_response()
640 ntlmv2->ntlmv2_hash); in CalcNTLMv2_response()
653 struct ntlmv2_resp *ntlmv2; in setup_ntlmv2_rsp() local
697 ntlmv2 = (struct ntlmv2_resp *) in setup_ntlmv2_rsp()
699 ntlmv2->blob_signature = cpu_to_le32(0x00000101); in setup_ntlmv2_rsp()
700 ntlmv2->reserved = 0; in setup_ntlmv2_rsp()
701 ntlmv2->time = rsp_timestamp; in setup_ntlmv2_rsp()
[all …]