Searched refs:tilen (Results 1 – 2 of 2) sorted by relevance
552 unsigned int tilen; in setup_ntlmv2_rsp() local591 tilen = ses->auth_key.len; in setup_ntlmv2_rsp()594 ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); in setup_ntlmv2_rsp()611 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
890 unsigned int tilen; /* challenge message target info area length */ in decode_ntlmssp_challenge() local945 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()946 if (tioffset > blob_len || tioffset + tilen > blob_len) { in decode_ntlmssp_challenge()948 tioffset, tilen); in decode_ntlmssp_challenge()951 if (tilen) { in decode_ntlmssp_challenge()953 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()959 ses->auth_key.len = tilen; in decode_ntlmssp_challenge()