Searched refs:ntlmv2 (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsencrypt.c | 320 struct ntlmv2_resp *ntlmv2 = (struct ntlmv2_resp *) in CalcNTLMv2_response() local 329 memcpy(ntlmv2->challenge.key, ses->ntlmssp->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); in CalcNTLMv2_response() 331 memcpy(ntlmv2->challenge.key, ses->server->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); in CalcNTLMv2_response() 335 ntlmv2->challenge.key, hash_len, in CalcNTLMv2_response() 336 ntlmv2->ntlmv2_hash); in CalcNTLMv2_response() 394 struct ntlmv2_resp *ntlmv2; in setup_ntlmv2_rsp() local 455 ntlmv2 = (struct ntlmv2_resp *) in setup_ntlmv2_rsp() 457 ntlmv2->blob_signature = cpu_to_le32(0x00000101); in setup_ntlmv2_rsp() 458 ntlmv2->reserved = 0; in setup_ntlmv2_rsp() 459 ntlmv2->time = rsp_timestamp; in setup_ntlmv2_rsp() [all …]
|
| /linux/fs/smb/server/ |
| H A D | auth.h | 43 struct ntlmv2_resp *ntlmv2, int blen, char *domain_name,
|
| H A D | auth.c | 140 struct ntlmv2_resp *ntlmv2, int blen, char *domain_name, in ksmbd_auth_ntlmv2() argument 161 hmac_md5_update(&ctx, (const u8 *)&ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2() 169 if (crypto_memneq(ntlmv2->ntlmv2_hash, ntlmv2_rsp, in ksmbd_auth_ntlmv2()
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 682 ntlmv2
|