The present invention is illustrated by way of example and not limited by the accompanying figures, in which like references indicate similar elements, and in which:
Skilled artisans appreciate that elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale. For example, the dimensions of some of the elements in the figures may be exaggerated relative to other elements to help improve the understanding of the embodiments of the present invention.
As used herein, the term “bus” is used to refer to a plurality of signals or conductors which may be used to transfer one or more various types of information, such as data, addresses, control, or status. The conductors as discussed herein may be illustrated or described in reference to being a single conductor, a plurality of conductors, unidirectional conductors, or bidirectional conductors. However, different embodiments may vary the implementation of the conductors. For example, separate unidirectional conductors may be used rather than bidirectional conductors and vice versa. Also, plurality of conductors may be replaced with a single conductor that transfers multiple signals serially or in a time multiplexed manner. Likewise, single conductors carrying multiple signals may be separated out into various different conductors carrying subsets of these signals. Therefore, many options exist for transferring signals.
Generally, there is provided, in one form, a secure communication apparatus and protocol that uses a count value as part of a transmitted message. A lower bit portion is stored in volatile memory and an upper bit portion is stored in non-volatile memory. The count value is incremented based on a time interval that is shorter than a time required to transmit the message. The upper bit portion of the count in non-volatile memory is only programmed with a new count value if the upper bit portion of the count value has been used in a previous transmission.
The transmitted message includes a transmitter number, a command, and a count, none of which are encrypted, and a message authentication code (MAC). Transmitting the count in the clear makes it easier for the receiver to construct the key needed to compute a new MAC to be checked against the received MAC. Some previous protocols needed to generate multiple keys using the expected next count and several additional counts in case some transmitted messages were not received.
Because time is used to increment count values, this could result in numerous updates of the non-volatile portion even when no transmissions are occurring. To avoid unnecessary updates of non-volatile memory, a flag is used to indicate whether the non-volatile portion of the count was ever used in a transmission. If it was not used, there is no need to update the non-volatile memory when the low portion of the count value overflows. The non-volatile portion of the count is also updated after a power interruption to avoid the possibility of reusing a previous count value. If the flag indicates the non-volatile count has not been used in a transmission, it is not necessary to update this count value after a power interruption.
The secure communication apparatus and method may be used in, for example, an RKE system for automobiles and garage door openers. Also, the secure communication apparatus may also be used in other access entry systems and for device authentication. In addition, the secure communication apparatus and method may be used in consumable items such as batteries and toner cartridges.
In one aspect, there is provided, a method for updating a count value comprising a first portion stored in a non-volatile memory and a second portion stored in a volatile memory. The second portion of the count value is updated upon elapse of a period of time. The first portion of the count value is updated if the second portion of the count value overflowed and a use indicator corresponding to the first portion of the count value is set.
In a second aspect, there is provided, an apparatus for updating a count value comprising a first portion stored in a non-volatile memory and a second portion stored in a volatile memory. The apparatus comprises means for setting a use indicator and means for updating the count value. The use indicator corresponds to the first portion of the count value. The second portion of the count value is updated upon elapse of a period of time. The first portion of the count value is updated if the second portion of the count value overflowed and the use indicator corresponding to the first portion of the count value is set.
In a third aspect, there is provided, a method for updating a count value, the count value comprising higher significant bits stored in a non-volatile memory and lower significant bits stored in a volatile memory. A use indicator corresponding to the higher significant bits of the count value is set. The lower significant bits of the count value are updated upon elapse of a period of time. The higher significant bits of the count value are updated if the lower significant bits of the count value overflowed and the use indicator corresponding to the higher significant bits of the count value is set. The use indicator is cleared after updating the higher significant bits of the count value.
A portion 15 of NVM 14 is for storing a flag value that is for indicating whether or not a count value, stored in NVM 14, has been transmitted or not. The NVM 14 may be implemented with, for example, flash memory, EEPROM (electrically erasable programmable read only memory), MRAM (magneto-resistive random access memory), or other suitable non-volatile memory type. Volatile memory 16 may be any type of volatile memory such as for example, static random access memory (SRAM), dynamic random access memory (DRAM), or the like.
In response to a transmission request signal, a transmitter message is generated in CPU 12 and communicated via bus 19 to transmitter portion 18. The transmission request signal may be generated in response to pushing a button (not shown) in a device having transmitter 10. In the illustrated embodiment, transmitter portion 18 transmits the transmitter message wirelessly via antenna 20. In another embodiment, the transmit request signal may be substituted with a request for device authentication. For example, in a system such as a laptop computer, where the battery contains an authorization tag (analogous to the transmitter in an RKE system), the host laptop would challenge the battery to provide an authentication message or value. The battery (transmitter) would respond with a valid message. In this embodiment, the challenge request is analogous to an RKE button press. Also, the message composition in this embodiment is likely to be different than for an RKE application. In another embodiment, the transmit request signal may be generated by satisfaction of a condition.
The MAC bit field is a 64 bit portion of an AES (Advanced Encryption Standard) encryption result which is used to verify that the sender is an authorized transmitter. It is not possible to de-encrypt the MAC to determine the original 128 bit data block. The count value COUNT is a variable code that is 32 bits long and which is transmitted in each transmitter message 30. In the illustrated embodiment, the high 16 bits of the count value are stored in NVM 14 and the 16 low bits are stored in volatile memory 16. The count value COUNT is different for each transmission. In the transmitter, the count value COUNT is a monotonic count which is conditionally updated based on time. In the receiver, the count value COUNT is stored in a non-volatile memory (not shown) related to the transmitter identification TX NUMBER for each valid message that is received. The receiver checks to make sure any new message has a larger count value COUNT than the previous valid message from that transmitter.
The command CMD is an 8 bit field in transmitter message 30 that contains a control command (or data) for use in the application. Example commands in an automotive RKE application include, but are not limited to, lock, unlock, unlock-all, windows down, and start.
The transmitter identification TX NUMBER is a unique 24 bit value that is programmed into each transmitter during manufacturing. The TX NUMBER bit field identifies a specific transmitter.
The encryption data 34 includes the transmitter number TX NUMBER, command CMD, count value COUNT, and learned filler code “LEARNED FILLER CODE”. The bit fields TX NUMBER, CMD, and COUNT are the same as described in the discussion of
Using the encryption key 32 and the encryption data 34, the encryption block 36 produces an encryption result 38. In the illustrated embodiment, the encryption result is truncated such that the 64 least significant bits are used as the MAC portion of the transmitter message. In other embodiments, a different portion of the encryption result 38 can be used as the MAC portion.
When Δt expires, the YES path is taken to step 66. At step 66, the lower 16 bit portion of count value COUNT is updated. In the illustrated embodiment, the low portion is updated by incrementing the count value COUNT by one. In other embodiments, the count value COUNT may be updated by incrementing or decrementing by any number. At decision step 68, it is determined if a memory portion for storing the low portion has overflowed. If the low portion has not overflowed, the NO path is taken back to step 64. If the low portion has overflowed, or exceeded its maximum value, the YES path is taken to decision step 70. At decision step 70 it is determined if the flag in portion 15 (
If power is removed from the transmitter 10, for example, when exhausted batteries are replaced, then a power-on-reset (POR) operation is run by the CPU 12. In method 60, at step 76, a POR event causes a POR operation to run. At step 78, the low portion is cleared to maximize the length of time until the next NVM update. After step 78 the method continues at step 70.
In the foregoing specification, the invention has been described with reference to specific embodiments. However, one of ordinary skill in the art appreciates that various modifications and changes can be made without departing from the scope of the present invention as set forth in the claims below. Accordingly, the specification and figures are to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope of present invention.
Benefits, other advantages, and solutions to problems have been described above with regard to specific embodiments. However, the benefits, advantages, solutions to problems, and any element(s) that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as a critical, required, or essential feature or element of any or all the claims. The terms a or an, as used herein, are defined as one or more than one. The terms including and/or having, as used herein, are defined as comprising (i.e., open language). As used herein, the terms “comprises,” “comprising,” or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.