Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dcifsencrypt.c694 unsigned int tilen; in setup_ntlmv2_rsp() local
733 tilen = ses->auth_key.len; in setup_ntlmv2_rsp()
736 ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); in setup_ntlmv2_rsp()
753 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
A Dsess.c758 unsigned int tilen; /* challenge message target info area length */ in decode_ntlmssp_challenge() local
810 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
811 if (tioffset > blob_len || tioffset + tilen > blob_len) { in decode_ntlmssp_challenge()
813 tioffset, tilen); in decode_ntlmssp_challenge()
816 if (tilen) { in decode_ntlmssp_challenge()
818 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()
824 ses->auth_key.len = tilen; in decode_ntlmssp_challenge()

Completed in 7 milliseconds