US20070250734A1 - Hybrid computer security clock - Google Patents
Hybrid computer security clock Download PDFInfo
- Publication number
- US20070250734A1 US20070250734A1 US11/410,447 US41044706A US2007250734A1 US 20070250734 A1 US20070250734 A1 US 20070250734A1 US 41044706 A US41044706 A US 41044706A US 2007250734 A1 US2007250734 A1 US 2007250734A1
- Authority
- US
- United States
- Prior art keywords
- clock
- time
- volatile
- monotonic
- trust
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/04—Generating or distributing clock signals or signals derived directly therefrom
- G06F1/14—Time supervision arrangements, e.g. real time clock
Definitions
- the present disclosure relates generally to electronic computing devices, and more particularly but not by limitation to clock architectures for providing information about time, such as for security functions.
- Electronic devices often include a clock for providing information about time. For example, it is desirable for electronic devices that perform security functions to have a means for obtaining date and time information. For forensic logging functions, it is important to have the capability of logging the times of certain events.
- a real time clock keeps track of the current time even when the device is turned off.
- a real time clock therefore requires a source of power, such as a battery, that allows the clock to continue to function and keep time after the device is powered down.
- clocks that are not real time do not function when the device is turned off but keep time fairly accurately when powered-up.
- a clock architecture is therefore desired that is capable of providing electronic devices with at least some clock information that can be used to reliably order events without the need for constant power, depending on the context of the device and the context of use.
- One or more embodiments of the present invention provide solutions to these and other problems, and offer other advantages over the prior art.
- An embodiment of the present invention is directed to a clock object.
- the clock object includes a clock time and a monotonic time that are readable by the electronic device.
- the monotonic time is incremented for every read of the monotonic time from the clock object.
- Another embodiment of the present invention is directed to a clock object, which includes a clock time that is readable by an electronic device and a trust indicator indicative of a trust level of the clock time.
- the clock object is adapted to return the clock time and the trust indicator to the electronic device in response to a clock read request from the electronic device.
- the clock time can include at least one of a high trust clock time and a low trust clock time.
- the trust indicator and at least one of the high trust clock time and the low trust clock time is returned to the electronic device in response to the read request.
- the clock object comprises a static set time representative of a source time read from a clock source, wherein the clock time is based on the source time.
- the clock object further comprises a lag time representative of a delay in successfully recording the set time in the clock database.
- FIG. 1 is a block diagram of a multicomponent platform having a peripheral device with a firmware-embedded clock object according to an embodiment of the present invention.
- FIG. 2 is a diagram illustrating a message stream between a host and a peripheral device during a ClockSetHigh method.
- One or more embodiments of the present disclosure are directed to a hybrid clock architecture in the form of a clock object, which provides “clock time” that are based on different clock sources, depending on the context of the device and the context of use, along with information on clock error and clock reliability.
- the clock object also provides a monotonic time, which is always capable of ordering events regardless of the granularity of the clock time.
- time or “clock time” can include any time information in any format or time unit, such as a date, a time of day, and/or a count.
- the clock object When a request is made to the clock object for information on clock time, the clock object returns the current clock time with an indication of the kind of clock from which the clock information is provided.
- An embodiment of the clock object has the following basic properties:
- the following disclosure provides an example of a hybrid clock object associated with a “peripheral” that is coupled to a “host” by a communication channel, where the host sets and fetches the current clock time over the communication channel.
- the terms host and peripheral only distinguish that the host solicits a communication session with the peripheral.
- the host device and the peripheral device each can include any electronic computing device or peripheral of a computing device, such as but not limited to, desktop computer systems, laptop computer systems, networked computer systems, wireless systems such as cellular phones and PDA's, digital cameras including self-contained web-cams, storage devices, and/or any reasonable combination of these or other systems and devices.
- the clock object can also be implemented in other environments and on any electronic device, such as directly on a host in a messaging or non-messaging environment.
- the clock object can be accessed over a communications channel, a data bus, or through other direct or indirect connections or databases.
- the clock object maintains a table or other database with a time record and other time-related information.
- the peripheral device may include any number of clock objects, but typically one object would be designated as a default clock object.
- the clock object keeps track of date-time utilizing two time markers, for example:
- the clock object receives the ExactTime from the host, so it is expected that the host or some process communicating through the host will measure the time lag between when it reads the clock time from its source of clock time, to the time when it receives confirmation from the clock object that the ExactTime has been received.
- the host process then sends the LagTime to the clock object and, on receipt of the LagTime the clock object permanently records the ExactTime and the LagTime. In this way, the clock object knows a number for the ExactTime and can also bracket the error, if only roughly, through the LagTime. It should be clear the host can optionally repeat this operation to provide an average lag time or a maximum bounding lag time as suited to the particular circumstances.
- the clock object is also capable of distinguishing between time received from a HighTrust Source and time received from a LowTrust Source.
- a HighTrust Source may be a remote, but strongly protected source of the time, while a LowTrust Source may be an immediate, but not strongly protected source of time, such as the local personal computer (PC) clock.
- PC personal computer
- the clock object assumes that the HighTrust source is able to provide a more authoritative time, but with a larger LagTime, so the clock object uses the HighTrust source to bracket the error in the LowTrust ExactTime. In this way, a LowTrust, but accurate time, can be detected and used. In many cases, a LowTrust source provides a more precise, reliable time with greater grannularity than a HighTrust source. But, the HighTrust source is often more authoritative, or trusted, on the current relative time.
- the clock object can be set to accept both a LowTrust ExactTime and a HighTrust ExactTime, just a LowTrust ExactTime without a HighTrust bracket, or just a HighTrust ExactTime using clock object modes called HighTrustMode and LowTrustMode.
- the clock object can also have two additional time modes, TimerMode and ClockMode, to distinguish when the time has been set after a device reset or if the clock object has never been given a setting time.
- TimerMode the clock object is placed in TimerMode (unless the device includes a backup battery that maintains time progression and time information when the device is reset or powered down).
- TimerMode the ExactTime is still incremented in time, but a read will show that the fetched time value cannot be trusted as an absolute because of the reset.
- the clock object In addition to the LowTrust ExactTime and the HighTrust ExactTime, the clock object also, independently, maintains a monotonic counter, which increments its value each time that a clock time is read from the clock object.
- the counter includes a 64 bit persistent counter having a value called MonoticTime.
- the MonotonicTime is “monotonic” in that it maintains a progressively incrementing (or alternatively decrementing) value, even through a reset or reboot. Each read of the clock time thus provides, in addition to the current clock time (ExactTime), a unique monotonic value that can be used to order events, such as during forensic logging.
- the MonotonicTime can increment with uniform or non-uniform increments, but does not return the same count twice. The increments can be positive or negative as long as the MonotonicTime changes monotonically (progressively increases or progressively decreases).
- the MonotonicTime is helpful since it is possible to have the clock object ExactTime set back in time. It may also be possible for subsequent reads of the clock time to return the same ExactTime value due to the speed at which successive reads can be made relative to the time value granularity. In these cases, it would otherwise be difficult to determine with authority the order of one event relative to another in time.
- the clock object in response to a read of the clock time from the clock object, the clock object returns to the requestor an indication of the kind of clock time being returned, the ExactTime, the LagTime, and the MonotonicTime.
- FIG. 1 is a block diagram of a multicomponent platform 100 having a host 102 coupled to a peripheral device 104 through a communications channel 106 according to an embodiment of the present invention.
- Various host software applications such as APP 1 (labeled 110 ) and APP 2 (labeled 112 ) may interact with peripheral device 104 through a driver 114 and a peripheral interface 116 .
- Peripheral 104 includes a security provider (SP) 120 , which includes an issued set of tables and methods that control a persistent trust state of the peripheral device.
- security provider 120 is a completely self-contained and stand-alone security domain of such tables.
- a security provider includes objects that are each composed of persistent data and methods (or remote procedure calls).
- security provider 120 includes a set of access control objects 122 and a clock object 124 . Access to security provider 120 may be controlled, for example as described in U.S. Patent Application Publication US2003/0023867, published Jan. 30, 2003.
- Applications on host 102 can query or change a persistent state on peripheral 104 , such as the state of the clock time maintained by clock object 124 , by establishing communication sessions with security provider 120 . These sessions execute one or more object methods (connectors 130 in FIG. 1 ).
- Host 102 communicates with security provider 120 by opening a session using the interface commands of the particular interface 116 .
- host 102 is the platform host to which the peripheral device is directly attached.
- host 102 could be some other platform host that communicates with an intermediate platform host, which relays the session stream to peripheral device 104 over a network.
- the communication sessions and the security and access control functions of security provider 120 are discussed in more detail in the U.S. patent applications cross-referenced above.
- the clock object 124 is embedded within the firmware of peripheral device 104 , such as part of the firmware that implements the access control and secure/non-secure messaging system of security provider 120 .
- clock object 124 can be utilized with any electronic device and as part of a security or access control function or not.
- Clock object 124 can be implemented as a separate function unrelated to any security, access control or messaging system in alternative embodiments of the present invention.
- clock object 124 includes a collection of persistent data and methods (such as remote procedural calls).
- the data can be maintained in one or more tables or other database formats. Methods are procedures, for example, that operate on tables or other objects.
- the caller (such as an application on host 102 ) passes a list of parameter values of the method to clock object 124 , and the clock object returns a list of result values, followed by a status code, for example.
- Clock object 124 includes a collection of clock information data and methods that operate on the data.
- the clock object can further include all or part of any hardware, software or firmware for implementing clock functions, storing the clock data and executing the methods, for example.
- clock object 124 maintains a clock table 140 within a volatile memory 142 and a corresponding persistent clock table 144 in non-volatile memory 146 .
- volatile memory 142 can include the random access memory (RAM) used by the drive processor 150
- non-volatile memory 146 can include the media of a data storage disc.
- RAM random access memory
- any other type of volatile and non-volatile memory can be used in alternative embodiments.
- clock tables 140 and 144 store clock information that can be changed or fetched (read) by applications on host 102 .
- application APP 1 (labeled) 110 can set the LowTrust ExactTime or the HighTrust ExactTime by reading the time value from a local or remote low trust clock source 160 (such as a local PC clock) or from a local or remote high trust clock source 162 .
- a local or remote low trust clock source 160 such as a local PC clock
- An example of a high trust clock source would be an SNTP clock source that is read by host 102 through a wired or wireless, local or wide area network, for example.
- the local low trust clock source 160 provides a quickly available, precise but not authoritative LowTrust ExactTime, while high trust clock source 162 provides a perhaps less precise, but authoritative HighTrust ExactTime.
- the high trust clock source 162 typically has a longer access time than the local low trust clock source 160 .
- the host application APP 1 When setting the LowTrust or HighTrust ExactTime value maintained by clock object 124 , the host application APP 1 starts a lag timer 170 and then reads the ExactTime value from clock source 160 or 162 .
- the host application sends the read time value to clock object 124 as a parameter of a “ClockSet” method call, for example.
- Clock Object 124 receives the time value and responds to the host application APP 1 that the clock time has been recorded in clock table 140 . Once the host application APP 1 receives confirmation that clock object 124 has received the ExactTime value, the host application reads the value, “LagTime”, of lag timer 170 .
- the LagTime value represents the maximum amount of time that the ExactTime recorded by clock object 124 is behind the actual time, which is the delay in successfully recording the ExactTime in the clock database.
- the LagTime value exceeds the worst-case lag error, but no further estimation needs to be done in one or more embodiments of the invention.
- the host application sends the LagTime value to clock object 124 as a parameter of a further message.
- clock object 124 permanently records the ExactTime and the LagTime, such as by sending the contents of volatile clock table 140 to non-volatile clock table 144 .
- the LagTime value can be used to modify the ExactTime that is stored by clock object 124 or to provide a measure or boundary on the clock error.
- the host application may choose to open a messaging session with clock object 124 either before or after it reads the time from clock source 160 or 162 , depending on the implementation. If it is desired to obtain the closest time, the Host-side process will open a session with clock object 124 before reading and sending the source clock time. However, the time may have to come over a local, or wide area network, in which case there will be a larger lag time partly because the session may have to authenticate itself or secure the session with clock object 124 before the time is updated.
- clock object 124 uses timer 180 to increment its measure of the current clock time, whether the recorded time is a LowTrust ExactTime and/or a HighTrustExactTime. Once peripheral device 104 is powered up, timer 180 can maintain an accurate and precise measure of time progression relative to the stored ExactTime values.
- clock object 124 maintains the independent monotonic counter value, referred to as the MonotonicTime, in volatile clock table 140 .
- Clock object 124 increments the MonotonicTime value each time a host application, or any other object or process reads the time from clock object 124 .
- clock object 124 stores the MonotonicTime value in non-volatile clock table 144 so as to always provide a monotonically increasing count, as discussed in more detail below.
- clock object 124 can utilize its value as a low or high trust clock time value, as appropriate.
- Clock object 124 can also set the real time clock value through procedural calls made by a host application, for example.
- timers and other support functions for clock object 124 can be implemented in hardware, firmware, software or a combination in alternative embodiments.
- a table generally includes a grid with named columns and addressable rows. At each column and row intersection there is a cell. All the cells in a column have the same type.
- table as used in the specification and claims can include any data structure or arrangement that can be used to associate two or more fields of data in memory.
- the “rows” and “columns” of the table refer to the manner in which the fields are associated with one another, not necessarily the physical arrangement of memory cells in which the fields are stored, and these two terms are interchangeable.
- clock tables 140 and 144 have a single row.
- Table 1 provides a description of the columns in clock tables 140 and 144 , according to one embodiment of the present invention.
- Column Type Description HaveHigh boolean Indicates if high trust time values are valid. In particular, if this value is true, then the HighByWho, HighSetTime, HighInitialTimer and HighLag fields are meaningful. If TrustMode is Low then this value must be false. HighByWho uidref ⁇ Authority ⁇ Authority that set the high trust time. HighSetTime clock_time Valid only if HaveHigh is set to true. Otherwise it should be 0. HighInitialTimer clock_time Valid only if HaveHigh is set to true. Otherwise it should be 0.
- MonotonicBase clock_time The monotonic time counter value is periodically saved here.
- Monotonic clock_time The MonotonicBase is saved every Reserve Reserve increments or when ResetClock is called.
- TrustMode clock_kind Defines whether HaveHigh, HaveLow, or both may be true.
- the data type “boolean” is a one byte unsigned integer, uinteger ⁇ 1 ⁇ , that can take on values 0 for “false” and 1 for “true”, for example. Alternatively, a one-bit value could be used.
- the data type “uidref ⁇ Authority ⁇ is a unique identifier that identifies a particular access-control authority, such as those maintained by the access control objects 122 in FIG. 1 , through which the high trust time or the low trust time were set.
- the data type “clock_kind” has the format enum ⁇ Timer, Low, High, LowHigh ⁇ . One of these types would be enumerated in this column.
- clock_time has the format typeOr ⁇ trusted: sntp_time, monotonic:uinteger ⁇ 8 ⁇ . If the host has supplied a trusted time (LowTrust or HighTrust) since power up, then the “trusted” clock time is used, which has an sntp_time format. Otherwise the monotonic counter value is used, which is an unsigned eight-byte integer.
- the HaveHigh field indicates if the high trust time values are valid. If this value is true, then the HighByWho, HighSetTime, HighInitialTimer and HighLag fields are meaningful. If TrustMode is Low then this value must be false, for example.
- the HaveLow field indicates if the trust time values are valid. If this value is true, then the LowByWho, LowSetTime, LowInitialTimer and LowLag fields are meaningful. If TrustMode is High then this value must be false, for example.
- the HighSetTime and the LowSetTime correspond to the HighTrust ExactTime and the LowTrust ExactTime received from the host, which are static time values.
- the HighInitialTimer and the LowInitialTimer correspond to the respective values of “timer( )” from timer 180 at the moment when the values of HighSetTime and the LowSetTime are set.
- the clock object records the static value of timer( ) in the respective field HighInitialTimer or LowInitialTimer.
- the lag times measured by the host lag timer 170 for the high trust and low trust clock sources are stored in the HighLag and the LowLag columns, respectively. These lag times are generally representative of the delay between reading the ExactTimes from the clock sources and recording the corresponding set times in the clock table.
- the value stored in the MonotonicBase column of the volatile clock table 140 (in RAM), which can be referred to as a volatile MonotonicBase, is incremented by a specified uniform or non-uniform increment each time an application, object or other process or device reads the time from clock object 124 . On each read, the value of the volatile MonotonicBase is returned to the requestor as the MonotonicTime.
- the MonotonicBase has enough bits to ensure that the monotonic count will never reach a maximum count during the useful life of the electronic device in which it is used.
- the MonotonicBase can have 64 bits. However a larger or smaller number of bits can be used in alternative embodiments.
- the value of MonotonicReserve determines the period in number of increments of the volatile MonotonicBase at which the clock object 124 copies or saves its contents, and particularly the value of the volatile MonotonicBase, into the non-volatile clock table 144 in non-volatile memory 146 .
- the non-volatile MonotonicBase value gets updated every MonotonicReserve increments of the volatile MonotonicBase. This keeps the count values incrementing while minimizing the number of writes to main memory.
- the clock object monitors the current sum of increments of the volatile MonotonicBase since the most recent save to the non-volatile memory, referred to as the MonotonicIncrement. When the MonotonicIncrement reaches the MonotonicReserve value, the clock object saves the volatile MonotonicBase to the non-volatile clock table.
- the clock object loads the MonotonicBase column of the volatile clock table 140 with a value equal to at least the sum of the saved, non-volatile MonotonicBase and the MonotonicReserve values. This ensures that the new value of the volatile MonotonicBase will be at least as great as the next most previous value that was saved prior to the reset.
- the volatile MonotonicBase value could not have incremented more than the MonotonicReserve since the last permanent save to the non-volatile clock table.
- the volatile MonotonicBase value is guaranteed always to increase, even though it may skip up by the MonotonicReserve value. Subsequent reads of the clock time from the clock object will never return the same MonotonicTime value.
- the monotonic values can be handled in other ways in alternative embodiments. For example on each save to the non-volatile memory, the saved MonotonicBase can be increased in advance by the MonotonicReserve. After reset, the saved value can then be loaded directly into the volatile MonotonicBase. Other processes can also be used to ensure a monotonically increasing (or decreasing if desired) count.
- the clock object maintains the following constraints:
- a method is an action that the host application desires to perform that makes use of a resource or feature of the peripheral device, such as the clock object.
- the GetClock method is used to fetch information about the current time and has the following format:
- the first expression indicates the desired clock table name (the name of clock table 140 in FIG. 1 ) and specifies the GetClock method.
- the result has four parameters, “Kind” having the data type “clock_kind”, “ExactTime” having the data type “clock_time”, “LagTime” having the data type “clock_time”, and “MonotonicTime” having the data type “clock_time”.
- one or more of these parameters are returned in one or more separate messages.
- the clock object Upon receiving a ClockGet Method call, the clock object reads its volatile clock table. If HaveLow is true, then the result will be [Low, LowTime, LowLag, MonotonicTime]. Else if HaveHigh is true, then the result will be [High, HighTime, HighLag, MonotonicBase]. Otherwise the result is [“timer”,timer( ), 0, MonotonicBase]. Other priorities can be implemented in other embodiments.
- the GetClock method call returns either of the two virtual variables, HighTime or LowTime, depending on the contents of the clock table and the TrustMode.
- the clock object calculates these variables according to the following expressions:
- the clock object reads the values of timer 180 and HighInitialTime to determine the time lapse from the HighSetTime (HighTrust ExactTime) initially set by the host and stored in the clock table.
- timer 180 can be reset each time the host sets the HighSetTime and then simply added to the HighSetTime when read again by the host.
- separate timers can be provided for the high and low trust set times.
- the clock_kind parameter thus serves as an indicator of a level of trust of the ExactTime clock time that is being returned.
- the clock object can return both the HighTime and the LowTime together with valid flags that indicate whether either of these clock times is valid.
- the valid flags also serve as indicators of the trust level of the clock source from which the clock times are based.
- the ResetClock method has the following format:
- This method resets the clock and puts the clock object into the timer mode. This method is called automatically when the peripheral device resets or when called by the host.
- the clock object sets the following properties when this method is called:
- Volatile MonotonicBase Non-volatile MonotonicBase+MonotonicReserve
- the memory variable MonotonicIncrement is set to 0, which indicates the number of increments of the volatile MonotonicBase since the last save to the non-volatile MonotonicBase.
- the boolean result returned by the clock object confirms whether the ResetClock method executed.
- SetClockHigh method has the following format:
- This method is used by the host to set the time from a high trust source, such as source 162 in FIG. 1 .
- FIG. 2 is a diagram illustrating an example message stream between the host and the peripheral during a ClockSetHigh method.
- the host application When setting the HighTrust ExactTime, the host application starts lag timer 170 ( FIG. 1 ), at step 200 in FIG. 2 , reads the ExactTime value from clock source 162 and then sends the ExactTime value to clock object 124 as a parameter in the above format, at step 201 .
- the LagTime parameter is not included or set to a null value since the value remains unknown.
- Clock Object 124 receives the ExactTime value, stores the value in the HighTime column of the volatile clock table 140 , at step 202 , and confirms to the host application that the clock time has been recorded, at step 203 .
- the Boolean ‘Okay” result is set to true of the operation succeeded and false if the operation failed.
- the clock object also reads the value of timer 180 and records this value in the HighInitialTime column of the clock table, at step 204 .
- the host application receives confirmation that clock object 124 has received the ExactTime value, the host application reads the value of lag timer 170 , at step 204 , and sends the LagTime value to clock object 124 as a parameter of a further SetClockHigh message, at step 205 .
- clock object 124 stores the LagTime in the HighLag column of the clock table and permanently records the HighTime and HighLag in the non-volatile clock table 144 , at step 206 .
- This method call is accepted only when TrustMode is not Low. If this call is accepted, then HaveHigh is set to true and HighByWho is set to the authority for this messaging session. If the new high value does not bracket an existing low value according to the following constraints, then HaveLow is set to false.
- the LowTime value should not be allowed to go back in time, so it must be greater than the HighTime. Also, since the LowLag should be shorter than the HighLag, then the second inequality should be true. Otherwise, there is a problem with the LowTime value.
- the clock object discards the LowTime because it is probably wrong, and resets the HaveLow value to “0” (false). Note that when implementing these time comparison steps, the value of timer( ) is not needed since it appears on both sides of the comparisons and cancels out.
- the SetClockLow method is similar to the SetClockHigh method and has the following format:
- This method is used to set the time from a low trust source, such as the PC clock 160 in FIG. 1 .
- the host sends the LowTrust ExactTime to the clock object while measuring the LowLag time with lag timer 170 .
- the clock object records the LowTrust ExactTime in the LowTome column of the clock table, reads timer 180 and records its value in the LowInitialTime column of the clock table. Once the clock object confirms it has recorded the LowTime, the host sends the clock object the LowLag time value, which is stored in the LowLag column of the table. Both LowTime and LowLag are received before either is updated in the non-volatile memory.
- This method call is accepted only when TrustMode is not High. If the mode is LowHigh and HaveHigh is true, then this call is accepted only when the existing high value brackets the new low value, according to the inequalities recited above. Other comparisons or constraints can be used in alternative embodiments.
- This method sets the TrustMode in the clock table and has the following format:
- TrustMode is set to Low, then HaveHigh is set to false. If the TrustMode is set to High, then HaveLow is set to false. If the TrustMode is set to LowHigh, then HaveLow and HaveHigh are set to true.
- the host calls this method any time it wants to synchronize the non-volatile clock table on the main storage media with the current values in the volatile clock table in RAM.
- the clock object writes the current values to the non-volatile memory and resets the MonotonicIncrement to zero. Note this method leaves the value of virtual variable MonotonicTime unchanged.
- the clock object described above therefore is capable of providing electronic devices with at least some clock information that can be used to reliably order events monotonically without the need for constant power. Regardless of the granularity of the clock, the delay between subsequent clock reads, or power resets, the clock object provides unique, monotonically increasing information for each clock read. This is extremely helpful in data logging applications where it is important to accurately order events. For example the clock object can generate time stamps for forensic logging that prove a sequence of events that cannot be repudiated.
- the clock object also provides an indication of whether the clock information is based on a high trusted source or a low trusted source and provides an indication of the clock error or other bounding conditions of the clock information.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Electric Clocks (AREA)
Abstract
Description
- Cross-reference is hereby made to U.S. application Ser. No. ______, entitled “VERSATILE ACCESS CONTROL SYSTEM” and U.S. application Ser. No. ______, entitled “VERSATILE SECURE AND NON-SECURE MESSAGING, which were filed on even date herewith and are hereby incorporated by reference.
- Cross-reference is also made to copending U.S. patent application Ser. Nos. 09/912,931, filed Jul. 25, 2001 and entitled “METHODS AND SYSTEMS FOR PROMOTING SECURITY IN A COMPUTER SYSTEM EMPLOYING ATTACHED STORAGE DEVICES”; 10/963,373, filed Oct. 12, 2004 and entitled “SYSTEM AND METHOD FOR DELIVERING VERSATILE SECURITY, DIGITAL RIGHTS MANAGEMENT, AND PRIVACY SERVICES FROM STORAGE CONTROLLERS”; 10/984,368, filed Nov. 9, 2004 and entitled “SYSTEM AND METHOD FOR DELIVERING VERSATILE SECURITY, DIGITAL RIGHTS MANAGEMENT, AND PRIVACY SERVICES”; 11/178,908, filed Jul. 11, 2005 and entitled “METHODS AND SYSTEMS FOR PROMOTING SECURITY IN A COMPUTER SYSTEM EMPLOYING ATTACHED STORAGE DEVICES”; 11/343,338, filed Jan. 31, 2006 and entitled “METHOD AND APPARATUS FOR PROVIDING VERSATILE SERVICES ON STORAGE DEVICES”; and 11/346,118, filed Feb. 2, 2006 and entitled “METHODS AND SYSTEMS FOR PROMOTING SECURITY IN A COMPUTER SYSTEM EMPLOYING ATTACHED STORAGE DEVICES”.
- The present disclosure relates generally to electronic computing devices, and more particularly but not by limitation to clock architectures for providing information about time, such as for security functions.
- Electronic devices often include a clock for providing information about time. For example, it is desirable for electronic devices that perform security functions to have a means for obtaining date and time information. For forensic logging functions, it is important to have the capability of logging the times of certain events.
- A real time clock keeps track of the current time even when the device is turned off. A real time clock therefore requires a source of power, such as a battery, that allows the clock to continue to function and keep time after the device is powered down. In contrast, clocks that are not real time do not function when the device is turned off but keep time fairly accurately when powered-up.
- A problem common to many electronic devices, such as storage devices, is that it is often impractical to include a real time clock for cost reasons or reasons of practicality around the need for power. This makes it difficult to maintain accurate time information and to log a precise order of events so that evidence as to what even occurred and when the event occurred cannot be easily repudiated.
- A clock architecture is therefore desired that is capable of providing electronic devices with at least some clock information that can be used to reliably order events without the need for constant power, depending on the context of the device and the context of use.
- One or more embodiments of the present invention provide solutions to these and other problems, and offer other advantages over the prior art.
- An embodiment of the present invention is directed to a clock object. The clock object includes a clock time and a monotonic time that are readable by the electronic device. The monotonic time is incremented for every read of the monotonic time from the clock object.
- Another embodiment of the present invention is directed to a clock object, which includes a clock time that is readable by an electronic device and a trust indicator indicative of a trust level of the clock time. The clock object is adapted to return the clock time and the trust indicator to the electronic device in response to a clock read request from the electronic device.
- For example, the clock time can include at least one of a high trust clock time and a low trust clock time. The trust indicator and at least one of the high trust clock time and the low trust clock time is returned to the electronic device in response to the read request.
- In a further embodiment, the clock object comprises a static set time representative of a source time read from a clock source, wherein the clock time is based on the source time. The clock object further comprises a lag time representative of a delay in successfully recording the set time in the clock database.
- Other features and benefits that characterize embodiments of the present invention will be apparent upon reading the following detailed description and review of the associated drawings.
-
FIG. 1 is a block diagram of a multicomponent platform having a peripheral device with a firmware-embedded clock object according to an embodiment of the present invention. -
FIG. 2 is a diagram illustrating a message stream between a host and a peripheral device during a ClockSetHigh method. - One or more embodiments of the present disclosure are directed to a hybrid clock architecture in the form of a clock object, which provides “clock time” that are based on different clock sources, depending on the context of the device and the context of use, along with information on clock error and clock reliability. The clock object also provides a monotonic time, which is always capable of ordering events regardless of the granularity of the clock time. The terms “time” or “clock time” can include any time information in any format or time unit, such as a date, a time of day, and/or a count.
- When a request is made to the clock object for information on clock time, the clock object returns the current clock time with an indication of the kind of clock from which the clock information is provided. An embodiment of the clock object has the following basic properties:
- a. It can record and report both true clock (date/time) and a monotonically incrementing counter (the monotonic time) as appropriate to the circumstances;
- b. It distinguishes more reliable clock times that are externally set from less reliable clock times that are externally set;
- c. It provides a means for bounding the error around externally set clock times;
- d. It provides a natural means for using a reliable internal real time clock if that is available.
- For purposes of description, the following disclosure provides an example of a hybrid clock object associated with a “peripheral” that is coupled to a “host” by a communication channel, where the host sets and fetches the current clock time over the communication channel. The terms host and peripheral only distinguish that the host solicits a communication session with the peripheral. The host device and the peripheral device each can include any electronic computing device or peripheral of a computing device, such as but not limited to, desktop computer systems, laptop computer systems, networked computer systems, wireless systems such as cellular phones and PDA's, digital cameras including self-contained web-cams, storage devices, and/or any reasonable combination of these or other systems and devices.
- The clock object can also be implemented in other environments and on any electronic device, such as directly on a host in a messaging or non-messaging environment. The clock object can be accessed over a communications channel, a data bus, or through other direct or indirect connections or databases.
- In an example embodiment, the clock object maintains a table or other database with a time record and other time-related information. The peripheral device may include any number of clock objects, but typically one object would be designated as a default clock object.
- The clock object keeps track of date-time utilizing two time markers, for example:
- a 64 bit SNTP Clock Time field (IETF RFC 2030) called ExactTime; and
- a 64 bit SNTP Clock Time error field called LagTime,
where SNTP refers to “Simple Network Time Protocol”. Other time formats, protocols or standards can also be used. - The clock object receives the ExactTime from the host, so it is expected that the host or some process communicating through the host will measure the time lag between when it reads the clock time from its source of clock time, to the time when it receives confirmation from the clock object that the ExactTime has been received. The host process then sends the LagTime to the clock object and, on receipt of the LagTime the clock object permanently records the ExactTime and the LagTime. In this way, the clock object knows a number for the ExactTime and can also bracket the error, if only roughly, through the LagTime. It should be clear the host can optionally repeat this operation to provide an average lag time or a maximum bounding lag time as suited to the particular circumstances.
- The clock object is also capable of distinguishing between time received from a HighTrust Source and time received from a LowTrust Source. A HighTrust Source may be a remote, but strongly protected source of the time, while a LowTrust Source may be an immediate, but not strongly protected source of time, such as the local personal computer (PC) clock.
- In one embodiment of the present invention, the clock object assumes that the HighTrust source is able to provide a more authoritative time, but with a larger LagTime, so the clock object uses the HighTrust source to bracket the error in the LowTrust ExactTime. In this way, a LowTrust, but accurate time, can be detected and used. In many cases, a LowTrust source provides a more precise, reliable time with greater grannularity than a HighTrust source. But, the HighTrust source is often more authoritative, or trusted, on the current relative time.
- As described in more detail below, the clock object can be set to accept both a LowTrust ExactTime and a HighTrust ExactTime, just a LowTrust ExactTime without a HighTrust bracket, or just a HighTrust ExactTime using clock object modes called HighTrustMode and LowTrustMode.
- The clock object can also have two additional time modes, TimerMode and ClockMode, to distinguish when the time has been set after a device reset or if the clock object has never been given a setting time. After a reset, the clock object is placed in TimerMode (unless the device includes a backup battery that maintains time progression and time information when the device is reset or powered down). In TimerMode, the ExactTime is still incremented in time, but a read will show that the fetched time value cannot be trusted as an absolute because of the reset.
- In addition to the LowTrust ExactTime and the HighTrust ExactTime, the clock object also, independently, maintains a monotonic counter, which increments its value each time that a clock time is read from the clock object. In one embodiment, the counter includes a 64 bit persistent counter having a value called MonoticTime. The MonotonicTime is “monotonic” in that it maintains a progressively incrementing (or alternatively decrementing) value, even through a reset or reboot. Each read of the clock time thus provides, in addition to the current clock time (ExactTime), a unique monotonic value that can be used to order events, such as during forensic logging. The MonotonicTime can increment with uniform or non-uniform increments, but does not return the same count twice. The increments can be positive or negative as long as the MonotonicTime changes monotonically (progressively increases or progressively decreases).
- The MonotonicTime is helpful since it is possible to have the clock object ExactTime set back in time. It may also be possible for subsequent reads of the clock time to return the same ExactTime value due to the speed at which successive reads can be made relative to the time value granularity. In these cases, it would otherwise be difficult to determine with authority the order of one event relative to another in time.
- In an example embodiment of the present invention, in response to a read of the clock time from the clock object, the clock object returns to the requestor an indication of the kind of clock time being returned, the ExactTime, the LagTime, and the MonotonicTime.
-
FIG. 1 is a block diagram of amulticomponent platform 100 having ahost 102 coupled to aperipheral device 104 through acommunications channel 106 according to an embodiment of the present invention. Various host software applications, such as APP1 (labeled 110) and APP2 (labeled 112) may interact withperipheral device 104 through adriver 114 and aperipheral interface 116. - Peripheral 104 includes a security provider (SP) 120, which includes an issued set of tables and methods that control a persistent trust state of the peripheral device. In one embodiment,
security provider 120 is a completely self-contained and stand-alone security domain of such tables. A security provider includes objects that are each composed of persistent data and methods (or remote procedure calls). In one embodiment,security provider 120 includes a set ofaccess control objects 122 and aclock object 124. Access tosecurity provider 120 may be controlled, for example as described in U.S. Patent Application Publication US2003/0023867, published Jan. 30, 2003. - Applications on
host 102 can query or change a persistent state on peripheral 104, such as the state of the clock time maintained byclock object 124, by establishing communication sessions withsecurity provider 120. These sessions execute one or more object methods (connectors 130 inFIG. 1 ).Host 102 communicates withsecurity provider 120 by opening a session using the interface commands of theparticular interface 116. In a simple case, host 102 is the platform host to which the peripheral device is directly attached. In a more general case, host 102 could be some other platform host that communicates with an intermediate platform host, which relays the session stream toperipheral device 104 over a network. The communication sessions and the security and access control functions ofsecurity provider 120 are discussed in more detail in the U.S. patent applications cross-referenced above. - In one or more embodiments, the
clock object 124 is embedded within the firmware ofperipheral device 104, such as part of the firmware that implements the access control and secure/non-secure messaging system ofsecurity provider 120. Although the embodiment shown inFIG. 1 is described in the context of a security and access control function forperipheral device 104,clock object 124 can be utilized with any electronic device and as part of a security or access control function or not.Clock object 124 can be implemented as a separate function unrelated to any security, access control or messaging system in alternative embodiments of the present invention. - In an embodiment,
clock object 124 includes a collection of persistent data and methods (such as remote procedural calls). The data can be maintained in one or more tables or other database formats. Methods are procedures, for example, that operate on tables or other objects. The caller (such as an application on host 102) passes a list of parameter values of the method toclock object 124, and the clock object returns a list of result values, followed by a status code, for example. -
Clock object 124 includes a collection of clock information data and methods that operate on the data. The clock object can further include all or part of any hardware, software or firmware for implementing clock functions, storing the clock data and executing the methods, for example. - In the embodiment shown in
FIG. 1 ,clock object 124 maintains a clock table 140 within avolatile memory 142 and a corresponding persistent clock table 144 innon-volatile memory 146. For example, if peripheral device comprises a data storage device, such as a disc drive,volatile memory 142 can include the random access memory (RAM) used by thedrive processor 150, andnon-volatile memory 146 can include the media of a data storage disc. However, any other type of volatile and non-volatile memory can be used in alternative embodiments. - As described in more detail below, clock tables 140 and 144 store clock information that can be changed or fetched (read) by applications on
host 102. For example, application APP1 (labeled) 110 can set the LowTrust ExactTime or the HighTrust ExactTime by reading the time value from a local or remote low trust clock source 160 (such as a local PC clock) or from a local or remote hightrust clock source 162. An example of a high trust clock source would be an SNTP clock source that is read byhost 102 through a wired or wireless, local or wide area network, for example. The local lowtrust clock source 160 provides a quickly available, precise but not authoritative LowTrust ExactTime, while hightrust clock source 162 provides a perhaps less precise, but authoritative HighTrust ExactTime. The hightrust clock source 162 typically has a longer access time than the local lowtrust clock source 160. - When setting the LowTrust or HighTrust ExactTime value maintained by
clock object 124, the host application APP1 starts alag timer 170 and then reads the ExactTime value fromclock source clock object 124 as a parameter of a “ClockSet” method call, for example.Clock Object 124 receives the time value and responds to the host application APP1 that the clock time has been recorded in clock table 140. Once the host application APP1 receives confirmation thatclock object 124 has received the ExactTime value, the host application reads the value, “LagTime”, oflag timer 170. The LagTime value represents the maximum amount of time that the ExactTime recorded byclock object 124 is behind the actual time, which is the delay in successfully recording the ExactTime in the clock database. The LagTime value exceeds the worst-case lag error, but no further estimation needs to be done in one or more embodiments of the invention. - The host application sends the LagTime value to
clock object 124 as a parameter of a further message. On receipt,clock object 124 permanently records the ExactTime and the LagTime, such as by sending the contents of volatile clock table 140 to non-volatile clock table 144. The LagTime value can be used to modify the ExactTime that is stored byclock object 124 or to provide a measure or boundary on the clock error. - The host application may choose to open a messaging session with
clock object 124 either before or after it reads the time fromclock source clock object 124 before reading and sending the source clock time. However, the time may have to come over a local, or wide area network, in which case there will be a larger lag time partly because the session may have to authenticate itself or secure the session withclock object 124 before the time is updated. - Once the static ExactTime value has been recorded,
clock object 124 usestimer 180 to increment its measure of the current clock time, whether the recorded time is a LowTrust ExactTime and/or a HighTrustExactTime. Onceperipheral device 104 is powered up,timer 180 can maintain an accurate and precise measure of time progression relative to the stored ExactTime values. - In addition,
clock object 124 maintains the independent monotonic counter value, referred to as the MonotonicTime, in volatile clock table 140.Clock object 124 increments the MonotonicTime value each time a host application, or any other object or process reads the time fromclock object 124. Periodically,clock object 124 stores the MonotonicTime value in non-volatile clock table 144 so as to always provide a monotonically increasing count, as discussed in more detail below. - If a
real time clock 190 is available toperipheral device 104,clock object 124 can utilize its value as a low or high trust clock time value, as appropriate.Clock object 124 can also set the real time clock value through procedural calls made by a host application, for example. - The timers and other support functions for
clock object 124 can be implemented in hardware, firmware, software or a combination in alternative embodiments. - In an embodiment of the invention, a table generally includes a grid with named columns and addressable rows. At each column and row intersection there is a cell. All the cells in a column have the same type. However, the term “table” as used in the specification and claims can include any data structure or arrangement that can be used to associate two or more fields of data in memory. The “rows” and “columns” of the table refer to the manner in which the fields are associated with one another, not necessarily the physical arrangement of memory cells in which the fields are stored, and these two terms are interchangeable.
- In one exemplary embodiment, clock tables 140 and 144 have a single row. Table 1 provides a description of the columns in clock tables 140 and 144, according to one embodiment of the present invention.
Column Type Description HaveHigh boolean Indicates if high trust time values are valid. In particular, if this value is true, then the HighByWho, HighSetTime, HighInitialTimer and HighLag fields are meaningful. If TrustMode is Low then this value must be false. HighByWho uidref{Authority} Authority that set the high trust time. HighSetTime clock_time Valid only if HaveHigh is set to true. Otherwise it should be 0. HighInitialTimer clock_time Valid only if HaveHigh is set to true. Otherwise it should be 0. HighLag clock_time Valid only if HaveHigh is set to true. Otherwise it should be 0. HaveLow boolean Indicates if low-order time values are valid. In particular, if this value is true, then the LowByWho, LowSetTime, LowInitialTimer and LowLag fields are meaningful. If TrustMode is High then this value must be false. LowByWho uidref{Authority} Authority that set the low trust time. LowSetTime clock_time Valid only if HaveLow is set to true. Otherwise it should be 0. LowInitialTimer clock_time Valid only if HaveLow is set to true. Otherwise it should be 0. LowLag clock_time Valid only if HaveLow is set to true. Otherwise it should be 0. MonotonicBase clock_time The monotonic time counter value is periodically saved here. Monotonic clock_time The MonotonicBase is saved every Reserve Reserve increments or when ResetClock is called. TrustMode clock_kind Defines whether HaveHigh, HaveLow, or both may be true. - In the above table, the data type “boolean” is a one byte unsigned integer, uinteger{1}, that can take on
values 0 for “false” and 1 for “true”, for example. Alternatively, a one-bit value could be used. The data type “uidref{Authority} is a unique identifier that identifies a particular access-control authority, such as those maintained by theaccess control objects 122 inFIG. 1 , through which the high trust time or the low trust time were set. The data type “clock_kind” has the format enum{Timer, Low, High, LowHigh}. One of these types would be enumerated in this column. The data type “clock_time” has the format typeOr{trusted: sntp_time, monotonic:uinteger{8}}. If the host has supplied a trusted time (LowTrust or HighTrust) since power up, then the “trusted” clock time is used, which has an sntp_time format. Otherwise the monotonic counter value is used, which is an unsigned eight-byte integer. - The HaveHigh field indicates if the high trust time values are valid. If this value is true, then the HighByWho, HighSetTime, HighInitialTimer and HighLag fields are meaningful. If TrustMode is Low then this value must be false, for example.
- Similarly, the HaveLow field indicates if the trust time values are valid. If this value is true, then the LowByWho, LowSetTime, LowInitialTimer and LowLag fields are meaningful. If TrustMode is High then this value must be false, for example.
- The HighSetTime and the LowSetTime correspond to the HighTrust ExactTime and the LowTrust ExactTime received from the host, which are static time values. The HighInitialTimer and the LowInitialTimer correspond to the respective values of “timer( )” from
timer 180 at the moment when the values of HighSetTime and the LowSetTime are set. When either of these values are set by the host, the clock object records the static value of timer( ) in the respective field HighInitialTimer or LowInitialTimer. - The lag times measured by the
host lag timer 170 for the high trust and low trust clock sources are stored in the HighLag and the LowLag columns, respectively. These lag times are generally representative of the delay between reading the ExactTimes from the clock sources and recording the corresponding set times in the clock table. - The value stored in the MonotonicBase column of the volatile clock table 140 (in RAM), which can be referred to as a volatile MonotonicBase, is incremented by a specified uniform or non-uniform increment each time an application, object or other process or device reads the time from
clock object 124. On each read, the value of the volatile MonotonicBase is returned to the requestor as the MonotonicTime. - In one embodiment, the MonotonicBase has enough bits to ensure that the monotonic count will never reach a maximum count during the useful life of the electronic device in which it is used. For example, the MonotonicBase can have 64 bits. However a larger or smaller number of bits can be used in alternative embodiments.
- The value of MonotonicReserve determines the period in number of increments of the volatile MonotonicBase at which the
clock object 124 copies or saves its contents, and particularly the value of the volatile MonotonicBase, into the non-volatile clock table 144 innon-volatile memory 146. Thus, the non-volatile MonotonicBase value gets updated every MonotonicReserve increments of the volatile MonotonicBase. This keeps the count values incrementing while minimizing the number of writes to main memory. The clock object monitors the current sum of increments of the volatile MonotonicBase since the most recent save to the non-volatile memory, referred to as the MonotonicIncrement. When the MonotonicIncrement reaches the MonotonicReserve value, the clock object saves the volatile MonotonicBase to the non-volatile clock table. - On a reset or power-down, for example, the previous value of the volatile MonotonicBase is lost. However on power-up, the clock object loads the MonotonicBase column of the volatile clock table 140 with a value equal to at least the sum of the saved, non-volatile MonotonicBase and the MonotonicReserve values. This ensures that the new value of the volatile MonotonicBase will be at least as great as the next most previous value that was saved prior to the reset. The volatile MonotonicBase value could not have incremented more than the MonotonicReserve since the last permanent save to the non-volatile clock table. Thus, the volatile MonotonicBase value is guaranteed always to increase, even though it may skip up by the MonotonicReserve value. Subsequent reads of the clock time from the clock object will never return the same MonotonicTime value.
- The monotonic values can be handled in other ways in alternative embodiments. For example on each save to the non-volatile memory, the saved MonotonicBase can be increased in advance by the MonotonicReserve. After reset, the saved value can then be loaded directly into the volatile MonotonicBase. Other processes can also be used to ensure a monotonically increasing (or decreasing if desired) count.
- Thus, the clock object maintains the following constraints:
- 0≦MonotonicIncrement≦MonotonicReserve
- Volatile MonotonicBase=Non-volatile MonotonicBase+MonotonicIncrement
where MonotonicIncrement is the sum total of increments of MonotonicBase since the last save to non-volatile memory.
4. Clock Methods - This section provides example of methods or processes that can be called by a host application (or other process, object or device) and executed on or by the clock object. A method is an action that the host application desires to perform that makes use of a resource or feature of the peripheral device, such as the clock object.
- 4.1 GetClock Method
- The GetClock method is used to fetch information about the current time and has the following format:
- TableName.GetClock[]
- =>
- [Kind:clock_kind, ExactTime:clock_time, LagTime:clock_time, MonotonicTime:clock_time]
- The first expression indicates the desired clock table name (the name of clock table 140 in
FIG. 1 ) and specifies the GetClock method. The expression that follows the “=>” arrow represents the result returned to the host from the clock object. - The result has four parameters, “Kind” having the data type “clock_kind”, “ExactTime” having the data type “clock_time”, “LagTime” having the data type “clock_time”, and “MonotonicTime” having the data type “clock_time”. In an alternative embodiment, one or more of these parameters are returned in one or more separate messages.
- Upon receiving a ClockGet Method call, the clock object reads its volatile clock table. If HaveLow is true, then the result will be [Low, LowTime, LowLag, MonotonicTime]. Else if HaveHigh is true, then the result will be [High, HighTime, HighLag, MonotonicBase]. Otherwise the result is [“timer”,timer( ), 0, MonotonicBase]. Other priorities can be implemented in other embodiments.
- In this embodiment, the GetClock method call returns either of the two virtual variables, HighTime or LowTime, depending on the contents of the clock table and the TrustMode. The clock object calculates these variables according to the following expressions:
- HighTime=HighSetTime+(timer( )−HighInitialTime
- LowTime=LowSetTime+(timer( )−LowInitialTime
- The clock object reads the values of
timer 180 and HighInitialTime to determine the time lapse from the HighSetTime (HighTrust ExactTime) initially set by the host and stored in the clock table. Alternatively,timer 180 can be reset each time the host sets the HighSetTime and then simply added to the HighSetTime when read again by the host. In a further alternative embodiment, separate timers can be provided for the high and low trust set times. - The clock_kind parameter thus serves as an indicator of a level of trust of the ExactTime clock time that is being returned. Alternatively, the clock object can return both the HighTime and the LowTime together with valid flags that indicate whether either of these clock times is valid. The valid flags also serve as indicators of the trust level of the clock source from which the clock times are based.
- 4.2 ResetClock Method
- The ResetClock method has the following format:
- TableName.ResetClock[]
- =>
- [Result:boolean]
- This method resets the clock and puts the clock object into the timer mode. This method is called automatically when the peripheral device resets or when called by the host.
- The clock object sets the following properties when this method is called:
- TrustMode=Timer
- HaveHigh=0 (i.e, false)
- HaveLow=0 (i.e, false)
- Volatile MonotonicBase=Non-volatile MonotonicBase+MonotonicReserve
- In addition, the memory variable MonotonicIncrement is set to 0, which indicates the number of increments of the volatile MonotonicBase since the last save to the non-volatile MonotonicBase.
- This guarantees that the volatile MonotonicBase always increases (although it may in a ResetClock method call skip up by MonotonicReserve value).
- The boolean result returned by the clock object confirms whether the ResetClock method executed.
- 4.3 SetClockHigh Method
- SetClockHigh method has the following format:
- TableName.SetClockHigh[ExactTime:sntp_time, LagTime:sntp_time]
- =>
- [Result:Boolean]
- This method is used by the host to set the time from a high trust source, such as
source 162 inFIG. 1 . -
FIG. 2 is a diagram illustrating an example message stream between the host and the peripheral during a ClockSetHigh method. - When setting the HighTrust ExactTime, the host application starts lag timer 170 (
FIG. 1 ), atstep 200 inFIG. 2 , reads the ExactTime value fromclock source 162 and then sends the ExactTime value toclock object 124 as a parameter in the above format, atstep 201. At this point, the LagTime parameter is not included or set to a null value since the value remains unknown.Clock Object 124 receives the ExactTime value, stores the value in the HighTime column of the volatile clock table 140, atstep 202, and confirms to the host application that the clock time has been recorded, atstep 203. The Boolean ‘Okay” result is set to true of the operation succeeded and false if the operation failed. The clock object also reads the value oftimer 180 and records this value in the HighInitialTime column of the clock table, atstep 204. Once the host application receives confirmation thatclock object 124 has received the ExactTime value, the host application reads the value oflag timer 170, atstep 204, and sends the LagTime value toclock object 124 as a parameter of a further SetClockHigh message, atstep 205. On receipt,clock object 124 stores the LagTime in the HighLag column of the clock table and permanently records the HighTime and HighLag in the non-volatile clock table 144, atstep 206. - This method call is accepted only when TrustMode is not Low. If this call is accepted, then HaveHigh is set to true and HighByWho is set to the authority for this messaging session. If the new high value does not bracket an existing low value according to the following constraints, then HaveLow is set to false.
- When the TrustMode is LowHigh and both high and low values are present, then the low value must be contained within the high value. Specifically:
- LowTime≧HighTime; and
- LowTime+LowLag≦HighTime+HighLag.
- The LowTime value should not be allowed to go back in time, so it must be greater than the HighTime. Also, since the LowLag should be shorter than the HighLag, then the second inequality should be true. Otherwise, there is a problem with the LowTime value.
- When either inequality is not true, the clock object discards the LowTime because it is probably wrong, and resets the HaveLow value to “0” (false). Note that when implementing these time comparison steps, the value of timer( ) is not needed since it appears on both sides of the comparisons and cancels out.
- 4.4 SetClockLow Method
- The SetClockLow method is similar to the SetClockHigh method and has the following format:
- TableName.SetClockLow[ExactTime:sntp_time, LagTime:sntp_time]
- =>
- [Result:boolean]
- This method is used to set the time from a low trust source, such as the
PC clock 160 inFIG. 1 . - This call is streamed in a similar fashion as that for the SetClockHigh method described above. The host sends the LowTrust ExactTime to the clock object while measuring the LowLag time with
lag timer 170. The clock object records the LowTrust ExactTime in the LowTome column of the clock table, readstimer 180 and records its value in the LowInitialTime column of the clock table. Once the clock object confirms it has recorded the LowTime, the host sends the clock object the LowLag time value, which is stored in the LowLag column of the table. Both LowTime and LowLag are received before either is updated in the non-volatile memory. - This method call is accepted only when TrustMode is not High. If the mode is LowHigh and HaveHigh is true, then this call is accepted only when the existing high value brackets the new low value, according to the inequalities recited above. Other comparisons or constraints can be used in alternative embodiments.
- If this call is accepted, then HaveLow is set to true and LowByWho is set to the authority for this session.
- 4.5 ClockSetMode Method
- This method sets the TrustMode in the clock table and has the following format:
- TableName.ClockSetMode[Mode:Clock_kind]
- =>
- [Result:boolean]
- If the TrustMode is set to Low, then HaveHigh is set to false. If the TrustMode is set to High, then HaveLow is set to false. If the TrustMode is set to LowHigh, then HaveLow and HaveHigh are set to true.
- 4.6 RenewCounter Method
- TableName.RenewCounter[]
- =>
- [Result:boolean]
- The host calls this method any time it wants to synchronize the non-volatile clock table on the main storage media with the current values in the volatile clock table in RAM. The clock object writes the current values to the non-volatile memory and resets the MonotonicIncrement to zero. Note this method leaves the value of virtual variable MonotonicTime unchanged.
- 5. Conclusion
- The clock object described above therefore is capable of providing electronic devices with at least some clock information that can be used to reliably order events monotonically without the need for constant power. Regardless of the granularity of the clock, the delay between subsequent clock reads, or power resets, the clock object provides unique, monotonically increasing information for each clock read. This is extremely helpful in data logging applications where it is important to accurately order events. For example the clock object can generate time stamps for forensic logging that prove a sequence of events that cannot be repudiated.
- The clock object also provides an indication of whether the clock information is based on a high trusted source or a low trusted source and provides an indication of the clock error or other bounding conditions of the clock information.
- It is to be understood that even though numerous characteristics and advantages of various embodiments of the invention have been set forth in the foregoing description, together with details of the structure and function of various embodiments of the invention, this disclosure is illustrative only, and changes may be made in detail, especially in matters of structure and arrangement of parts within the principles of the present invention to the full extent indicated by the broad general meaning of the terms in which the appended claims are expressed. For example, the particular elements may vary depending on the particular application for the clock object while maintaining substantially the same functionality without departing from the scope and spirit of the present invention. In addition, although the preferred embodiment described herein is directed to a clock object for a peripheral, it will be appreciated by those skilled in the art that the teachings of the present invention can be applied to any electronic device, without departing from the scope and spirit of the present invention.
Claims (20)
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/410,447 US7539890B2 (en) | 2006-04-25 | 2006-04-25 | Hybrid computer security clock |
JP2007114174A JP4849259B2 (en) | 2006-04-25 | 2007-04-24 | Hybrid computer security clock |
TW096114483A TWI329249B (en) | 2006-04-25 | 2007-04-24 | Hybrid computer security clock |
US12/423,662 US8281178B2 (en) | 2006-04-25 | 2009-04-14 | Hybrid computer security clock |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/410,447 US7539890B2 (en) | 2006-04-25 | 2006-04-25 | Hybrid computer security clock |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/423,662 Division US8281178B2 (en) | 2006-04-25 | 2009-04-14 | Hybrid computer security clock |
Publications (2)
Publication Number | Publication Date |
---|---|
US20070250734A1 true US20070250734A1 (en) | 2007-10-25 |
US7539890B2 US7539890B2 (en) | 2009-05-26 |
Family
ID=38620855
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/410,447 Active 2027-11-15 US7539890B2 (en) | 2006-04-25 | 2006-04-25 | Hybrid computer security clock |
US12/423,662 Active 2027-11-13 US8281178B2 (en) | 2006-04-25 | 2009-04-14 | Hybrid computer security clock |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/423,662 Active 2027-11-13 US8281178B2 (en) | 2006-04-25 | 2009-04-14 | Hybrid computer security clock |
Country Status (3)
Country | Link |
---|---|
US (2) | US7539890B2 (en) |
JP (1) | JP4849259B2 (en) |
TW (1) | TWI329249B (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070250915A1 (en) * | 2006-04-25 | 2007-10-25 | Seagate Technology Llc | Versatile access control system |
US20090235109A1 (en) * | 2006-04-25 | 2009-09-17 | Seagate Technology Llc | Hybrid computer security clock |
US7925894B2 (en) | 2001-07-25 | 2011-04-12 | Seagate Technology Llc | System and method for delivering versatile security, digital rights management, and privacy services |
US8028166B2 (en) | 2006-04-25 | 2011-09-27 | Seagate Technology Llc | Versatile secure and non-secure messaging |
US8566603B2 (en) | 2010-06-14 | 2013-10-22 | Seagate Technology Llc | Managing security operating modes |
US20190109930A1 (en) * | 2013-12-04 | 2019-04-11 | Cloudera, Inc. | Ensuring properly ordered events in a distributed computing environment |
EP3699722A1 (en) * | 2019-02-21 | 2020-08-26 | Siemens Aktiengesellschaft | Method and system for running an application on a field device |
CN112463125A (en) * | 2020-12-09 | 2021-03-09 | 百富计算机技术(深圳)有限公司 | Timing method and device of virtual timer |
EP3862901A1 (en) * | 2020-02-10 | 2021-08-11 | Harman International Industries, Incorporated | Techniques for protection and accuracy of system time |
Citations (65)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US600023A (en) * | 1898-03-01 | Weighing-machine | ||
US3576544A (en) * | 1968-10-18 | 1971-04-27 | Ibm | Storage protection system |
US3890601A (en) * | 1974-03-11 | 1975-06-17 | Philco Ford Corp | Password operated system for preventing unauthorized or accidental computer memory alteration |
US4183085A (en) * | 1976-11-18 | 1980-01-08 | International Business Machines Corporation | Protection of data processing system against unauthorized programs |
US4442484A (en) * | 1980-10-14 | 1984-04-10 | Intel Corporation | Microprocessor memory management and protection mechanism |
US5012514A (en) * | 1990-06-26 | 1991-04-30 | Paul Renton | Hard drive security system |
US5022077A (en) * | 1989-08-25 | 1991-06-04 | International Business Machines Corp. | Apparatus and method for preventing unauthorized access to BIOS in a personal computer system |
US5027401A (en) * | 1990-07-03 | 1991-06-25 | Soltesz John A | System for the secure storage and transmission of data |
US5101374A (en) * | 1988-05-19 | 1992-03-31 | The United States Of America As Represented By The Director Of The National Security Agency | Secure, fast storage and retrieval without interactive checking |
US5345590A (en) * | 1990-08-31 | 1994-09-06 | International Business Machines Corporation | Method and apparatus for cross-partition control in a partitioned process environment |
US5394469A (en) * | 1994-02-18 | 1995-02-28 | Infosafe Systems, Inc. | Method and apparatus for retrieving secure information from mass storage media |
US5432939A (en) * | 1992-05-27 | 1995-07-11 | International Business Machines Corp. | Trusted personal computer system with management control over initial program loading |
US5448045A (en) * | 1992-02-26 | 1995-09-05 | Clark; Paul C. | System for protecting computers via intelligent tokens or smart cards |
US5504814A (en) * | 1991-07-10 | 1996-04-02 | Hughes Aircraft Company | Efficient security kernel for the 80960 extended architecture |
US5600805A (en) * | 1992-06-15 | 1997-02-04 | International Business Machines Corporation | Pass-through for I/O channel subsystem call instructions for accessing shared resources in a computer system having a plurality of operating systems |
US5754821A (en) * | 1993-12-23 | 1998-05-19 | International Business Machines Corporation | Method and system for providing access to a protected partition of a memory device utilizing a passthru command |
US5809546A (en) * | 1996-05-23 | 1998-09-15 | International Business Machines Corporation | Method for managing I/O buffers in shared storage by structuring buffer table having entries including storage keys for controlling accesses to the buffers |
US5892899A (en) * | 1996-06-13 | 1999-04-06 | Intel Corporation | Tamper resistant methods and apparatus |
US5928364A (en) * | 1995-11-30 | 1999-07-27 | Casio Computer Co., Ltd. | Secret data storage device, secret data reading method, and control program storing medium |
US5940513A (en) * | 1995-08-25 | 1999-08-17 | Intel Corporation | Parameterized hash functions for access control |
US5949601A (en) * | 1995-03-10 | 1999-09-07 | Iomega Corporation | Read/write protect scheme for a disk cartridge and drive |
US6044349A (en) * | 1998-06-19 | 2000-03-28 | Intel Corporation | Secure and convenient information storage and retrieval method and apparatus |
US6092202A (en) * | 1998-05-22 | 2000-07-18 | N*Able Technologies, Inc. | Method and system for secure transactions in a computer system |
US6129726A (en) * | 1992-08-12 | 2000-10-10 | Vidamed, Inc. | Medical probe device and method |
US6134662A (en) * | 1998-06-26 | 2000-10-17 | Vlsi Technology, Inc. | Physical layer security manager for memory-mapped serial communications interface |
US6138239A (en) * | 1998-11-13 | 2000-10-24 | N★Able Technologies, Inc. | Method and system for authenticating and utilizing secure resources in a computer system |
US6141752A (en) * | 1998-05-05 | 2000-10-31 | Liberate Technologies | Mechanism for facilitating secure storage and retrieval of information on a smart card by an internet service provider using various network computer client devices |
US6157984A (en) * | 1997-05-15 | 2000-12-05 | Seagate Technology, Llc | Integrated controller/processor for disc drive having direct memory access |
US6173402B1 (en) * | 1998-03-04 | 2001-01-09 | International Business Machines Corporation | Technique for localizing keyphrase-based data encryption and decryption |
US6175924B1 (en) * | 1997-06-20 | 2001-01-16 | International Business Machines Corp. | Method and apparatus for protecting application data in secure storage areas |
US6182222B1 (en) * | 1997-03-25 | 2001-01-30 | Electronic Data Systems Corporation | Secure data storage system and method |
US6192472B1 (en) * | 1997-09-12 | 2001-02-20 | International Business Machines Corporation | Method and apparatus for the secure distributed storage and retrieval of information |
US6219771B1 (en) * | 1996-08-30 | 2001-04-17 | Nec Corporation | Data storage apparatus with improved security process and partition allocation functions |
US6253281B1 (en) * | 1997-06-21 | 2001-06-26 | U.S. Philips Corporation | Method for updating firmware of a computer peripheral device |
US6268789B1 (en) * | 1996-11-22 | 2001-07-31 | Voltaire Advanced Data Security Ltd. | Information security method and apparatus |
US6269409B1 (en) * | 1997-09-02 | 2001-07-31 | Lsi Logic Corporation | Method and apparatus for concurrent execution of operating systems |
US6321358B1 (en) * | 1997-08-28 | 2001-11-20 | Seagate Technology Llc | Object reconstruction on object oriented data storage device |
US6324627B1 (en) * | 1998-06-22 | 2001-11-27 | Virtual Data Security, Llc | Virtual data storage (VDS) system |
US6330653B1 (en) * | 1998-05-01 | 2001-12-11 | Powerquest Corporation | Manipulation of virtual and live computer storage device partitions |
US6336187B1 (en) * | 1998-06-12 | 2002-01-01 | International Business Machines Corp. | Storage system with data-dependent security |
US6360945B1 (en) * | 1998-06-16 | 2002-03-26 | Ncr Corporation | Methods and apparatus for employing a hidden security partition to enhance system security |
US20020077177A1 (en) * | 1999-04-08 | 2002-06-20 | Scott Elliott | Security system for video game system with hard disk drive and internet access capability |
US20020136406A1 (en) * | 2001-03-20 | 2002-09-26 | Jeremy Fitzhardinge | System and method for efficiently storing and processing multimedia content |
US20020157010A1 (en) * | 2001-04-24 | 2002-10-24 | International Business Machines Corporation | Secure system and method for updating a protected partition of a hard drive |
US20020178337A1 (en) * | 2001-05-23 | 2002-11-28 | Wilson Kenneth Mark | Method and system for creating secure address space using hardware memory router |
US20030023867A1 (en) * | 2001-07-25 | 2003-01-30 | Thibadeau Robert H. | Methods and systems for promoting security in a computer system employing attached storage devices |
US6647481B1 (en) * | 2002-01-31 | 2003-11-11 | Western Digital Ventures, Inc. | Method for accessing data storage locations having addresses within a hidden logical address range |
US6650492B2 (en) * | 2000-09-28 | 2003-11-18 | Seagate Technology Llc | Self-contained disc drive write authentication test |
US20030225960A1 (en) * | 2002-06-01 | 2003-12-04 | Morris Guu | Method for partitioning memory mass storage device |
US6691198B1 (en) * | 2000-03-30 | 2004-02-10 | Western Digital Ventures, Inc. | Automatically transmitting scheduling data from a plurality of storage systems to a network switch for scheduling access to the plurality of storage systems |
US6691226B1 (en) * | 1999-03-16 | 2004-02-10 | Western Digital Ventures, Inc. | Computer system with disk drive having private key validation means for enabling features |
US6711605B2 (en) * | 1997-09-12 | 2004-03-23 | Hitachi, Ltd. | Multi OS configuration method and computer system |
US20040073795A1 (en) * | 2002-10-10 | 2004-04-15 | Jablon David P. | Systems and methods for password-based connection |
US20040088513A1 (en) * | 2002-10-30 | 2004-05-06 | Biessener David W. | Controller for partition-level security and backup |
US20040128500A1 (en) * | 2002-12-31 | 2004-07-01 | Cihula Joseph F. | Method and apparatus for strong authentication and proximity-based access retention |
US6820063B1 (en) * | 1998-10-26 | 2004-11-16 | Microsoft Corporation | Controlling access to content based on certificates and access predicates |
US6836853B1 (en) * | 1999-12-31 | 2004-12-28 | Intel Corporation | Non-volatile memory based monotonic counter |
US6854039B1 (en) * | 2001-12-05 | 2005-02-08 | Advanced Micro Devices, Inc. | Memory management system and method providing increased memory access security |
US6892383B1 (en) * | 2000-06-08 | 2005-05-10 | International Business Machines Corporation | Hypervisor function sets |
US20050160151A1 (en) * | 2003-12-17 | 2005-07-21 | International Business Machines Corporation | Method and system for machine memory power and availability management in a processing system supporting multiple virtual machines |
US20050177714A1 (en) * | 2004-02-10 | 2005-08-11 | Samsung Electronics Co., Ltd. | Authentication method of data processing apparatus with recording device and apparatus for the same |
US20050210266A1 (en) * | 2004-03-18 | 2005-09-22 | Cottrell Andrew P | Secure device connection and operation |
US6957364B2 (en) * | 2001-02-02 | 2005-10-18 | Hitachi, Ltd. | Computing system in which a plurality of programs can run on the hardware of one computer |
US7228243B2 (en) * | 2005-09-22 | 2007-06-05 | International Business Machines Corporation | Implementing a high resolution monotonic system clock |
US20080215306A1 (en) * | 2005-10-14 | 2008-09-04 | Freescale Semiconductor, Inc | Device and Method for Managing a Retransmit Operation |
Family Cites Families (54)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4593384A (en) * | 1984-12-21 | 1986-06-03 | Ncr Corporation | Security device for the secure storage of sensitive data |
JPH0241550A (en) * | 1988-08-01 | 1990-02-09 | Nec Corp | Data processing device |
JPH02100118A (en) * | 1988-10-07 | 1990-04-12 | Nec Eng Ltd | Information processor |
US5603000A (en) * | 1989-05-15 | 1997-02-11 | Dallas Semiconductor Corporation | Integrated circuit memory with verification unit which resets an address translation register upon failure to define one-to-one correspondences between addresses and memory cells |
US5164988A (en) * | 1991-10-31 | 1992-11-17 | International Business Machines Corporation | Method to establish and enforce a network cryptographic security policy in a public key cryptosystem |
JPH05134863A (en) | 1991-11-12 | 1993-06-01 | S Lang Gerald | Method and apparatus for protecting data on recording medium |
JPH05134895A (en) * | 1991-11-15 | 1993-06-01 | Fuji Facom Corp | Trace data storage and management system |
AU1265195A (en) | 1993-12-06 | 1995-06-27 | Telequip Corporation | Secure computer memory card |
US6219726B1 (en) | 1994-07-27 | 2001-04-17 | International Business Machines Corporation | System for providing access protection on media storage devices by selecting from a set of generated control parameters in accordance with application attributes |
DE19536206A1 (en) | 1994-09-30 | 1996-04-04 | Samsung Electronics Co Ltd | Smart card with data protection processor |
JPH08287020A (en) * | 1995-04-14 | 1996-11-01 | Nec Corp | Time adjusting device for distributed system |
US7600129B2 (en) | 1995-10-02 | 2009-10-06 | Corestreet, Ltd. | Controlling access using additional data |
US5889941A (en) * | 1996-04-15 | 1999-03-30 | Ubiq Inc. | System and apparatus for smart card personalization |
KR100205539B1 (en) | 1996-07-19 | 1999-07-01 | 윤종용 | Hard disc double partitioning method |
US5892902A (en) | 1996-09-05 | 1999-04-06 | Clark; Paul C. | Intelligent token protected system with network authentication |
JP3391990B2 (en) * | 1996-09-19 | 2003-03-31 | 株式会社日立国際電気 | Logging management method, logging clock, and information processing device |
JPH1097445A (en) * | 1996-09-19 | 1998-04-14 | Kokusai Electric Co Ltd | Logging managing method, logging clock and information processor |
JPH10104373A (en) * | 1996-09-26 | 1998-04-24 | Meidensha Corp | Time adjustment method |
US6088802A (en) * | 1997-06-04 | 2000-07-11 | Spyrus, Inc. | Peripheral device with integrated security functionality |
US6226744B1 (en) * | 1997-10-09 | 2001-05-01 | At&T Corp | Method and apparatus for authenticating users on a network using a smart card |
US6061449A (en) * | 1997-10-10 | 2000-05-09 | General Instrument Corporation | Secure processor with external memory using block chaining and block re-ordering |
JP3272283B2 (en) * | 1997-11-14 | 2002-04-08 | 富士通株式会社 | Electronic data storage device |
GB2331821A (en) * | 1997-11-27 | 1999-06-02 | Northern Telecom Ltd | Electronic sealed envelope |
JPH11161552A (en) * | 1997-11-28 | 1999-06-18 | Fujitsu Ltd | Data protecting method for reloadable storage medium and storage device applied therewith |
GB9809885D0 (en) | 1998-05-09 | 1998-07-08 | Vircon Limited | Protected storage device for computer system |
US6715073B1 (en) * | 1998-06-04 | 2004-03-30 | International Business Machines Corporation | Secure server using public key registration and methods of operation |
US6438690B1 (en) * | 1998-06-04 | 2002-08-20 | International Business Machines Corp. | Vault controller based registration application serving web based registration authorities and end users for conducting electronic commerce in secure end-to-end distributed information system |
ATE343169T1 (en) | 1998-08-31 | 2006-11-15 | Irdeto Access Bv | SYSTEM FOR SUPPLYING ENCRYPTED DATA, SYSTEM FOR DECRYPTING ENCRYPTED DATA AND METHOD FOR PROVIDING A COMMUNICATIONS INTERFACE IN SUCH A SYSTEM |
US7085931B1 (en) * | 1999-09-03 | 2006-08-01 | Secure Computing Corporation | Virtual smart card system and method |
JP2001175354A (en) * | 1999-12-15 | 2001-06-29 | Nec Corp | Date/time management system and its program recording medium |
CA2305249A1 (en) | 2000-04-14 | 2001-10-14 | Branko Sarcanin | Virtual safe |
FR2810138B1 (en) | 2000-06-08 | 2005-02-11 | Bull Cp8 | METHOD FOR SECURE STORAGE OF SENSITIVE DATA IN A MEMORY OF AN ELECTRONIC CHIP-BASED SYSTEM, IN PARTICULAR A CHIP CARD, AND ON-BOARD SYSTEM IMPLEMENTING THE METHOD |
US6986052B1 (en) * | 2000-06-30 | 2006-01-10 | Intel Corporation | Method and apparatus for secure execution using a secure memory partition |
US6871278B1 (en) * | 2000-07-06 | 2005-03-22 | Lasercard Corporation | Secure transactions with passive storage media |
US6889329B1 (en) * | 2000-07-28 | 2005-05-03 | Sun Microsystems, Inc. | Adding secure external virtual memory to smart cards |
US7155616B1 (en) * | 2000-07-31 | 2006-12-26 | Western Digital Ventures, Inc. | Computer network comprising network authentication facilities implemented in a disk drive |
JP2002100118A (en) | 2000-09-21 | 2002-04-05 | Toyoji Mukoyama | Recording, picture recording, sound recording and reproducing device capable of recording and reproduction from arbitrary position even during recording, picture recording, sound recording and reproducing |
JP2002166042A (en) * | 2000-12-01 | 2002-06-11 | Hitachi Ltd | Ic card system, terminal and ic card used for the same, and returned article processing method |
US6707548B2 (en) * | 2001-02-08 | 2004-03-16 | Array Bioscience Corporation | Systems and methods for filter based spectrographic analysis |
JP3865629B2 (en) | 2001-07-09 | 2007-01-10 | 株式会社ルネサステクノロジ | Storage device |
US20060174352A1 (en) * | 2001-07-25 | 2006-08-03 | Seagate Technology Llc | Method and apparatus for providing versatile services on storage devices |
US6941405B2 (en) * | 2001-08-21 | 2005-09-06 | 02Micro International Limited | System and method capable of offloading converter/controller-specific tasks to a system microprocessor |
US7904504B2 (en) * | 2001-10-31 | 2011-03-08 | Hewlett-Packard Development Company, L.P. | Policy enforcement and access control for distributed networked services |
US20030126447A1 (en) * | 2001-12-27 | 2003-07-03 | Jacques Debiez | Trusted high stability time source |
JP2004199410A (en) * | 2002-12-18 | 2004-07-15 | Fuji Xerox Co Ltd | History recording device and its method |
JP2004303095A (en) * | 2003-03-31 | 2004-10-28 | Fujitsu Ltd | Peripheral device |
CN100390817C (en) | 2003-06-10 | 2008-05-28 | 大唐微电子技术有限公司 | IC smart card with dynamic logic sectorization and access right control function and implementing method thereof |
US20050197859A1 (en) * | 2004-01-16 | 2005-09-08 | Wilson James C. | Portable electronic data storage and retreival system for group data |
CN100338589C (en) | 2005-07-29 | 2007-09-19 | 大唐微电子技术有限公司 | Method and IC card for controlling storage logic partition access authority |
US8028166B2 (en) | 2006-04-25 | 2011-09-27 | Seagate Technology Llc | Versatile secure and non-secure messaging |
US7539890B2 (en) * | 2006-04-25 | 2009-05-26 | Seagate Technology Llc | Hybrid computer security clock |
US8429724B2 (en) | 2006-04-25 | 2013-04-23 | Seagate Technology Llc | Versatile access control system |
JP2008287020A (en) | 2007-05-17 | 2008-11-27 | Murata Mach Ltd | Fixing device and image forming apparatus equipped with the same |
JP2010097445A (en) | 2008-10-17 | 2010-04-30 | Fuji Electric Retail Systems Co Ltd | Vending machine |
-
2006
- 2006-04-25 US US11/410,447 patent/US7539890B2/en active Active
-
2007
- 2007-04-24 JP JP2007114174A patent/JP4849259B2/en not_active Expired - Fee Related
- 2007-04-24 TW TW096114483A patent/TWI329249B/en not_active IP Right Cessation
-
2009
- 2009-04-14 US US12/423,662 patent/US8281178B2/en active Active
Patent Citations (67)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US600023A (en) * | 1898-03-01 | Weighing-machine | ||
US3576544A (en) * | 1968-10-18 | 1971-04-27 | Ibm | Storage protection system |
US3890601A (en) * | 1974-03-11 | 1975-06-17 | Philco Ford Corp | Password operated system for preventing unauthorized or accidental computer memory alteration |
US4183085A (en) * | 1976-11-18 | 1980-01-08 | International Business Machines Corporation | Protection of data processing system against unauthorized programs |
US4442484A (en) * | 1980-10-14 | 1984-04-10 | Intel Corporation | Microprocessor memory management and protection mechanism |
US5101374A (en) * | 1988-05-19 | 1992-03-31 | The United States Of America As Represented By The Director Of The National Security Agency | Secure, fast storage and retrieval without interactive checking |
US5022077A (en) * | 1989-08-25 | 1991-06-04 | International Business Machines Corp. | Apparatus and method for preventing unauthorized access to BIOS in a personal computer system |
US5012514A (en) * | 1990-06-26 | 1991-04-30 | Paul Renton | Hard drive security system |
US5027401A (en) * | 1990-07-03 | 1991-06-25 | Soltesz John A | System for the secure storage and transmission of data |
US5345590A (en) * | 1990-08-31 | 1994-09-06 | International Business Machines Corporation | Method and apparatus for cross-partition control in a partitioned process environment |
US5504814A (en) * | 1991-07-10 | 1996-04-02 | Hughes Aircraft Company | Efficient security kernel for the 80960 extended architecture |
US5448045A (en) * | 1992-02-26 | 1995-09-05 | Clark; Paul C. | System for protecting computers via intelligent tokens or smart cards |
US5432939A (en) * | 1992-05-27 | 1995-07-11 | International Business Machines Corp. | Trusted personal computer system with management control over initial program loading |
US5600805A (en) * | 1992-06-15 | 1997-02-04 | International Business Machines Corporation | Pass-through for I/O channel subsystem call instructions for accessing shared resources in a computer system having a plurality of operating systems |
US6129726A (en) * | 1992-08-12 | 2000-10-10 | Vidamed, Inc. | Medical probe device and method |
US5754821A (en) * | 1993-12-23 | 1998-05-19 | International Business Machines Corporation | Method and system for providing access to a protected partition of a memory device utilizing a passthru command |
US5394469A (en) * | 1994-02-18 | 1995-02-28 | Infosafe Systems, Inc. | Method and apparatus for retrieving secure information from mass storage media |
US5949601A (en) * | 1995-03-10 | 1999-09-07 | Iomega Corporation | Read/write protect scheme for a disk cartridge and drive |
US5940513A (en) * | 1995-08-25 | 1999-08-17 | Intel Corporation | Parameterized hash functions for access control |
US5928364A (en) * | 1995-11-30 | 1999-07-27 | Casio Computer Co., Ltd. | Secret data storage device, secret data reading method, and control program storing medium |
US5809546A (en) * | 1996-05-23 | 1998-09-15 | International Business Machines Corporation | Method for managing I/O buffers in shared storage by structuring buffer table having entries including storage keys for controlling accesses to the buffers |
US5892899A (en) * | 1996-06-13 | 1999-04-06 | Intel Corporation | Tamper resistant methods and apparatus |
US6219771B1 (en) * | 1996-08-30 | 2001-04-17 | Nec Corporation | Data storage apparatus with improved security process and partition allocation functions |
US6268789B1 (en) * | 1996-11-22 | 2001-07-31 | Voltaire Advanced Data Security Ltd. | Information security method and apparatus |
US6182222B1 (en) * | 1997-03-25 | 2001-01-30 | Electronic Data Systems Corporation | Secure data storage system and method |
US6157984A (en) * | 1997-05-15 | 2000-12-05 | Seagate Technology, Llc | Integrated controller/processor for disc drive having direct memory access |
US6175924B1 (en) * | 1997-06-20 | 2001-01-16 | International Business Machines Corp. | Method and apparatus for protecting application data in secure storage areas |
US6253281B1 (en) * | 1997-06-21 | 2001-06-26 | U.S. Philips Corporation | Method for updating firmware of a computer peripheral device |
US6321358B1 (en) * | 1997-08-28 | 2001-11-20 | Seagate Technology Llc | Object reconstruction on object oriented data storage device |
US6269409B1 (en) * | 1997-09-02 | 2001-07-31 | Lsi Logic Corporation | Method and apparatus for concurrent execution of operating systems |
US6711605B2 (en) * | 1997-09-12 | 2004-03-23 | Hitachi, Ltd. | Multi OS configuration method and computer system |
US6192472B1 (en) * | 1997-09-12 | 2001-02-20 | International Business Machines Corporation | Method and apparatus for the secure distributed storage and retrieval of information |
US6173402B1 (en) * | 1998-03-04 | 2001-01-09 | International Business Machines Corporation | Technique for localizing keyphrase-based data encryption and decryption |
US6330653B1 (en) * | 1998-05-01 | 2001-12-11 | Powerquest Corporation | Manipulation of virtual and live computer storage device partitions |
US6141752A (en) * | 1998-05-05 | 2000-10-31 | Liberate Technologies | Mechanism for facilitating secure storage and retrieval of information on a smart card by an internet service provider using various network computer client devices |
US6092202A (en) * | 1998-05-22 | 2000-07-18 | N*Able Technologies, Inc. | Method and system for secure transactions in a computer system |
US6446209B2 (en) * | 1998-06-12 | 2002-09-03 | International Business Machines Corporation | Storage controller conditioning host access to stored data according to security key stored in host-inaccessible metadata |
US6336187B1 (en) * | 1998-06-12 | 2002-01-01 | International Business Machines Corp. | Storage system with data-dependent security |
US6360945B1 (en) * | 1998-06-16 | 2002-03-26 | Ncr Corporation | Methods and apparatus for employing a hidden security partition to enhance system security |
US6044349A (en) * | 1998-06-19 | 2000-03-28 | Intel Corporation | Secure and convenient information storage and retrieval method and apparatus |
US6324627B1 (en) * | 1998-06-22 | 2001-11-27 | Virtual Data Security, Llc | Virtual data storage (VDS) system |
US6134662A (en) * | 1998-06-26 | 2000-10-17 | Vlsi Technology, Inc. | Physical layer security manager for memory-mapped serial communications interface |
US6820063B1 (en) * | 1998-10-26 | 2004-11-16 | Microsoft Corporation | Controlling access to content based on certificates and access predicates |
US6138239A (en) * | 1998-11-13 | 2000-10-24 | N★Able Technologies, Inc. | Method and system for authenticating and utilizing secure resources in a computer system |
US6691226B1 (en) * | 1999-03-16 | 2004-02-10 | Western Digital Ventures, Inc. | Computer system with disk drive having private key validation means for enabling features |
US20020077177A1 (en) * | 1999-04-08 | 2002-06-20 | Scott Elliott | Security system for video game system with hard disk drive and internet access capability |
US6836853B1 (en) * | 1999-12-31 | 2004-12-28 | Intel Corporation | Non-volatile memory based monotonic counter |
US6691198B1 (en) * | 2000-03-30 | 2004-02-10 | Western Digital Ventures, Inc. | Automatically transmitting scheduling data from a plurality of storage systems to a network switch for scheduling access to the plurality of storage systems |
US6892383B1 (en) * | 2000-06-08 | 2005-05-10 | International Business Machines Corporation | Hypervisor function sets |
US6650492B2 (en) * | 2000-09-28 | 2003-11-18 | Seagate Technology Llc | Self-contained disc drive write authentication test |
US6957364B2 (en) * | 2001-02-02 | 2005-10-18 | Hitachi, Ltd. | Computing system in which a plurality of programs can run on the hardware of one computer |
US20020136406A1 (en) * | 2001-03-20 | 2002-09-26 | Jeremy Fitzhardinge | System and method for efficiently storing and processing multimedia content |
US20020157010A1 (en) * | 2001-04-24 | 2002-10-24 | International Business Machines Corporation | Secure system and method for updating a protected partition of a hard drive |
US20020178337A1 (en) * | 2001-05-23 | 2002-11-28 | Wilson Kenneth Mark | Method and system for creating secure address space using hardware memory router |
US20030023867A1 (en) * | 2001-07-25 | 2003-01-30 | Thibadeau Robert H. | Methods and systems for promoting security in a computer system employing attached storage devices |
US20050066191A1 (en) * | 2001-07-25 | 2005-03-24 | Seagate Technology Llc | System and method for delivering versatile security, digital rights management, and privacy services from storage controllers |
US6854039B1 (en) * | 2001-12-05 | 2005-02-08 | Advanced Micro Devices, Inc. | Memory management system and method providing increased memory access security |
US6647481B1 (en) * | 2002-01-31 | 2003-11-11 | Western Digital Ventures, Inc. | Method for accessing data storage locations having addresses within a hidden logical address range |
US20030225960A1 (en) * | 2002-06-01 | 2003-12-04 | Morris Guu | Method for partitioning memory mass storage device |
US20040073795A1 (en) * | 2002-10-10 | 2004-04-15 | Jablon David P. | Systems and methods for password-based connection |
US20040088513A1 (en) * | 2002-10-30 | 2004-05-06 | Biessener David W. | Controller for partition-level security and backup |
US20040128500A1 (en) * | 2002-12-31 | 2004-07-01 | Cihula Joseph F. | Method and apparatus for strong authentication and proximity-based access retention |
US20050160151A1 (en) * | 2003-12-17 | 2005-07-21 | International Business Machines Corporation | Method and system for machine memory power and availability management in a processing system supporting multiple virtual machines |
US20050177714A1 (en) * | 2004-02-10 | 2005-08-11 | Samsung Electronics Co., Ltd. | Authentication method of data processing apparatus with recording device and apparatus for the same |
US20050210266A1 (en) * | 2004-03-18 | 2005-09-22 | Cottrell Andrew P | Secure device connection and operation |
US7228243B2 (en) * | 2005-09-22 | 2007-06-05 | International Business Machines Corporation | Implementing a high resolution monotonic system clock |
US20080215306A1 (en) * | 2005-10-14 | 2008-09-04 | Freescale Semiconductor, Inc | Device and Method for Managing a Retransmit Operation |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7925894B2 (en) | 2001-07-25 | 2011-04-12 | Seagate Technology Llc | System and method for delivering versatile security, digital rights management, and privacy services |
US20070250915A1 (en) * | 2006-04-25 | 2007-10-25 | Seagate Technology Llc | Versatile access control system |
US20090235109A1 (en) * | 2006-04-25 | 2009-09-17 | Seagate Technology Llc | Hybrid computer security clock |
US8028166B2 (en) | 2006-04-25 | 2011-09-27 | Seagate Technology Llc | Versatile secure and non-secure messaging |
US8281178B2 (en) | 2006-04-25 | 2012-10-02 | Seagate Technology Llc | Hybrid computer security clock |
US8429724B2 (en) | 2006-04-25 | 2013-04-23 | Seagate Technology Llc | Versatile access control system |
US8566603B2 (en) | 2010-06-14 | 2013-10-22 | Seagate Technology Llc | Managing security operating modes |
US10681190B2 (en) * | 2013-12-04 | 2020-06-09 | Cloudera, Inc. | Ensuring properly ordered events in a distributed computing environment |
US20190109930A1 (en) * | 2013-12-04 | 2019-04-11 | Cloudera, Inc. | Ensuring properly ordered events in a distributed computing environment |
US11146668B2 (en) | 2013-12-04 | 2021-10-12 | Cloudera, Inc. | Ensuring properly ordered events in a distributed computing environment |
US11388271B2 (en) | 2013-12-04 | 2022-07-12 | Cloudera, Inc. | Ensuring properly ordered events in a distributed computing environment |
US11758029B2 (en) | 2013-12-04 | 2023-09-12 | Cloudera, Inc. | Ensuring properly ordered events in a distributed computing environment |
EP3699722A1 (en) * | 2019-02-21 | 2020-08-26 | Siemens Aktiengesellschaft | Method and system for running an application on a field device |
WO2020169457A1 (en) * | 2019-02-21 | 2020-08-27 | Siemens Aktiengesellschaft | Method and system for running an application on a field device |
EP3862901A1 (en) * | 2020-02-10 | 2021-08-11 | Harman International Industries, Incorporated | Techniques for protection and accuracy of system time |
US11892872B2 (en) | 2020-02-10 | 2024-02-06 | Harman International Industries, Incorporated | Techniques for protection and accuracy of system time |
CN112463125A (en) * | 2020-12-09 | 2021-03-09 | 百富计算机技术(深圳)有限公司 | Timing method and device of virtual timer |
Also Published As
Publication number | Publication date |
---|---|
TW200809457A (en) | 2008-02-16 |
JP4849259B2 (en) | 2012-01-11 |
TWI329249B (en) | 2010-08-21 |
US20090235109A1 (en) | 2009-09-17 |
US8281178B2 (en) | 2012-10-02 |
JP2007293861A (en) | 2007-11-08 |
US7539890B2 (en) | 2009-05-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8281178B2 (en) | Hybrid computer security clock | |
CN1617501B (en) | Flexible architecture for notifying applications of state changes | |
US20190245694A1 (en) | Distributed logging of application events in a blockchain | |
US7509656B2 (en) | Counter functions in an application program interface for network devices | |
US10841401B2 (en) | Context prediction | |
US8005118B2 (en) | Method and apparatus for implementing secure clock in device having no internal power source | |
GB2419203A (en) | A system event log with additional event records | |
US20050276167A1 (en) | Adjustable free-running secure clock | |
US20100023523A1 (en) | Method and apparatus for managing data having access restriction information | |
WO2021022926A1 (en) | Network-based control method for power consumption of applications, terminal and storage medium | |
US7085948B2 (en) | Method, apparatus, and computer program product for implementing time synchronization correction in computer systems | |
JP2008016047A (en) | Personal information management device, personal information management method, recording medium and program | |
JP2000057057A (en) | Information processor and information managing method | |
US12032429B2 (en) | Application program freezing control method and apparatus, terminal, and readable storage medium | |
JP2004341674A (en) | Information processor | |
EP1085425A2 (en) | Method and apparatus for management of computer settings | |
JPH11282818A (en) | Client configuration information management system | |
JP2723784B2 (en) | Facsimile machine | |
KR20040073150A (en) | method and system for upgrading software of mobile | |
US20050044239A1 (en) | State recovery | |
CN115203222A (en) | Media resource updating method and device, electronic equipment and storage medium | |
CN118488045A (en) | Water meter remote control method, system, medium and equipment based on intelligent water affair | |
US7594119B2 (en) | System for managing time rights linked to a digital content | |
CN118214775A (en) | Data pushing method and device | |
CN115776491A (en) | Data sharing method and data sharing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:THIBADEAU, ROBERT H.;REEL/FRAME:018054/0036 Effective date: 20060622 |
|
AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE CORRESPONDENCE ADDRESS, PREVIOUSLY RECORDED AT REEL 018054 FRAME 0036.;ASSIGNOR:THIBADEAU, ROBERT H.;REEL/FRAME:020531/0350 Effective date: 20060622 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATE Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 |
|
AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: MAXTOR CORPORATION, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: SEAGATE TECHNOLOGY HDD HOLDINGS, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 |
|
AS | Assignment |
Owner name: THE BANK OF NOVA SCOTIA, AS ADMINISTRATIVE AGENT, Free format text: SECURITY AGREEMENT;ASSIGNOR:SEAGATE TECHNOLOGY LLC;REEL/FRAME:026010/0350 Effective date: 20110118 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: EVAULT INC. (F/K/A I365 INC.), CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY US HOLDINGS, INC., CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CAYMAN ISLANDS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |