Searched refs:tioffset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | sess.c | 569 unsigned int tioffset; /* challenge message target info area */ in decode_ntlmssp_challenge() local 596 tioffset = le32_to_cpu(pblob->TargetInfoArray.BufferOffset); in decode_ntlmssp_challenge() 598 if (tioffset > blob_len || tioffset + tilen > blob_len) { in decode_ntlmssp_challenge() 599 cifs_dbg(VFS, "tioffset + tilen too high %u + %u\n", in decode_ntlmssp_challenge() 600 tioffset, tilen); in decode_ntlmssp_challenge() 604 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | sess.c | 932 unsigned int tioffset; /* challenge message target info area */ in decode_ntlmssp_challenge() local 984 tioffset = le32_to_cpu(pblob->TargetInfoArray.BufferOffset); in decode_ntlmssp_challenge() 986 if (tioffset > blob_len || tioffset + tilen > blob_len) { in decode_ntlmssp_challenge() 987 cifs_dbg(VFS, "tioffset + tilen too high %u + %u\n", in decode_ntlmssp_challenge() 988 tioffset, tilen); in decode_ntlmssp_challenge() 993 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()
|
Completed in 4 milliseconds