Searched refs:SessionKey (Results 1 – 4 of 4) sorted by relevance
137 struct security_buffer SessionKey; member
355 sess_key_off = le32_to_cpu(authblob->SessionKey.BufferOffset); in ksmbd_decode_ntlmssp_auth_blob()356 sess_key_len = le16_to_cpu(authblob->SessionKey.Length); in ksmbd_decode_ntlmssp_auth_blob()
134 SECURITY_BUFFER SessionKey; member
1214 sec_blob->SessionKey.BufferOffset = cpu_to_le32(tmp - *pbuffer); in build_ntlmssp_auth_blob()1215 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()1216 sec_blob->SessionKey.MaximumLength = in build_ntlmssp_auth_blob()1220 sec_blob->SessionKey.BufferOffset = cpu_to_le32(tmp - *pbuffer); in build_ntlmssp_auth_blob()1221 sec_blob->SessionKey.Length = 0; in build_ntlmssp_auth_blob()1222 sec_blob->SessionKey.MaximumLength = 0; in build_ntlmssp_auth_blob()