Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SYSTEMS, METHODS AND CONTROLLERS FOR SECURE COMMUNICATIONS
Document Type and Number:
WIPO Patent Application WO/2020/219128
Kind Code:
A1
Abstract:
In an example embodiment, a system includes a first controller configured to generate a network key and transform the network key and a second controller configured to obtain the transformed network key and form a network with the first controller, each of the first controller and the second controller being configured to generate a same symmetric key using the network key and values from the other of the first controller and second controller.

Inventors:
POTTER JOHN (US)
PUETZ KEVIN (US)
MALARKEY JASON D (US)
LINDNER DAVID (US)
SCHROEDER WARREN L (US)
BAILEY DAVID (US)
KONDEKAR RITESH (IN)
KOEHLER JENS (DE)
LABITZKE SEBASTIAN (DE)
JAKOB ARNAULD (DE)
Application Number:
PCT/US2020/013854
Publication Date:
October 29, 2020
Filing Date:
January 16, 2020
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
DEERE & CO (US)
International Classes:
H04L29/06
Foreign References:
US20170085537A12017-03-23
US10009325B12018-06-26
Other References:
JACKSON SCHMANDT ET AL: "Mini-MAC: Raising the bar for vehicular security with a lightweight message authentication protocol", VEHICULAR COMMUNICATIONS, vol. 9, 1 July 2017 (2017-07-01), pages 188 - 196, XP055411502, ISSN: 2214-2096, DOI: 10.1016/j.vehcom.2017.07.002
Attorney, Agent or Firm:
HOYT, Blair (US)
Download PDF:
Claims:
What is claimed is:

1. A system comprising:

a first controller configured to generate a network key and transform the network key; and

a second controller configured to obtain the transformed network key and form a network with the first controller, each of the first controller and the second controller being configured to generate a same symmetric key using the network key and values from the other of the first controller and second controller, the first controller and the second controller being network members when the network is formed.

2. The system of claim 1, wherein the first controller and the second controller are configured to communicate over a vehicle data bus.

3. The system of claim 2, wherein the vehicle data bus is a controller area network flexible data (CAN FD) bus, Ethernet, a sub-combination thereof or a combination thereof.

4. The system of claim 2, wherein each of the first controller and the second controller are configured to generate the same symmetric key at a selected event.

5. The system of claim 4, wherein the selected event is a new power cycle, a third controller joins the network, a security challenge, a lapse of a timer, a clearing of a counter, a request to upload software to reprogram one of the network member, a reset of one of the network members in the network, a rollover of a freshness value, a reboot of one of the network members, a sub-combination thereof or a combination thereof.

6. The system of claim 2, wherein the first controller includes an identification number, the identification number being a determined number, and the first controller is configured to,

send at most a portion of the identification number of the first controller, obtain at most a portion of an identification number of the second controller, and form the network if the identification number of the first controller and the identification number of the second controller are the same.

7. The system of claim 6, wherein the first controller is configured to generate a symmetric shared key between the first controller and the second controller using the network key, the symmetric shared key including a first key for encryption and a first key for message authentication code (MAC), the same symmetric shared key and the symmetric shared key being different.

8. The system of claim 6, wherein the identification number of the first controller is part of a public key certificate.

9. The system of claim 8, wherein the identification number of the first controller is a vehicle identification number.

10. The system of claim 8, wherein the identification number of the first controller is a unique manufactured code.

11. The system of claim 2 , wherein the first controller includes a hardware security module (HSM) for storing the network key.

12. The system of claim 2, wherein the first controller is configured to perform a process to include a third controller in the network when generating the same symmetric key.

13. The system of claim 2, wherein the first controller is configured to communicate with the second controller using the same symmetric key.

14. The system of claim 2, wherein the first controller is configured to generate the same symmetric key by

generating a first nonce value,

sending the first nonce value to the second controller,

receiving a second nonce value from the second controller, and determining the same symmetric key after a threshold time of receiving the second nonce value based on the network key, the first nonce value and the second nonce value.

15. The system of claim 2, wherein the first controller is configured to send messages to the second controller having encrypted data and a freshness value (FV).

16. The system of claim 15, wherein each message includes a data field between 0 and 64 bits, a freshness value field of 32 bits for the FV, an encryption field of one bit to indicate the data field includes encrypted data and a tag field of 31 bits.

17. The system of claim 15, wherein the first controller is configured to increment the FV when one of the messages is placed in a transmit queue.

18. The system of claim 15, wherein the first controller is configured to reset the FV when the same symmetric key is generated.

19. A method comprising:

generating a first network key;

forming a network of a first controller and second controllers using the first network key, the first network key being a shared key between the first controller and the second controllers;

obtaining values from the second controllers; and

determining a common symmetric key for the network based on the first network key and the values from the second controllers and a value of the first controller.

20. The method of claim 19, wherein the first controller and the second controllers are on a vehicle data bus.

21. The method of claim 20, wherein the vehicle data bus is a controller area network flexible data (CAN FD) bus, Ethernet, a sub-combination thereof or a combination thereof.

22. The method of claim 20, wherein the forming the network includes, transforming the first network key; and

broadcasting the transformed first network key on a vehicle data bus to the second controllers.

23. The method of claim 22, wherein the forming the network includes,

broadcasting at most a portion of an identification number of the controller on the vehicle data bus;

obtaining at most a portion of an identification number of at least one of the second controllers; and

validating the at least one second controller using the portion of the identification number.

24. The method of claim 23, wherein the identification number of the first controller is part of a public key certificate.

25. The method of claim 23, wherein the forming the network includes,

generating a first key for encryption and a first key for message authentication code (MAC) between the first controller and the at least one second controller.

26. The method of claim 20, wherein the values from the second controllers and the value of the first controller are nonce values.

27. The method of claim 26, wherein the determining the common symmetric key includes,

ordering the nonce values, and

determining the common symmetric key based on the ordered nonce values and the first network key.

28. The method of claim 27, further comprising:

adding a third controller to the network during the determining the common symmetric key.

29. The method of claim 28, further comprising:

determining another symmetric key after the adding.

30. The method of claim 20, further comprising:

transmitting a message to one of the second controllers on the vehicle data bus after determining the common symmetric key, wherein the message includes encrypted data and a freshness value (FV).

31. The method of claim 30, wherein the message includes a data field between 0 and 64 bits, a freshness value field of 32 bits for the FV, an encryption field of one bit to indicate the data field includes encrypted data and a tag field of 31 bits.

32. The method of claim 30, further comprising:

incrementing the FV when the message is placed in a transmit queue.

33. The method of claim 30, further comprising:

resetting the FV when the same symmetric key is generated.

34. A controller comprising:

a memory storing instructions; and

a processor configured to execute the instructions to cause the controller to, generate a network key and transform the network key; transmit the transformed network key on a bus;

form a network with at least one other controller on the bus using the transformed network key; and

generate a same symmetric key using the network key and a value from the at least one other controller.

35. The controller of claim 34, wherein the bus is a vehicle data bus.

36. The controller of claim 34, wherein the processor is configured to execute the instructions to cause the controller to send a start rekey message to the at least one other controller before generating the same symmetric key.

Description:
SYSTEMS, METHODS AND CONTROLLERS FOR SECURE COMMUNICATIONS

CROSS REFERENCE TO RELATED APPLICATIONS

[0001] The present application hereby claims priority under 35 U.S.C. § 1 19 to U.S. Provisional Application No. 62/838,630 filed April 25, 2019 and U.S. Provisional Application No. 62/838,61 1 filed April 25, 2019, the entire contents of each of which are hereby incorporated by reference.

FIELD

[0002] Example embodiments are related to systems, methods and controllers for secure communications.

BACKGROUND

[0003] Electronic control units (ECUs) are used in vehicles (e.g., automobiles, tractors and excavators) to control one or more systems in the vehicle. The ECUs communicate with each other over a vehicle data bus.

SUMMARY

[0004] Communications between the ECUs on the vehicle data bus may be accessed and / or modified by an unauthorized party. Thus, the safety of the vehicle may be compromised.

[0005] The inventors have invented systems and methods for secure communications. In some example embodiments, authorized ECUs are allowed to join a secure network where public key cryptography is used as well as a shared message key. In some example embodiments, there is no external database of secrets, thus improving the security by eliminating a possible intrusion point.

[0006] At least one example embodiment provides a system including a first controller configured to generate a network key and transform the network key and a second controller configured to obtain the transformed network key and form a network with the first controller, each of the first controller and the second controller being configured to generate a same symmetric key using the network key and values from the other of the first controller and second controller. BRIEF DESCRIPTION OF THE DRAWINGS

[0007] Example embodiments will be more clearly understood from the following detailed description taken in conjunction with the accompanying drawings. FIGS. 1- 13B represent non-limiting, example embodiments as described herein.

[0008] FIG. 1 is a block diagram of a vehicle system, according to some example embodiments;

[0009] FIG. 2 illustrates a flow diagram of a network formation and re keying according to some example embodiments;

[0010] FIG. 3 illustrates an example embodiment of the network formation shown in FIG. 2;

[0011] FIGS. 4-5 illustrates a rekeying process according to some example embodiments;

[0012] FIG. 6 illustrates a timing diagram of a transition from a symmetric key to another symmetric key according to some example embodiments;

[0013] FIGS. 7-9 illustrate a rekeying process according to other example embodiments;

[0014] FIGS. 10A- 10C illustrate timing diagrams of example embodiments of the methods described in FIGS. 7-9;

[0015] FIG. 11 illustrates a timing diagram of the transition from a symmetric key to another symmetric key according to some example embodiments;

[0016] FIG. 12 illustrates a method of managing freshness values according to some example embodiments;

[0017] FIG. 13A illustrates a CAN FD message format; and

[0018] FIG. 13B illustrates a data field format for a data field according to some example embodiments.

DETAILED DESCRIPTION

[0019] Some example embodiments will now be described more fully with reference to the accompanying drawings in which some example embodiments are illustrated.

[0020] Accordingly, while example embodiments are capable of various modifications and alternative forms, embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that there is no intent to limit example embodiments to the particular forms disclosed, but on the contrary, example embodiments are to cover all modifications, equivalents, and alternatives falling within the scope of the claims. Like numbers refer to like elements throughout the description of the figures.

[0021 ] It will be understood that, although the terms first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, a first element could be termed a second element, and, similarly, a second element could be termed a first element, without departing from the scope of example embodiments. As used herein, the term“and/or” includes any and all combinations of one or more of the associated listed items.

[0022] It will be understood that when an element is referred to as being

“connected” or“coupled” to another element, it can be directly connected or coupled to the other element or intervening elements may be present. In contrast, when an element is referred to as being“directly connected” or“directly coupled” to another element, there are no intervening elements present. Other words used to describe the relationship between elements should be interpreted in a like fashion (e.g., “between” versus“directly between,”“adjacent” versus“directly adjacent,” etc.).

[0023] The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments. As used herein, the singular forms“a,”“an” and“the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms“comprises,”“comprising,”“includes” and/or“including,” when used herein, specify the presence of stated features, integers, steps, operations, elements and / or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groups thereof.

[0024] It should also be noted that in some alternative implementations, the functions/ acts noted may occur out of the order noted in the figures. For example, two figures shown in succession may in fact be executed substantially concurrently or may sometimes be executed in the reverse order, depending upon the functionality / acts involved.

[0025] Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which example embodiments belong. It will be further understood that terms, e.g., those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.

[0026] Portions of example embodiments and corresponding detailed description are presented in terms of software, or algorithms and symbolic representations of operation on data bits within a computer memory. These descriptions and representations are the ones by which those of ordinary skill in the art effectively convey the substance of their work to others of ordinary skill in the art. An algorithm, as the term is used here, and as it is used generally, is conceived to be a self-consistent sequence of steps leading to a result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of optical, electrical, or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.

[0027] In the following description, illustrative embodiments will be described with reference to acts and symbolic representations of operations (e.g., in the form of flowcharts) that may be implemented as program modules or functional processes including routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types and may be implemented using existing hardware.

[0028] Such existing hardware (e.g., data processors and controllers) may be implemented using processing or control circuitry such as, but not limited to, one or more processors, one or more Central Processing Units (CPUs), one or more microcontrollers, one or more arithmetic logic units (ALUs), one or more digital signal processors (DSPs), one or more microcomputers, one or more field programmable gate arrays (FPGAs), one or more System-on-Chips (SoCs), one or more programmable logic units (PLUs), one or more microprocessors, one or more Application Specific Integrated Circuits (ASICs), or any other device or devices capable of responding to and executing instructions in a defined manner.

[0029] It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise, or as is apparent from the discussion, terms such as“processing” or“computing” or “calculating” or“determining” or“displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical, electronic quantities within the computer system’s registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.

[0030] In this application, including the definitions below, the term‘module’ may be replaced with the term‘circuit.’ The term‘module’ may refer to, be part of, or include processor hardware (shared, dedicated, or group) that executes code and memory hardware (shared, dedicated, or group) that stores code executed by the processor hardware.

[0031] The module may include one or more interface circuits. In some examples, the interface circuits may include wired or wireless interfaces that are connected to a local area network (LAN) , the Internet, a wide area network (WAN) , or combinations thereof. The functionality of any given module of the present disclosure may be distributed among multiple modules that are connected via interface circuits.

[0032] Further, at least one embodiment of the invention relates to a non- transitory computer-readable storage medium comprising electronically readable control information stored thereon, configured such that when the storage medium is used in a controller of a motor system, at least one embodiment of the method is carried out.

[0033] Even further, any of the aforementioned methods may be embodied in the form of a program. The program may be stored on a non-transitory computer readable medium and is adapted to perform any one of the aforementioned methods when run on a computer device (a device including a processor). Thus, the non- transitory, tangible computer readable medium is adapted to store information and is adapted to interact with a data processing facility or computer device to execute the program of any of the above mentioned embodiments and/or to perform the method of any of the above mentioned embodiments.

[0034] The computer readable medium or storage medium may be a built-in medium installed inside a computer device main body or a removable medium arranged so that it can be separated from the computer device main body. The term computer-readable medium, as used herein, does not encompass transitory electrical or electromagnetic signals propagating through a medium (such as on a carrier wave); the term computer-readable medium is therefore considered tangible and non- transitory. Furthermore, various information regarding stored images, for example, property information, may be stored in any other form, or it may be provided in other ways.

[0035] The term code, as used above, may include software, firmware, and/or microcode, and may refer to programs, routines, functions, classes, data structures, and/or objects.

[0036] The term memory is a subset of the term computer-readable medium.

The term computer-readable medium, as used herein, does not encompass transitory electrical or electromagnetic signals propagating through a medium (such as on a carrier wave); the term computer-readable medium is therefore considered tangible and non-transitory. Non-limiting examples of the non-transitory computer-readable medium include, but are not limited to, rewriteable non-volatile memory devices (including, for example flash memory devices, erasable programmable read-only memory devices, or a mask read-only memory devices); volatile memory devices (including, for example static random access memory devices or a dynamic random access memory devices); magnetic storage media (including, for example an analog or digital magnetic tape or a hard disk drive); and optical storage media (including, for example a CD, a DVD, or a Blu-ray Disc). Examples of the media with a built-in rewriteable non-volatile memory, include but are not limited to memory cards; and media with a built-in ROM, including but not limited to ROM cassettes; etc. Furthermore, various information regarding stored images, for example, property information, may be stored in any other form, or it may be provided in other ways. The term data storage device may be used interchangeably with computer-readable medium.

[0037] In accordance with one embodiment, FIG. 1 illustrates a vehicle system

11 and a central electronic data processing system 10.

[0038] In some example embodiments, the system includes a first controller configured to generate a network key and transform the network key and a second controller configured to obtain the transformed network key and form a network with the first controller, each of the first controller and the second controller being configured to generate a same symmetric key using the network key and values from the other of the first controller and second controller, the first controller and the second controller being network members when the network is formed.

[0039] In some example embodiments, the first controller and the second controller are configured to communicate over a vehicle data bus. [0040] In some example embodiments, the vehicle data bus is a controller area network flexible data (CAN FD) bus, Ethernet, a sub -combination thereof or a combination thereof.

[0041] In some example embodiments, each of the first controller and the second controller are configured to generate the same symmetric key at a selected event.

[0042] In some example embodiments, the selected event is a new power cycle, a third controller joins the network, a security challenge, a lapse of a timer, a clearing of a counter, a request to upload software to reprogram one of the member controllers in the network, a reset of one of the network members in the network, a rollover of a freshness value, a reboot of one of the network members, a sub-combination thereof or a combination thereof.

[0043] In some example embodiments, the first controller includes an identification number, the identification number being a determined number, and the first controller is configured to send at most a portion of the identification number of the first controller, obtain at most a portion of an identification number of the second controller, and form the network if the identification number of the first controller and the identification number of the second controller are the same.

[0044] In some example embodiments, the first controller is configured to generate a symmetric shared key between the first controller and the second controller using the network key, the symmetric shared key including a first key for encryption and a first key for message authentication code (MAC), the same symmetric shared key and the symmetric shared key being different.

[0045] In some example embodiments, the identification number of the first controller is part of a public key certificate.

[0046] In some example embodiments, the identification number of the first controller is a vehicle identification number.

[0047] In some example embodiments, the identification number of the first controller is a unique manufactured code.

[0048] In some example embodiments, the first controller includes a hardware security module (HSM) for storing the network key.

[0049] In some example embodiments, the first controller is configured to perform a process to include a third controller in the network when generating the same symmetric key. [0050] In some example embodiments, the first controller is configured to communicate with the second controller using the same symmetric key.

[0051] In some example embodiments, the first controller is configured to generate the same symmetric key by generating a first nonce value, sending the first nonce value to the second controller, receiving a second nonce value from the second controller, determining the same symmetric key after a threshold time of receiving the second nonce value based on the network key, the first nonce value and the second nonce value.

[0052] In some example embodiments, the first controller is configured to send messages to the second controller having encrypted data and a freshness value (FV).

[0053] In some example embodiments, each message includes a data field between 0 and 64 bits, a freshness value field of 32 bits for the FV, an encryption field of one bit to indicate the data field includes encrypted data and a tag field of 31 bits.

[0054] In some example embodiments, the first controller is configured to increment the FV when one of the messages is placed in a transmit queue.

[0055] In some example embodiments, the first controller is configured to reset the FV when the same symmetric key is generated.

[0056] At least some example embodiments provide a controller including a memory storing instructions and at least one processor configured to execute the instructions to cause the controller to generate a network key and transform the network key, transmit the transformed network key on a bus, form a network with at least one other controller on the bus using the transformed network key and generate a same symmetric key using the network key and a value from the at least one other controller.

[0057] In some example embodiments, the bus is a vehicle data bus.

[0058] Referring to FIG. 1, in one embodiment, the central electronic data processing system 10 that is capable of communicating with vehicle electronics 46 via a communications network 36 and wireless infrastructure 44.

[0059] The vehicle electronics 46 comprises a vehicle data processor 71 , a vehicle data storage device 56, and a vehicle wireless communications device 58, a data port 48, a user interface 54, a vehicle data bus (e.g., controller area network (CAN) data bus an ISO bus, Ethernet, a sub-combination thereof or a combination thereof) 72, a first controller (i.e., a first ECU) 73, a second controller (i.e., a second ECU) 74 and a third controller (i.e., a third ECU) 75. While only three controllers are illustrated, it should be understood that the vehicle electronics 46 may include more or less than three controllers. Each of the controllers may provide a functionality of a machine (e.g., a vehicle or an implement) such as transmission control, individual nozzle control (on a sprayer), engine control, operator controls in the cab, hydraulic controls, row unit control on a planter, etc.

[0060] The first controller 73, the second controller 74 and the third controller

75 may be electronic control units (ECUs).

[0061] Each of the controllers 73, 74 and 75 may include processing circuitry

73a, 74a, 75a, respectively, and storage devices 73b, 74b and 75b, respectively. The processing circuitry 73a, 74a and 75a are configured to cause the controllers 73, 74 and 75 to perform their respective functions and may do so by executing computer- readable instructions stored in the storages devices 73b, 74b and 75b.

[0062] The data processor 71 is capable of communicating with one or more of the following devices via a data bus 50: the vehicle data storage device 56, the data port 48, user interface 54, and the vehicle wireless communications device 58.

[0063] The data port 48 provides an interface, such as common memory between the data bus 50 and the vehicle data bus 72. The first controller 73, the second controller 74 and the third controller 75 are coupled to the vehicle data bus 72. The first controller 73, the second controller 74 and the third controller 75 may have storages devices 73b, 74b and 75b (e.g., nonvolatile random access memory) or another storage device for storing, retrieving and processing payload data, calibration data, configuration data, payloads, components of configuration files or other computer instructions that are downloaded or provided via the local diagnostic computer 38 or via the electronic data processing system 10.

[0064] The vehicle data processor 71 may comprise one or more processors, one or more Central Processing Units (CPUs), one or more microcontrollers, one or more arithmetic logic units (ALUs), one or more digital signal processors (DSPs), one or more microcomputers, one or more field programmable gate arrays (FPGAs), one or more System-on-Chips (SoCs), one or more programmable logic units (PLUs), one or more microprocessors, one or more Application Specific Integrated Circuits (ASICs), or any other device or devices capable of responding to and executing instructions in a defined manner.

[0065] The vehicle data storage device 56 comprises electronic memory, nonvolatile random access memory, an optical storage device, a magnetic storage device, or another device for storing and accessing electronic data on any recordable, rewritable, or readable electronic, optical, or magnetic storage medium for storing executable instructions.

[0066] A user interface 54 comprises one or more of the following: a keypad, a keyboard, a touch screen display, a switch, a pointing device (e.g., electronic mouse), a display (e.g., liquid crystal display or plasma display), or another device for inputting, entering selecting, receiving, or displaying input or output data for a computer, controller, electronics or other electronic data processing system.

[0067] The data port 48 may comprise an input/output data port 48, such as an UART, a data transceiver with buffer memory, a device that supports communications with the local diagnostic computer 38, or an interface device that supports communication between the data bus 50 and the vehicle data bus 72.

[0068] In an alternate embodiment, the data port 48 may comprise a short- range wireless connection, such as IEEE (Institute of Electrical and Electronics Engineers) 802.11 connection or a blue-tooth wireless connection. The data port 48 supports a connection, transmission, receipt or exchange of data between the vehicle electronics 46 and the local diagnostic computer 38.

[0069] In another alternate embodiment, the remote data storage device 14 or the vehicle data storage device 56 comprises or stores a common messaging interface for communication with vehicle electronics 46, the common message interface providing a communications interface between the vehicle electronics 46 and at least one application program.

[0070] The central electronic data processing system 10 and wireless infrastructure 44 are coupled to the electronic communications network 36 (e.g., the Internet) .

[0071] A service technician or user may use a local diagnostic computer 38 that communicates, directly, to the vehicle electronics 46 via a short-range wireless connection, a wireline connection, or another local connection. For example, the services technician might use the local diagnostic computer 38 to communicate with the vehicle electronics 46, if a vehicle is located in or brought to a service center, where the service technician works. Otherwise, the service technician can perform remotely some of many diagnostic and software reprogramming tasks via the communications network 36 and the wireless infrastructure 44.

[0072] The central electronic data processing system 10 comprises a remote data processor 12, a remote data storage device 14, and a remote communications interface 18 coupled to a data bus 16. In one embodiment, the central electronic data processing system 10 may be implemented by a general purpose computer or a server that is programmed with software modules stored in the remote data storage device 14. The remote data processor 12 is capable of communicating with the one or more of the following via the data bus 16: the remote data storage device 14, and remote communications interface 18.

[0073] The remote data processor 12 may comprise one or more processors, one or more Central Processing Units (CPUs), one or more microcontrollers, one or more arithmetic logic units (ALUs), one or more digital signal processors (DSPs), one or more microcomputers, one or more field programmable gate arrays (FPGAs), one or more System-on-Chips (SoCs), one or more programmable logic units (PLUs), one or more microprocessors, one or more Application Specific Integrated Circuits (ASICs), or any other device or devices capable of responding to and executing instructions in a defined manner.

[0074] The remote data storage device 14 comprises electronic memory, nonvolatile random access memory, an optical storage device, a magnetic storage device, or another device for storing and accessing electronic data on any recordable, rewritable, or readable electronic, optical, or magnetic storage medium storing executable instructions.

[0075] The remote communications interface 18 may comprise a transceiver or other device for communicating, transmitting, or receiving data via the communications network 36. In one embodiment, the communications network 36 comprises the Internet, the public switched telephone network (PSTN) or another public, or private electronic communications network 36, or a communications link (e.g., telecommunications line or microwave link) that supports communication to or from the wireless infrastructure 44.

[0076] The wireless infrastructure 44 supports wireless communications between the vehicle electronics 46 and the central electronic data processing system 10. The wireless infrastructure 44 may comprise one or more of the following: one more wireless base stations that are capable of communicating over the communications network 36 via a gateway an Internet service provider, or otherwise; one or more satellite transceivers; a satellite downlink receiver, a satellite uplink transmitter; a satellite communications system; a cellular infrastructure network; a trunking system, a point-to-multipoint communications system, a point-to-point communications link, a land-based wireless communications network 36, or the like. [0077] In example embodiments, the controllers 73, 74 and 75 communicate with each other on the vehicle data bus 72. To reduce and/or prevent unauthorized access to the communications, the controllers 73, 74 and 75 are configured to communicate with the use of a network key and a symmetric key. For example, the first controller 73 is configured to generate a network key and transform the network key and the second controller 74 and the third controller 75 are configured to obtain the transformed network key, recover the network key and form a network with the first controller 73. Each of the first controller 73, the second controller 74 and the third controller are configured to generate a same symmetric key using the network key and values from each controller.

[0078] FIG. 2 illustrates a flow diagram of a network formation and re keying according to example embodiments.

[0079] At least some example embodiments provide a method including generating a first network key, forming a network of a first controller and second controllers using the first network key, the first network key being a shared key between the first controller and the second controllers, obtaining values from the second controllers and determining a common symmetric key for the network based on the first network key and the values from the second controllers and a value of the first controller.

[0080] In some example embodiments, the first controller and the second controllers are on a vehicle data bus.

[0081 ] In some example embodiments, the vehicle data bus is a controller area network flexible data (CAN FD) bus, Ethernet, a sub -combination thereof or a combination thereof.

[0082] In some example embodiments, the forming the network includes transforming the first network key and broadcasting the transformed first network key on a vehicle data bus to the second controllers.

[0083] In some example embodiments, the forming the network includes broadcasting at most a portion of an identification number of the controller on the vehicle data bus, obtaining at most a portion of an identification number at least one of the second controllers and validating the at least one second controller using the portion of the identification number.

[0084] In some example embodiments, the identification number of the first controller is part of a public key certificate. [0085] In some example embodiments, the forming the network includes generating a first key for encryption and a first key for message authentication code (MAC) between the first controller and the at least one second controller.

[0086] In some example embodiments, the values from the second controllers and the value of the first controller are nonce values.

[0087] In some example embodiments, the determining the common symmetric key includes ordering the nonce values and determining the common symmetric key based on the ordered nonce values and the first network key.

[0088] In some example embodiments, the method further includes adding a third controller to the network during the determining the common symmetric key.

[0089] In some example embodiments, the method further includes determining another symmetric key after the adding.

[0090] In some example embodiments, the method further includes transmitting a message to one of the second controllers on the vehicle data bus after determining the common symmetric key, wherein the message includes encrypted data and a freshness value (FV) .

[0091] In some example embodiments, the message includes a data field between 0 and 64 bits, a freshness value field of 32 bits for the FV, an encryption field of one bit to indicate the data field includes encrypted data and a tag field of 31 bits.

[0092] In some example embodiments, the method further includes incrementing the FV when the message is placed in a transmit queue.

[0093] In some example embodiments, the method further includes resetting the FV when the same symmetric key is generated.

[0094] As shown in FIG. 2, the network formation includes the generation of a network key S N at S205, the formation of a network at S210 using the network key S N and initial generation and rekeying of a symmetric key Sv at S215.

[0095] The network key SN may be generated by a network leader such as the first controller 73. The network leader is a single member ECU that is programmed to create a secure network. A network leader may be a type of controller that appears in all versions of a machine (as opposed to a controller that only appears on some machines based on the machine optionality) , has hardware for generating a true random number, has memory to hold logic for creating networks and has a capacity at each power cycle to confirm the network key SN and enroll a new controller into the secure network should a new controller be added. [0096] In an example embodiment, the network leader includes a VIN (vehicle identification number) certificate and stores code indicating that it is a network leader.

[0097] The VIN certificate is an X.509 certificate that chains from the ECU to a trusted root. The VIN certificate provides evidence that the ECU is authorized to be on the vehicle.

[0098] A member ECU (or member controller) is a controller on the vehicle that is considered both authentic and authorized. An authentic ECU is cryptographically tied to a manufacturer, owner, and / or other entity via a birth certificate, which is an X.509 certificate that chains from the ECU to a trusted root at the manufacturer, owner, and / or other entity. An authorized ECU is cryptographically tied to a vehicle’s VIN.

[0099] A VIN certificate may be issued in a couple of different ways. In some example embodiments, a VIN certificate for an ECU is issued during the manufacturing process. The vehicle factory attests that they are putting a specific ECU on the vehicle. To get the VIN certificate in some example embodiments, the factory presents the ECU’s birth certificate as well as providing a VIN to the manufacturer’s public key infrastructure (PKI). That PKI will then issue the VIN certificate. In other example embodiments, a service technician in the field, or a customer, provides the ECU’s serial number and the VIN to the manufacturer’s PKI (e.g., via a web page). In this case the customer or service technician is attesting that they are putting the specific ECU on the vehicle. The manufacturer issues a VIN certificate to the ECU that is evidence that the manufacturer has authorized the controller to participate in secure communications on the specific VIN.

[00100] All member ECUs start with a network key SN = O12 8 as a temporary key. Thus, the network leader initially has a network key SN value of O - When a network leader is turned on, the network leader looks at the network key SN. The network leader includes hard-coded logic to determine if the network key SN is equal to 01 8 * If the network leader determines the network key SN is O , the network leader then determines to generate a network key SN. The network leader stores the network key SN in non-volatile memory. In example embodiments where a member controller stores O as the network key SN, during a re-key process (discussed below), the member controller will send a hash of O over the bus. The leader network recognizes the member controller sent a hash of O and starts a network formation with the member controller by broadcasting a one-way function value of the network key S N .

[00101] The network leader then generates a new network key SN. In some example embodiments, the network leader generates the new network key SN using a true random number generator (TRNG) of 128 bits or a pseudorandom number generator (PRNG) of 128 bits. The generation of a network key SN is a centralized process and, thus, is only performed by the network leader.

[00102] The network leader maintains and uses the new network key SN for communications even when a new controller is added to the network. The network leader may replace the new network key SN when the network leader loses the new network key SN. In some example embodiments, network member controllers that are not the network leader may request a new SN if the network leader controller failed and was replaced by a new controller. This new controller will generate its own network key SN and when the new network leader determines network member controllers don’t know the new network key SN, the new network leader will share it. Thus, the new network key SN may be considered“long-lived” network key.

[00103] At S210, the network leader then forms a network with other controllers using the new network key S N .

[00104] FIG. 3 illustrates an example embodiment of the network formation shown in FIG. 2. The network formation may be performed once the components are assembled on the vehicle data bus and when a member controller attempts to j oin the network.

[00105] Table 1 provides a list of keys that may be used in the network formation.

Table 1

[00106] The shared secret S n i-ecux is a key used to encrypt the network key SN. The key Sni-ecux is used to prevent an authorized controller to see the value of the network key SN that the network leader is sharing with the member controller x. For each ECU x that the network leader shares SN with, a different Sni ecux is used. In other words, only the network leader and the member controller x know the key Sni ecux. In some example embodiments, the network leader and the member controller x use the key Sni ecux once to get the network key SN into the member controller x, and then the key S ni ecux is deleted.

[00107] Table 2 provides a list of certificates that may be used in the network formation.

Table 2

[00108] Table 3 provides a list of cryptographic primitives that may be used in the network formation.

Table 3

[00109] At S300, the network leader transforms the network key SN by performing a one-way function on the network key SN and broadcasts the transformed network key in a message across the vehicle data bus. Thus, in example embodiments, the value of the network key SN is not shared explicitly over the vehicle data bus. In some example embodiments, the network leader uses a hash (e.g., SHA512/256) as the one-way function to broadcast hash(S N ). In some example embodiments, the message containing the transformed network key is 16 bytes, permitting a member controller with a wrong network key to start the network formation process in a timely manner.

[00110] The network leader performs S300 upon the network leader’s first boot or when the network leader detects a mismatch of hash(S N ) during the rekeying process (e.g., S215 in FIG. 2), as will described in greater detail below.

[00111] After the network leader broadcasts the transformed key, steps S305, S310 and S315 are performed when a member controller does not recognize the network key S N . Thus, steps S305, S310 and S315 are performed by member controllers on the vehicle data bus when the network is initially formed and are performed by the network leader and one newly added member controller when the newly added member controller requests to join the network.

[00112] At S305, the network leader broadcasts a message permitting member controllers to validate the VIN certificate of the network leader. More specifically, the network leader broadcasts a message containing a leaf nl_CERT of the VIN certificate (and not a full chain) of the network leader and a randomly generated nonce value nl_nonce. The leaf nl-CERT contains a VIN field and the public key P n i-ka of the network leader. The randomly chosen nonce value nl_nonce prevents replays.

[00113] At S310, each of the member controllers (to be part of the network) validate the VIN certificate of the network leader using the received leaf nl_CERT. More specifically, the full chain of the VIN certificate chains back to the manufacturer, owner and/or other entity. Each of the member controllers may assume the full chain of the VIN certificate is the same as its VIN certificate and uses its own VIN certificate in place of the network leader’s full chain. If a member controller determines that its VIN is not the same as the VIN associated with the network leader, the member controller does not participate in the network formation.

[00114] Moreover, each member controller sends a message permitting the network leader to validate the VIN certificate of the respective member controller. More specifically, each member controller x sends a message containing a leaf of its VIN certificate (and not a full chain) ecux_CERT and a randomly generated nonce value ecux_nonce.

[00115] The randomly generated nonce value ecux_nonce may be 128 bits and the leaf ecux_CERT may be 800 bytes. For each member controller that sends the message containing ecux_CERT to the network leader, the network leader may assume the full chain of the VIN certificate from the member controller is the same as its VIN certificate and uses its own VIN certificate in place of the network leader’s full chain. If the network leader determines that its VIN is not the same as the VIN of an associated member controller based on the leaf ecux_CERT, the member controller does not participate in the network formation. If the network leader determines that its VIN is the same as the VIN of the associated member controller, the member controller is authorized and is permitted to participate in the network formation.

[00116] While some example embodiments are described using the VIN certificate for authorizing member controllers, example embodiments are not limited thereto. In other example embodiments, member controllers that are integrated into the vehicle at the time the network leader boots may not perform the VIN certificate authorization process described in S305 and S310. The member controllers that are integrated into the vehicle may be provided in a list during the assembly process and stored by the network leader and member controllers.

[00117] The list may be updated when a transferrable member is integrated after assembly (e.g., a service part). When a non -integrated member controller is introduced to the vehicle, the non-integrated member controller may have a certificate issued by the manufacturer that ties the non-integrated member controller to the VIN.

[00118] The list contains the public keys of the member controllers and may be stored in an encrypted manner. It must be provided in a secure way such as an encrypted payload to the network leader. On installation of a non-integrated member controller, the network leader is updated with a new list that contains the public key of the installed member controller.

[00119] The network leader may share its VIN certificate with the member controllers. For each member controller, if the VIN is valid and same as the VIN for the member controller, then the member controller participates in the network formation with the network leader.

[00120] Referring back to FIG. 3, at S315, the network leader determines a shared secret S n i-ecux for each network member controller including a key for encryption Sni-ecux-enc and a key for message authentication code (MAC) Sni-ecux-mac using the nonce values nl_nonce and ecux_nonce.

[00121 ] The network leader determines the key for encryption Sni-ecux-enc and a key for message authentication code (MAC) Sni-ecux-mac as follows: nonce jomt = SHA512/256 (ecux_nonce | | nl_nonce) (1)

Sni-ecux-enc = KDF(X25519, SECOC_NETJOIN_ENC, nonce,™* | | padding) (2)

S ni-ecux-mac = KDF(X25519, SECOC_NETJOIN_MAC, nonce joint | | padding) (3)

CT = AES- 128-CTR(Sni-ecux-enc, SN, nl_nonce) (4) where SECOC_NETJOIN_ENC and SECOC_NETJOIN_MAC are constants, AES- 128- CTR is counter mode of Advanced Encryption Standard (AES) of 128 bit block size and CT (cipher text) is an encrypted shared secret between the network leader and the member controller x. X25519 is an X25519 key exchange of the public key of the controller x and the private key of the network leader (P eCux-ka , K ni-ka ) or an X25519 key exchange of the private key of the controller x and the public key of the network leader (Kecux-ka, Pnl-ka)·

[00122] The constants SECOC_NETJOIN_ENC and SECOC_NETJOIN_MAC do not have to be kept secret. By using the constants SECOC_NETJOIN_ENC and SECOC_NETJOIN_MAC, the X25519 key exchange may be used to create two different keys. In some example embodiments, the constant SECOC_NETJOIN_ENC is zero (0) and the constant SECOC_NETJOIN_MAC is one ( 1).

[00123] The padding may be the MD5 padding except the padding is a 32-bit length instead of 64 and the padding includes 8 bits of zero until 96 bits from the start of an AES block. MD5 is described in http:/ /www.faqs.org/rfcs/rfcl321.html (last visited March 14, 2019), the entire contents of which are hereby incorporated by reference.

[00124] At S315, for each network member controller, the network leader sends a message including the encrypted shared secret CT and a message authentication code of the key for message authentication code (MAC) S ni-ecux-mac and the encrypted shared secret CT. As shown in FIG. 3, the form mac(s, val) means use of the symmetric key s to create a message authentication code for the value val. The mac makes the packet tamper-evident. If someone tries to change CT, the ECU receiving the packet can detect the tampering attack.

[00125] As a result, a network is formed between the network leader and the authorized member controllers. By having possession of the network key S N , a controller is deemed to be a member of the secure network. [00126] Referring back to FIG. 2, the network leader may also start the network formation process when the network leader receives an incorrect hash (S N ) from a member controller (e.g., a newly added controller).

[00127] At S215, a rekeying process is performed by each network member controller in the network (e.g., the network leader and authorized member controllers) to generate a symmetric key Sv. The symmetric key Sv includes a symmetric key SV-ENC used to encrypt messages and a symmetric key SV-MAC to generate a MAC for each encrypted message.

[00128] In some example embodiments, the symmetric key Sv may be referred to as a vehicle key. The rekeying process is the process for generating a new symmetric key Sv and is triggered by an event such as a new power cycle (e.g., vehicle start-up), when a new controller joins the network, a security challenge, a lapse of a timer, clearing of a counter, a request to upload software to reprogram one of the network member controllers, a reset of one of the network member controllers, a rollover of a freshness and/or a reboot of one of the network member controllers. Any controller can initiate a rekeying process.

[00129] The new symmetric key may be generated using a combination of nonce values that are each generated by a TRNG or a cryptographic PRNG (seeded with at least 128 bits of entropy) and, thus, the new symmetric key may become effectively mathematically unrelated to the previous symmetric key (i.e., random). Due to the rekeying process, only network member controllers have access to the symmetric key Sv. The re keying process may take less than 1000 ms and is performed in the background such than an existing symmetric key continues to be valid until a new symmetric key is generated and used.

[00130] When the new symmetric key Sv is generated, each network member controller resets its freshness value FV to zero (or an initial value FV_INIT). In some example embodiments, the FV is a 32 -bit value and is used in calculating a MAC to be used to prevent message replays. The FV may reset to O32 at the start of a vehicle’s power cycle. When the freshness value FV of one of the network member controllers exceeds a maximum FV_MAX, that network member controller may request a rekey.

[00131 ] In some example embodiments, the secure network is rekeyed on every power cycle and after the network key Sv is determined (to be different than 012s) .

[00132] FIGS. 4-5 illustrate a rekeying process according to example embodiments. [00133] The rekeying process in FIG. 4 may be performed by any network member controller.

[00134] At S400, a network member controller starts the rekeying process when the network member controller detects a rekeying event. If the rekeying event is a power-on of the network member controller, the network member controller performs name stabilization, which may also be referred to as address claim stabilization. The name may be the NAME, as described in J1939 address claim stabilization, as provided in SAE J1939-81, March 2017, the entire contents of which are hereby incorporated by reference

[00135] The network member controller performs an address claim by broadcasting a source address it intends to use, receives source addresses from other network member controllers. During name stabilization, a network member controller may be able to communicate to another network member controller that is also claiming that address to resolve conflicts. In some example embodiments, the network member controllers are not permitted to communicate with each other for communications other than address allocation.

[00136] At S405, the network member controller generates a nonce value using a TRNG or a cryptographic PRNG (seeded with at least 128 bits of entropy). The nonce value may be 128 bits. At S410, the network member controller sends a my_nonce rekeying message initiating a rekeying process and announcing the nonce value and a one-way function value of the network key S N such as a hash of the network key S N . The network member controllers may all use the same hash function.

[00137] If the network leader detects a wrong one-way function value hash (S N ) from a member controller in the network, the network leader re-performs the network formation process described in FIG. 3. In some example embodiments, the network leader broadcasts the correct one-way function value hash (S N ) and only member controllers that do not have the correct network key S N will initiate the network formation process with the network leader.

[00138] In addition to the one-way function value of the network key S N and the nonce value, the my_nonce re keying message also includes a flag starting_rekey that is set to true. The flag starting_rekey is set to true (e.g., Is) when the network member controller believes it is the first network member controller to share a nonce value and one-way function value of the network key S N for the particular re keying process. The my_nonce rekeying message may be a CAN FD message, for example. In some example embodiments, the flag starting_rekey is 1 byte, the nonce value is 16 bytes and the one-way function value of the network key S N may be 16 bytes. Furthermore, the my_nonce re keying message may include 15 bytes of padding at the end of the rekeying message.

[00139] Using FIG. 5 as an example, member controllers ECUl , ECU2, ECU3 and ECU4 are powered on at times ti, t3, t2, , respectively. Upon being powered- on, each member controller sends a my_nonce rekeying message. Thus, the member controller ECUl sends a my_nonce rekeying message at time ti. Since, the member controller ECUl believes it is the first member controller to request rekeying, the flag starting_rekey is true. Similarly, ECU2 sends a my_nonce re keying message at time t3. Since, the member controller ECU2 believes it is the first member controller to request re keying, the flag starting_rekey is true in its re keying message. Likewise, the member controllers ECU3 and ECU4 sending re keying messages with flags starting_rekey being true.

[00140] Referring back to FIG. 4, at S415, the network member controller (e.g., ECUl) waits for the name stabilization to be complete. The network controller uses a table timer NS to wait. For example, the table timer NS may be 250 ms for the name stabilization. During the waiting period, the network member controller receives name and address indications from other network member controllers.

[00141 ] Upon the table timer NS expiring, the network member controller starts a rekeying timer rekey_timeout at S417. In some example embodiments, the rekeying timer rekey_timeout may be 250 ms. Each network member controller may have a separate rekeying timer rekey_timeout.

[00142] At S420, the network member controller determines whether a flag pending_nonce is set to a true value (e.g., Is) . The network member controller initially sets the flag pending_nonce to be true if the network member controller receives a re keying message from another controller with starting_rekey=true. Setting the flag pending_nonce to true corresponds to the empty rectangles in FIG. 5. Every network member controller, except the last controller to power-on, may eventually have pending_nonce set to true in the example embodiment of FIG. 5. Setting the flag pending_nonce to true is an indication to the network member controller to resend its nonce (the white circle in FIG. 5). If the flag pending_nonce is true, the network member controller resends the rekeying message that is the same as the re keying message sent in S410 except the flag starting_rekey is set to false (e.g., Os) at S425. [00143] By setting the flag starting_rekey to false, the network member controller indicates that it did not initiate the current rekeying process.

[00144] At S430, the network member controller then sets the flag pending_nonce to a false value (e.g., Os).

[00145] From S417 until S435 (i.e., until the rekeying timer rekey_timeout expires), the network member controller receives nonce values from all other network member controllers.

[00146] When the rekeying timer rekey_timeout of the network member controller expires at S435, the network member controller determines the new shared symmetric key Sv using the nonce values generated in step S405 (i.e., the nonce value a particular network member controller used and the nonce values received from all other network member controllers). As stated above, in some example embodiments, each network member controller has a rekeying timer rekey_timeout. Thus, the rekeying timers of the network member controllers may expire at different times.

[00147] Referring to FIG. 5, upon expiration of the timer NSi, the member controller ECUl completes the name stabilization process and the member controller ECUl starts the rekeying timer rekey_timeouti. Since the member controller ECUl did not initiate the most recent rekeying process, the member controller ECUl sends a rekeying message with the flag starting_rekey set to false. As shown in the example of FIG. 5, the member controller ECU4 starts the current rekeying process because it is the last member controller to power-on. As a result, by the time the member controller ECU4 starts the rekeying timer rekey_timeout4, the member controller ECU4 has received the nonce values (in the rekeying messages) from all other network member controllers. The network member controllers ECU1-ECU4 determine the new shared symmetric key Sv using the nonce values generated at the expiration of the rekeying timers rekey_timeoutl- rekey_timeout4, respectively.

[00148] To determine the new shared symmetric key Sv, each network member controller orders the nonce values based on the values to generate an ordered concatenation nonce aii of the nonce values. Each network member controller also performs a one-way function (e.g., a SHA512/256 hash) on the ordered concatenation nonce aii to generate the transformed values hash(nonce aii ). Since the nonce values are determined randomly, the bits of hash(nonce aii ) may be uniformly unpredictable and not knowable in advance. [00149] Using the transformed values hash(nonce aii ), each network member controller determines the new symmetric key Sv as follows:

Sv = KDF(SN, Constsecoc,hash(nonceaii)) (5) where Consts ec oc is a fixed constant.

[00150] More specifically, each network member controller waits for all other network member controllers to send a rekeying message and performs the following after waiting a threshold time (e.g., 250 ms): hash(nonceaii) = SHA512/256 (nonce i | | nonce2 | | ... | | nonce n ) (6)

Sv-ENc = KDF(S n , SECOC_REKEY_ENC, hash(nonceaii)) (7)

Sv-MAc = KDF(S n , SECOC_REKEY_MAC, hash(nonceaii)) (8) where nonce i | | nonce2 | | ... | | nonce n are the ordered nonce values of the network member controllers from least to largest, and SECOC_REKEY_ENC and SECOC_REKEY_MAC are constants (e.g. 0 and 1, respectively) to assign roles for keys from KDF (e.g., similar to SECOC_NETJOIN_ENC and SECOC_NETJOIN_MAC.

[00151] By determining the symmetric key Sv after the threshold time, the determinations can be performed without traffic on the network bus to signal the keying is done. The rekeying can be inferred after the threshold time.

[00152] Thus, the determination of the symmetric key Sv is done in parallel by each network member controller. More specifically, since each member knows the network key SN and knows all the nonce values from the rekeying process, all network member controllers should determine the same symmetric key Sv. Thus, this eliminates the transmission of the symmetric key Sv on the network bus.

[00153] Moreover, unauthorized controllers may not participate in the rekeying process because they do not know the network key S N and, as a result, cannot compute the KDF to determine the symmetric key Sv.

[00154] At S440, the network member controllers begin to use the new symmetric key Sv. The network member controllers know to use the new symmetric key Sv because each network member controller resets its FV to 0128 when using the new symmetric key Sv for a first sent message. [00155] When the flag pending_nonce is set to false (e.g., Os) by a particular network member controller, that particular network member controller clears its nonce table. Each network member controller stores a nonce table in their respective memory to contain the received nonce values associated with network member controllers, respectively, and its own generated nonce value for an iteration of the rekeying process.

[00156] FIG. 6 illustrates a timing diagram of the transition from a symmetric key Svo to a symmetric key Svi according to some example embodiments. While FIG. 6 is described from the perspective of the network leader, it should be understood that any other network member controller may perform the steps described with reference to FIG. 6.

[00157] At S600, the network leader receives a rekeying message from a first network member controller. Prior to receiving the re keying message, the network leader and other network member controllers are using the symmetric key Svo. At S602, the network leader starts a timer for the rekeying process. At S605, the network leader broadcasts a rekeying message with its nonce value to the first network member controller and a second network member controller. While the method of FIG. 6 illustrates three network member controllers, it should be understood the network may include more or less than three members.

[00158] At S610, the network leader receives a rekeying message from the second network member controller (and any other remaining network member controllers) .

[00159] At S615, the rekeying timer expires. When the rekeying timer expires, the network leader determines the symmetric key Svi at S620. After determining the symmetric key Svi, the network leader may receive messages with the symmetric key Svi or the symmetric key Svo.

[00160] For example, upon receiving a message with the symmetric key Svi at S625, the network leader starts a transition timer. The transition timer is set to a time period (e.g., 250 ms) where both the symmetric key Svi and the symmetric key Svo are used. As shown in FIG. 6, it is possible for the network leader to receive a message using the symmetric key Svo after receiving a message using symmetric key Svi due to a non-first-in-first-out (FIFO) (e.g., CAN priority arbitration and/or stuck in gateway queue) of the network.

[00161] Once the transition timer expires at S630, the network leader stops using the symmetric key Svo. [00162] FIGS. 7-9 illustrate a rekeying process according to other example embodiments.

[00163] The rekeying process in FIG. 7 may be performed by any network member controller.

[00164] At S700, a network member controller powers-on. Upon powering-on, the network member controller initiates a re keying process. At S705, the network member controller clears the nonce table. Each network member controller stores a nonce table in their respective memory to contain the received nonce values and its generated nonce value for an iteration of the rekeying process. The nonce table may be a dictionary of nonces and uses source addresses of the network member controllers, respectively as keys, and the stored nonces as the stored values.

[00165] Moreover, the network member controller sets a first rekey flag to true and a repeat rekey flag to false. Each network member controller stores a first rekey flag and a repeat re key flag in a storage device.

[00166] At S710, the network member controller performs an address claim by broadcasting a source address it intends to use, receives source addresses from other network member controllers and waits for the address claim process to complete. During name stabilization, a network member controller may be able to communicate to another network member controller that is also claiming that address to resolve conflicts. However, in some example embodiments, the network member controllers are not permitted to communicate with each other for communications other than address allocation. The network controller uses a table timer name_timeout to wait. For example, the table timer name_timeout may be 250 ms for the name stabilization to complete. During the waiting period at S710, the network member controller receives name and source address indications from other network member controllers. In example embodiments, S710 may be performed by the network member controller in accordance with J 1939 address claim stabilization, as provided in SAE J 1939-81 , March 2017, the entire contents of which are hereby incorporated by reference. The name of FIG. 7 may be the same as the NAME described in J1939.

[00167] Upon the table timer name_timeout expiring, the network member controller generates a nonce value and stores the nonce value in the nonce table at S715. The network member controller may generate the nonce value using a TRNG or a cryptographic PRNG (seeded with at least 128 bits of entropy), for example. The nonce value may be 128 bits. [00168] At S720, the network member controller determines whether the first rekey flag is set to true. During steps S700-S710, the network member controller may listen to messages being exchanged on the bus. Thus, based on the messages received, the network member controller may receive a start rekey message or a nonce value from another network member controller before proceeding S715. If the network member controller receives a start rekey message from another network member controller, the network member controller sets the first rekey flag to false and sets the repeat key flag to true.

[00169] If the network member controller determines the first rekey flag is set to true, the network member sends a start rekey message at S725. The start rekey message may be a message that has no security and may be 8 bytes long. After sending the start rekey message, the network member controller broadcasts a my_noncel rekeying message on the bus. The my_noncel rekeying message is similar to the my_nonce rekeying message in that they both contain a nonce value and a transformed value of the network key SN.

[00170] In example embodiments, the rekeying message my_noncel does not contain a flag in the message. The rekeying message my_nonce l may be 32 bytes including the nonce value (16 bytes) and the transformed value of the network key SN (16 bytes).

[00171] Referring back to S720, if the network member controller determines the first rekey flag is false, the network member controller proceeds to S735 and broadcasts the my_nonce 1 rekeying message on the bus.

[00172] At S740, the network member controller sets the repeat rekey to false and starts a rekeying timer rekey_timeout at S745. In some example embodiments, the rekeying timer rekey_timeout may be 250 ms. Each network member controller may maintain a separate rekeying timer. However, the length of the rekeying timer rekey_timeout is the same throughout the network.

[00173] At S750, the network member controller receives nonce values in my_noncel re keying messages from other network member controllers. The network member controller performs S750 until the rekeying timer rekey_timeout has expired. During S700-S765, the network member controller also monitors the bus for start rekey messages from other network member controllers and nonce values in a my_noncel rekeying message from other network member controllers. If the network member controller receives a start rekey message or a my_noncel re keying message prior to completing S750, the network member controller S745 may restart the rekeying timer rekey_timeout, as described in FIGS. 8 and 9. If the network member controller receives a start rekey message or a my_nonce 1 re keying message after completing S750, the network member controller may calculate symmetric key Sv using the nonce values obtained before completion of S750. Even after the network member controller calculates the new symmetric key Sv, the network member controller may continue to look for a start rekey and my_noncel messages.

[00174] FIG. 8 illustrates a process of receiving a start rekey message from another network member controller. At S800, the network member controller receives a start rekey message from another network member controller. At S805, the network member controller then sets its first rekey flag to false and its repeat rekey flag to true. At S810, the network member controller then determines whether the rekeying timer rekey_timeout is running. If the network member controller determines the rekeying timer rekey_timeout is running, the network member controller restarts rekeying timer rekey_timeout at S815. In more detail, S815 may be performed at step S745. Thus, after restarting the rekeying timer rekey_timeout at S815, the network member controller may monitor the bus and receive nonce values at S750, shown in FIG. 7.

[00175] FIG. 9 illustrates a process of receiving a my_noncel rekeying message from another network member controller. At S905, the network member controller receives a my_noncel re keying message from another network member controller. Upon receiving the my_noncel rekeying message, the network member controller updates the nonce table at S910. More specifically, the network member controller associates the source address of the other network member controller with the received nonce value.

[00176] At S915, the network member controller determines whether the table timer name_timeout is running. If the network member controller determines the table timer name_timeout is running, the network member controller is in the name stabilization process and the method ends.

[00177] If the network member controller determines the table timer name_timeout is not running at S915, the network member controller determines whether the rekeying timer rekey_timeout is running at S920. If the rekeying timer rekey_timeout is not running, the network member controller determines that a rekeying initiated from another network member controller is occurring and goes to step B (in FIG. 7) at S925. If the network member controller determines the rekeying timer rekey_timeout is running, the network member controller determines whether the repeat rekey flag is true at S930. If the network member controller determines the repeat re key flag is true, the network member controller determines that a nonce value previously sent by the network member controller during the rekeying process should be sent again. Therefore, at S935, the network member controller goes to step C in FIG. 7, wherein the nonce value is again sent in a my_noncel rekeying message. If the network member controller determines that the repeat rekey flag is false, the network member controller restarts the re keying timer rekey_timeout at S940. It should be noted that S940 may be the same as S745. Thus, after restarting the rekeying timer rekey_timeout at S940, the network member controller continues to monitor the bus for my_noncel re keying messages from other network member controllers.

[00178] Referring back to FIG. 7, when the rekeying timer rekey_timeout expires at S750, the network member controller determines the new shared symmetric key Sv using the nonce value generated in step S715 and the nonce values received from the other network member controllers at S765 (i.e., the nonce value a particular network member controller used and the nonce values received from all other network member controllers). At S765, the network member controller clears the nonce table and sets the first rekey flag to true and the repeat rekey flag to false.

[00179] FIGS. 10A- 10C illustrate timing diagrams of example embodiments of the methods described in FIGS. 7-9.

[00180] FIG. 10A illustrates a timing diagram where all network member controllers are aware of the start rekey message during name stabilization.

[00181] As shown in FIG. 10A, network member controllers ECUl , ECU2 and ECU3 power on and send an address claim at ti-t3, respectively, where ECUl powers on before the network member controllers ECU2 and ECU3 and the network member controller ECU2 powers on before the network member controller ECU3. Each network member controller ECU1-ECU3 starts the table timer name_timeout upon sending an address claim.

[00182] At t3, the table timer name_timeoutl for the network member controller ECUl expires and the network member controller ECUl completes the name stabilization process. At , the network member controller ECUl then sends a start rekey message on the bus. The network member controllers ECU2 and ECU3 are in the name stabilization process (i.e., the table timers name_timeout2 and name_timeout3 are running) at U. Consequently, the network member controllers ECU2 and ECU3 receiving the start rekey message from the network member controller ECU1.

[00183] At is, the network member controller ECUl sends a my_nonce l rekeying message with a nonce value (a first nonce value). At ts, the network member controller ECU2 has completed the name stabilization process and the network member controller ECU3 is in the name stabilization process. Consequently, the network member controllers ECU2 and ECU3 receive the my_noncel rekeying message with the nonce value generated by the network member controller ECUl .

[00184] Because the network member controllers ECU2 and ECU3 received the start rekey message from the network member controller ECUl, the network member controllers ECU2 and ECU3 reset their first rekey flags to false (see FIG. 8). Therefore, in the example embodiment of FIG. 10A, the network member controller ECU2 generates a nonce value (second nonce value) and sends the nonce value on the bus in a my_nonce l rekeying message at te and does not send a start rekey message. The network member controllers ECUl and ECU3 restart their rekeying timers rekey_timeout upon receiving the second nonce value.

[00185] Similarly, at te, the network member controllers ECU3 generates a nonce value (third nonce value) and sends the third nonce value on the bus in a my_noncel rekeying message and does not send a start rekey message. At te, the network member controllers ECUl and ECU2 restart their rekeying timers rekey_timeout upon receiving the third nonce value.

[00186] At te, when all network member controllers receive the third nonce value from the network member controller ECU3, each network member controller starts a rekeying timer rekey_timeout. When a rekeying timer rekey_timeout expires for a particular network member controller, the particular network member controller determines the new shared symmetric key Sv using the first nonce value, the second nonce value and the third nonce value. It should be noted that the shared symmetric key Sv is determined using the same algorithms as described above (e.g., equations (5)-(8)).

[00187] FIG. 10B illustrates a timing diagram of a rekeying process according to example embodiments where two network member controllers each provide a start rekey message on a bus at a same time.

[00188] As shown in FIG. 10B, network member controllers ECUl and ECU2 power on and/or join the network and send an address claim at ti. Each network member controller ECU1-ECU2 starts the table timer name_timeout upon sending an address claim.

[00189] At t and during the name stabilization processes of the network member controllers ECUl and ECU2, the network member controller ECU3 powers on and/or joins the network and sends an address claim.

[00190] At t3, the table timer name_timeoutl for the network member controller ECUl and the table timer name_timeout2 for the network member controller ECU2 expire and the network member controllers ECUl and ECU2 complete the name stabilization process. At Ϊ4, the network member controllers ECUl and ECU2 then send a start rekey message on the bus. The network member controller ECU3 is in the name stabilization process (i.e., the table timer name_timeout3 is running) at t4. Consequently, the network member controller ECU3 receives the start rekey messages from the network member controllers ECUl and ECU2. The network member controller ECUl receives the start re key message from the network member controller ECU2 and the network member controller ECU2 receives the start rekey message from the network member controller ECUl. Because each of the network member controllers ECU1-ECU3 receive a start rekey message, each network member controller ECU1-ECU3 sets a first rekey flag to false (at S805 in FIG. 8) and sets a repeat rekey flag to true (a S805 in FIG. 8).

[00191] At is, after sending the start rekey messages, the network member controllers ECUl and ECU2 send my_noncel rekeying messages with their respective nonce values (a first nonce value associated with the network member controller ECUl and a second nonce value associated with the network member controller ECU2) (e.g., S735 of FIG. 7). The network member controller ECUl receives the second nonce value and the network member controller ECU2 receives the first nonce value.

[00192] At is, the network member controllers ECUl and ECU2 start re keying timers rekey_timeout.

[00193] At is, network member controller ECU3 is in the name stabilization process. Consequently, the network member controller ECU3 receives the my_noncel rekeying messages with the first and second nonce values, respectively.

[00194] At te, the network member controller ECUl sends a my_nonce l rekeying message with the first nonce value in response to the start rekey message from the network member controller ECU2 (steps S930 and S935 in FIG. 9). At te, the network member controller ECU2 sends a my_noncel rekeying message with the second nonce value in response to the start rekey message from the network member controller ECUl (steps S930 and S935 in FIG. 9). The network member controller ECU3 is in the name stabilization process at te and does not send a my_noncel rekeying message.

[00195] As shown in FIG. 7, a network member controller sends a my_noncel rekeying message after sending a start rekey message. Thus, when another network member controller receives the start re key message, the another network member controller also receives the my_nonce l rekeying message. Accordingly, the another network member controller, performs FIG. 8 (setting the repeat flag to true), sees that the repeat flag is true, and goes to C (in FIG. 7) where the another network member controller resends its associated nonce value.

[00196] At t7, the table timer name_timeout3 for the network member controller ECU3 expires and the network member controller ECU3 completes the name stabilization process. At te, the network member controller ECU3 generates a nonce value (third nonce value) and sends the nonce value on the bus in a my_noncel rekeying message and does not send a start rekey message (at S720 and S735 in FIG. 7).

[00197] The time span between when the rekey timer was last restart and te is less than the time period of the rekeying timer rekey_timeout. Upon sending/receiving the third nonce values, the network member controllers ECU1- ECU3 restart their rekeying timers rekey_timeout, respectively. At tg, when all network member controllers have the third nonce value from the network member controller ECU3, each network member controller starts a rekeying timer rekey_timeout. When a rekeying timer rekey_timeout expires for a particular network member controller, the particular network member controller determines the new shared symmetric key Sv using the first nonce value, the second nonce value and the third nonce value. It should be noted that the shared symmetric key Svis determined using the same algorithms as described above (e.g., equations (5)-(8)).

[00198] FIG. IOC illustrates a timing diagram of a rekeying process according to example embodiments where a network member controller joins the network and/or powers on after a start rekey message is sent.

[00199] As shown in FIG. IOC, the network member controller sends a start rekey message on the bus at ts. Since network member controllers ECU2-ECU4 send an address claim before ts, the network member controllers ECU2-ECU4 receive the start re key message from the network member controller ECUl . [00200] A network member ECU5 sends an address claim at te and after the network member controller ECUl sends the start rekey message. When the network member controller ECU5 completes the name stabilization process, the network member controller ECU5 sends a start rekey message at tn. In FIG. IOC, the time period between tio and tn is less the period of time of the re keying timer rekey_timeout.

[00201] At tn, the network member controller ECU5 generates a nonce value and sends the nonce value in a my_noncel rekeying message for the start rekey message the network member controller ECU5 sent at tn.

[00202] At ti3, the network member controllers ECU1-ECU4 rebroadcast the nonce values, respectively, in response to the start rekey message generated by the network member controller ECU5 and send the nonce values on the bus. The network member controllers ECU1-ECU5 re-start a rekeying timer rekey_timeout every time they receive a nonce value. When a re keying timer rekey_timeout expires for a particular network member controller, the particular network member controller determines the new shared symmetric key Sv using the nonce values of the network member controllers ECU1-ECU5. It should be noted that the shared symmetric key Sv is determined using the same algorithms as described above (e.g., equations (5)-(8)).

[00203] FIG. 11 illustrates a timing diagram of the transition from a symmetric key Svo to a symmetric key Svi according to some example embodiments in accordance with FIGS. 7- IOC. While FIG. 11 is described from the perspective of the network leader, it should be understood that any other network member controller may perform the steps described with reference to FIG. 1 1.

[00204] At SI 100, the network leader receives a start rekey message from a first network member controller. Prior to receiving the start rekey message, the network leader and other network member controllers are using the symmetric key Svo. At SI 102, the network leader receives a my_noncel rekeying message with a nonce value generated by the first network controller member.

[00205] At SI 105, the network leader broadcasts a rekeying message with its nonce value to the first network member controller and a second network member controller. Moreover, the network leader receives a broadcasted my_noncel rekeying message from the second network member controller with a nonce value generated by the second network member controller (and any other remaining network member controllers). While the method of FIG. 1 1 illustrates three network member controllers, it should be understood the network may include more or less than three members.

[00206] At SI 107 and after SI 105, the network leader starts a rekeying timer rekey_timeout for the rekeying process after receiving the nonce values from the network member controllers in the network.

[00207] At S I 115, the re keying timer rekey_timeout of the network leader expires. When the rekeying timer expires, the network leader determines the symmetric key Svi at S I 120. After determining the symmetric key Svi, the network leader may receive messages with the symmetric key Svi or the symmetric key Svo.

[00208] For example, upon receiving a message with the symmetric key Svi at SI 125, the network leader starts a transition timer. The transition timer is set to a time period (e.g., 250 ms) where both the symmetric key Svi and the symmetric key Svo are used. As shown in FIG. 1 1, it is possible for the network leader to receive a message using the symmetric key Svo after receiving a message using symmetric key Svi due to a non-first-in-first-out (FIFO) (e.g., CAN priority arbitration and/or stuck in gateway queue) of the network.

[00209] Once the transition timer expires at S I 130, the network leader stops using the symmetric key Svo.

[00210] In example embodiments, each transmitter has a field value FV X . In example embodiments described herein, each network member controller has a single transmitter. Thus, for the sake of clarity, the below description recites a FV of a network member controller which refers to the FV of the transmitter of the network member controller. However, it should be understood that a controller may have more than one transmitter.

[00211 ] Thus, the FV X is not global, rather each network member controller has its own FV (e.g., FVi-FV for J network member controllers). The FV X of a network member controller is incremented monotonically when a message is created and loaded in a transmit queue of the network member controller. The transmit queue may not be first-in-first-out (FIFO). Thus, messages may leave the queue with FVs out of order (e.g., CAN FD priority arbitration).

[00212] In some example embodiments, the network member controllers use a sliding window to receive out of order messages. More specifically, each network member controller tracks the FV X of each transmitting network member controller x that the network member controller receives messages from. The receiving network member controller may accept out-of-order FVs in a window. In an example embodiment, the window is 64 counts.

[00213] In example embodiments, the network member controller does not reuse a FV value for a symmetric key Sv such that messages are not rejected as a replay. When a network member controller receives a message from a transmitting network member controller with a reused FV, the receiving network member controller rejects the message. After a fixed number of rejected messages, the receiving member starts the rekeying process.

[00214] Each network member controller stores two sliding windows for each other network member controller the network member controller is listening to. Each network member controller may have two freshness value sliding windows to take into account when the network member controller receives valid messages from another transmitter with the old symmetric key Sv (e.g., Svo) while also receiving valid messages with a new symmetric key Sv (e.g., Svi). In some example embodiments, the sliding windows are stored in random access memory (RAM).

[00215] FIG. 12 illustrates a method of managing freshness values according to some example embodiments. The method of FIG. 12 can be performed by any one of the network member controllers that receives messages (a receiving controller) from another network member controller (a transmitting controller) .

[00216] At S1205, the network member controller determines whether a rekeying process is occurring (e.g., S400-S435 in FIG. 4).

[00217] If the network member controller determines a rekeying process is not occurring, the network member controller uses the key indicated by the key index (S 1210) (i.e., Svo or Svi where 0 and 1 are index values). In the description below, FVo is the freshness value associated with the symmetric key Svo and FVi is the freshness value associated with the symmetric key Svi. The subscripts used in FIG. 12 correspond to the index and symmetric key.

[00218] If the network member controller determines a rekeying process is occurring, the network member controller determines whether the freshness value FVo in the received message is fresh for the symmetric key Svo at S 1215. More specifically, the network member controller determines whether the received freshness value FVo has been reused, or is too old (the difference between the maximum freshness value FVo value received and the freshness value FVo value in the message exceeds the window (e.g., 64)). [00219] If the network member controller determines the freshness value FVo to be fresh, the network member controller determines if the received message is valid at S1220. The network member controller calculates a tag’* (described in more detail with reference to FIG. 13B) and compares the tag to a tag* in the received message. If the tag’* matches tag* then the message is valid.

[00220] If the network member controller determines the received message is not valid, the process proceeds to S 1230.

[00221] If the network member controller determines the received message is valid, the network member controller updates the sliding window associated with the transmitting network member controller and the symmetric key Svo (windowo), at SI 225. The sliding window may be 64 bits, with one bit per FV, where W tk is a sliding window bit field managed by a receiving network member controller for a transmitting network member controller t and k indicates the symmetric key being used (the symmetric key Svo or the symmetric key Svi)

Wtk = b 63 · · · bo = W tk [63] ... W tk [0] and (9)

W tk [63] == 1 (10)

[00222] The receiving network member controller slides the window associated with the transmitting network member controller and the symmetric key Svo when the receiving network member controller receives a FV from the transmitting network member controller that is greater than the maximum FVo the receiving network member controller has received so far from the transmitting network member controller using the symmetric key Svo. Note the receiving network member controller tracks the previous 63 FVs transmitted to and received by the receiving network member controller.

[00223] If the received freshness value FVo has been reused or exceeds a maximum freshness value FVo, the freshness value FVo is determined to not be fresh at S 1215 and the network member controller determines whether a rekeying process is occurring at S 1230.

[00224] At SI 230, the network member controller again determines whether a rekeying process is occurring. If the network member controller determines that a rekeying process is not occurring at S1230, the network member controller determines the received message is an invalid message (e.g., the received message is not fresh or the tag is wrong) .

[00225] If the network member controller determines that a rekeying process is occurring, the network member controller drops the received message at S 1235. Each network member controller stores a counter, dropCnt x , to determine the state of communications using the tables.

[00226] At S1235, the network member controller increases the counter dropCnt x when the network member controller determines no rekeying is occurring at S1230. Tables 4-5 illustrate the operation of the network member controller based on values of the counter dropCnt x .

Table 4

Table 5

[00227] If the network member controller determines a rekeying process is occurring at S1230 or receives a message using the symmetric key Svi at S 1210, the network member controller determines whether the freshness value FVi in the received message is fresh for the symmetric key Svi at S1240.

[00228] S1245, S1250 and S1255 are performed in the same manner as S1220,

S1225 and S 1235, except S1245 and S1250 are performed with respect to the symmetric key Svi.

[00229] FIG. 13A illustrates a CAN FD message format. As shown in FIG. 13A, a CAN FD message 1300 includes a header field 1305, a data field 1310 and a trailer 1315. The data field 810 can be 12, 16, 20, 24, 32, 48 or 64 bytes.

[00230] FIG. 13B illustrates a data field format for a 128 bit length data field according to example embodiments. [00231] As shown in FIG. 13B, the format includes a data field 1320, a FV field 1325, an encryption field 1330 and a tag* field 1335.

[00232] The encryption field 1330 is one bit and indicates whether a message is encrypted. A bit value of 1 may indicate that the message is encrypted and a bit value of 0 may indicate the message is not encrypted. The types of messages (e.g., parameter group numbers (PGNs)) that are to be sent securely (and possibly encrypted), may be determined and/or selected based on specific requirements and may be built into programming payloads for each controller.

[00233] The data field 1320 is 0 to 64 bits of encrypted data CT. As shown in FIG. 13B, the encrypted data CT is generated as follows:

AES- 128-CTR(S V -ENC, PT, IV) where PT is plaintext data to encrypt and IV is a combination of a nonce value and AES block count that is incremented for each 128 bit block that is encrypted.

[00234] The FV field 1325 is between the data field 1320 and the encryption field 1330 and may be 32 bits.

[00235] The tag* field 1335 is after the encryption field 1330. The tag* field 1335 includes a truncated tag that is the 31 leftmost bits (e.g., most significant bits) of:

CMAC(S V -M AC , nonce | | CT) where the nonce value in the CMAC is msg-id | I FV | | E | | Os where msg-id is a 29-bit identifier (e.g., CAN arbitration ID) less 3 priority bits.

[00236] When a receiving network member receives a message with non- encrypted data PT, the receiving network member controller calculates a candidate truncated tag’* using the non-encrypted data PT, the FV and E bit. The receiving network member calculates the candidate tag’ by CMAC(SV-MAC, nonce | | PT). The receiving network member then determines the candidate truncated tag’* as the 31 leftmost bits of the candidate tag’. If the candidate truncated tag’* is the same as the truncated tag*, the receiving network member determines the received message is valid and not tampered with. The receiving network member gets all the information it needs for the nonce in the message. The receiving network member builds the identifier msg-id from the header 1305, the freshness value in the FV field 1325, the encryption bit E in the encryption field 1330.

[00237] When a receiving network member receives a message with the encrypted data CT, the receiving network member controller calculates a candidate truncated tag’* using the encrypted data CT and the FV. The receiving network member calculates the candidate tag’ by CMAC(S V-MAC , nonce | | CT). The receiving network member then determines the candidate truncated tag’* as the 31 leftmost bits of the candidate tag’. If the candidate truncated tag’* is the same as the truncated tag*, the receiving network member determines the received message is valid and not tampered with. The receiving network member then decrypts CT as

AES- 128-CTR(S V-ENC ,CT,IV)

[00238] Example embodiments being thus described, the same may be varied in many ways. Such variations are not to be regarded as a departure from the spirit and scope of example embodiments, and all such modifications as would be obvious to one skilled in the art are intended to be included within the scope of the claims.