Searched refs:preauth_info (Results 1 – 5 of 5) sorted by relevance
76 struct preauth_integrity_info *preauth_info; member
41 kfree(conn->preauth_info); in ksmbd_conn_free()
818 conn->preauth_info->Preauth_HashId); in assemble_neg_contexts()883 conn->preauth_info->Preauth_HashId = in decode_preauth_ctxt()1012 if (conn->preauth_info->Preauth_HashId) in deassemble_neg_contexts()1130 conn->preauth_info = in smb2_handle_negotiate()1133 if (!conn->preauth_info) { in smb2_handle_negotiate()1146 kfree(conn->preauth_info); in smb2_handle_negotiate()1147 conn->preauth_info = NULL; in smb2_handle_negotiate()1154 kfree(conn->preauth_info); in smb2_handle_negotiate()1155 conn->preauth_info = NULL; in smb2_handle_negotiate()1161 conn->preauth_info->Preauth_HashValue); in smb2_handle_negotiate()[all …]
919 if (conn->preauth_info->Preauth_HashId != in ksmbd_gen_preauth_integrity_hash()
283 memcpy(sess->Preauth_HashValue, conn->preauth_info->Preauth_HashValue, in ksmbd_preauth_session_alloc()