US12169588B2 - Securing external data storage for a secure element integrated on a system-on-chip - Google Patents
Securing external data storage for a secure element integrated on a system-on-chip Download PDFInfo
- Publication number
- US12169588B2 US12169588B2 US17/439,368 US201917439368A US12169588B2 US 12169588 B2 US12169588 B2 US 12169588B2 US 201917439368 A US201917439368 A US 201917439368A US 12169588 B2 US12169588 B2 US 12169588B2
- Authority
- US
- United States
- Prior art keywords
- flash
- secure
- cryptographic key
- flash memory
- sensitive information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/70—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
- G06F21/78—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data
- G06F21/79—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data in semiconductor storage media, e.g. directly-addressable memories
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6209—Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
Definitions
- a computing system may include a system-on-chip (SoC) as a main processing complex and one or more secure elements that execute specialized functions related to sensitive information.
- SoC system-on-chip
- a secure element can include its own internal flash for non-volatile storage.
- the secure element is integrated into the SoC for performance reasons. Rather than an internal flash that potentially slows down the performance of the SoC, an integrated secure element may use an external flash for storage. Storing sensitive information on a flash placed outside the SoC risks exposing the sensitive information if the external flash is ever compromised.
- a method for securing sensitive information at an external flash of a computing system includes communicating, by an integrated secure element of a system-on-chip and over a dedicated channel between the integrated secure element and a second flash of the computing system, information for determining a shared secret key based on a respective copy of public and private keys preprogrammed into each of the integrated secure element and the second flash; securing, based on the shared secret key, the dedicated channel to provide the integrated secure element with exclusive access to a flash cryptographic key stored by the second flash; responsive to securing the dedicated channel, accessing, via the dedicated channel, the flash cryptographic key stored by the second flash; and encrypting or decrypting, using the flash cryptographic key, sensitive information stored at the external flash.
- FIG. 1 is a conceptual diagram illustrating an example system that secures external data storage for an integrated secure element.
- FIG. 2 is a conceptual diagram illustrating an example system as a computing device that secures external data storage for an integrated secure element.
- FIG. 3 is a conceptual diagram illustrating an example system that secures external data storage for an integrated secure element.
- FIG. 4 is a conceptual diagram illustrating an example system that secures external data storage for multiple integrated secure elements.
- FIG. 5 is a flow-chart illustrating example operations performed by an example system that secures external data storage for an integrated secure element.
- SoC system-on-chip
- SoC system-on-chip
- a secure flash to manage a cryptographic key for securing sensitive information stored on an unsecured external flash, i.e., a flash that is external to the SoC.
- the security provided by the combination of components is scalable to secure increasing amounts of sensitive information, without compromising usability.
- a computing system such as a mobile telephone, includes the SoC as a main processing complex and an external flash.
- the SoC includes an integrated secure element, or multiple secure elements, for executing specialized functions using sensitive information.
- the sensitive information is stored with other information on the external flash.
- the external flash is typically “the device flash” and delivers high-performance, reliability, and a large amount of storage space.
- the terms “external flash” and “external data storage” are used herein to reference a flash memory or other types of non-volatile data storage that is physically distinct and separated from a SoC and secure elements integrated on the SoC. Also sometimes referred to as a separate component or separate chip, an external flash or other external data storage, as referred to herein, is accessible to a SoC but not integrated on the SoC and is therefore external to the SoC. The external flash is unsecured. Besides the SoC, other components of, and entities with access to, the computing system can potentially access the sensitive information stored on the external flash.
- the integrated secure element secures the sensitive information before writing the sensitive information to the external flash.
- the integrated secure element computes and stores a Message authentication Code (MAC) associated with the sensitive information and encrypts the sensitive information with a flash cryptographic key before writing the sensitive information to the external flash.
- MAC Message authentication Code
- the integrated secure element after reading the sensitive information from the external flash, decrypts the sensitive information and verifies the MAC stored when the sensitive information was encrypted. Without the flash cryptographic key, the sensitive information is secured and unusable.
- the integrated secure element delivers what is referred to in cryptography as “perfect forward security” by changing the cryptographic key automatically.
- the flash cryptographic key is ever compromised, the flash cryptographic key is automatically updated before each encryption and subsequent write of data.
- the integrated secure element like other components of the SoC, is without its own internal data storage.
- the computing system includes a smaller, secure flash with a dedicated communication channel linking the integrated secure element to the secure flash.
- the role of the secure flash is to supplement the integrated secure element to protect sensitive information stored on the external flash.
- the secure flash can store anti-replay counters, timestamp data, or other security information to prevent a replay or other type of attack. Because the secure flash stores the flash cryptographic key and other security information, and not the sensitive information stored on the external flash, the secure flash can be much smaller than the external flash; the secure flash may be a fraction of the size of the external flash. With future upgrades to the system, the size of the sensitive information can grow with increases in size to the external flash, however the integrated secure element and the secure flash do not also have to increase in size to scale accordingly.
- the secure flash maintains the flash cryptographic key and optionally, other security information, in a secure environment outside the SoC, and the integrated secure element accesses the flash cryptographic key from the SoC using the dedicated communication channel.
- the integrated secure element and the secure flash secure the dedicated communication channel using a secure communication protocol, such as the Electronic Communication Diffie-Hellman key exchange protocol or “ECDH”.
- ECDH enables two entities to jointly establish a shared secret key over an otherwise insecure channel.
- the shared secret key is used to sign communications using a symmetric key cipher.
- the integrated secure element and the secure flash are assigned matching key information, e.g., the integrated secure element and the secure flash are each assigned the same certified public key and a unique private key pair.
- Communications over the dedicated communication channel are signed by each generating party. The non-generating party in each communication verifies the authenticity of the signature on a communication against an expected signature produced with the shared secret key.
- the secure flash and the integrated secure element agree on the shared secret key dynamically, enabling secure communication over the dedicated communication channel without maintaining a master secret to generate or protect the flash cryptographic key(s). This way, even if the dedicated communication channel is compromised by an unauthorized listener or a replay attack, the data (e.g., the flash cryptographic key) exchanged over the dedicated channel is secured by implementing the prior-established secure-communication-protocol.
- the secure flash and the integrated secure element are linked; the secure flash automatically generates a new flash cryptographic key on a regular basis, following a set-schedule, randomly, periodically, or in response to an event. For example, the secure flash generates a new flash cryptographic key once per day. The secure flash can generate a new flash cryptographic key in response to an impending write by the integrated secure element. In this way, the computing system protects sensitive information with what is commonly referred to in secure-computing as “perfect forward security”.
- a secure flash, a non-secure flash, and an integrated secure element on a SoC in combination, promote expansion and security of sensitive information maintained by a computing system, without compromising usability.
- an integrated secure element, of a SoC that secures external data storage.
- the SoC stores data on a main external flash.
- a second external flash is assigned to the secure element.
- the second flash stores a flash cryptographic key.
- the secure element and the second flash are each provisioned with matching certified public keys and corresponding private keys. Given the public and private keys, and a predetermined cipher, the secure element and the second flash establish a secure channel based on a shared secret key.
- the secure element and the second flash communicate updates to the flash cryptographic key over the secure channel.
- the secure element executes specialized functions including automatically encrypting data it stores on the main external flash using the flash cryptographic key as the flash cryptographic key is regularly updated by the second flash.
- the integrated secure element 110 and the secure flash 114 communicate using a direct channel 112 .
- the direct channel 112 while dedicated to the integrated secure element 110 , may or may not be secure. Other entities with access to the SoC 108 or other parts of the system 100 may have access to the direct channel 112 .
- the main flash 102 can be any non-volatile memory component used for storing data, such as any type of electronically erasable programmable read-only memory (EEPROM). Although described primarily as flash memory, the main flash 102 can be non-flash storage. In a mobile phone context, the main flash 102 may be the “device flash”. The main flash 102 is shared by the SoC 108 and other components of the system 100 (not shown). Unless the information is secured before being writing to the main flash 102 , any entity with access to the system 100 may be able to read or modify the information on the main flash 102 . As described in greater detail below, the main flash 102 is configured to store the sensitive information 104 that has been encrypted with the flash cryptographic key 116 .
- EEPROM electronically erasable programmable read-only memory
- the integrated secure element 110 may perform an authentication function (e.g., facial authentication, fingerprint authentication, other biometric security authentication) and require a portion of the main flash 102 to preserve authentication data (e.g., a user's biometric fingerprint) during an initialization for subsequent use and retrieval during future authentication requests.
- an authentication function e.g., facial authentication, fingerprint authentication, other biometric security authentication
- authentication data e.g., a user's biometric fingerprint
- the secure flash 114 is a secondary non-volatile memory component of the system 100 .
- the secure flash 114 can include any flash type memory and/or non-flash type memory configured to securely store data.
- the secure flash 114 is typically smaller in storage capacity relative to the main flash 102 .
- the secure flash 114 provides sufficient storage (e.g., a fraction of the capacity of the main flash 102 ) to hold the flash cryptographic key 116 and other information to protect the sensitive information 104 written to the main flash 102 .
- the data maintained by the secure flash 114 is only accessible through the direct channel 112 .
- the system 100 prevents unauthorizes access to the information stored on the secure flash 114 by securing the direct channel 112 .
- FIG. 2 is a conceptual diagram illustrating an example system 200 as a computing device 202 with a secure element architecture including secure external data storage.
- the computing device 202 is an example computing environment or application for the system 100 of FIG. 1 , with some additional detail.
- the computing device 202 can be a mobile phone 202 - 1 or automotive device, a tablet device 202 - 2 , a laptop computer 202 - 3 , a television/display or desktop computer 202 - 4 , a computerized watch 202 - 5 , or other wearable device 202 - 6 , a game controller 202 - 7 , a networked multimedia or voice assistant system 202 - 8 , or an appliance 202 - 9 .
- the computing device 202 includes a computer-readable media 204 including the main flash 102 and the secure flash 114 .
- the computing device 202 further includes the SoC 108 and the integrated secure element 110 , which make up the rest of the system 100 from FIG. 1 .
- the computing device 202 also includes one or more communication components 212 and one or more input/output components 214 .
- the SoC 108 also includes one or more processing units 206 , one or more communication interfaces 208 , and one or more input/output interfaces 210 .
- the processing units 206 of the SoC 108 processes computer-executable instructions to perform operations and execute functions of the computing device 202 .
- the processing units 206 may include any combination of one or more controllers, microcontrollers, processors, microprocessors, hardware processors, hardware processing units, digital-signal-processors, graphics processors, graphics processing units, video processors, video processing units, and the like.
- the computer-readable media 204 store information and process the instructions that are executed by the processing units 206 to perform operations and execute functions.
- the computer-readable media 204 is configured to provide the computing device 202 with persistent and/or non-persistent storage of executable instructions (e.g., firmware, recovery firmware, software, applications, modules, programs, functions, and the like) and data (e.g., user data, operational data, scan results) to support execution of the executable instructions.
- executable instructions e.g., firmware, recovery firmware, software, applications, modules, programs, functions, and the like
- data e.g., user data, operational data, scan results
- Examples of the computer-readable media 204 include volatile memory and non-volatile memory, fixed and removable media devices, and any suitable memory device or electronic data storage that maintains executable instructions and supporting data.
- the computer-readable media 204 can include various implementations of random-access memory (RAM), read-only memory (ROM), flash memory, and other types of storage memory in various memory device configurations.
- the computer-readable media 204 excludes propagating signals.
- the computer-readable media 204 may be a solid-state drive (SSD) or a hard disk drive (HDD).
- SSD solid-state drive
- HDD hard disk drive
- the computer-readable media 204 in the example of FIG. 2 includes the main flash 102 and the secure flash 114 as flash memory examples of the computer-readable media 204 .
- the communication components 212 enable wired and/or wireless communication of device data between the computing device 202 and other devices, computing systems, and networks.
- the communication components 212 can include receivers, transmitters, and transceivers for various types of wired and wireless communications.
- a cellular radio for connecting to a base station of a cellular network and a short-range radio configured to connect to an access point of a wireless local area network (WLAN) are examples of the communication components 212 .
- the SoC 108 includes the communication interfaces 208 to handle messaging and protocols associated with communications being transmitted and received using the communication components 212 .
- the input/output components 214 provide connectivity to the computing device 202 .
- the input/output components 214 can include a user interface device that manages a user interface of the computing device 202 , such as a user interface to an operating system.
- the input/output components 214 may provide additional connectivity, beyond just the user interface device.
- the input/output components 214 can operate as a presence-sensitive display or touchscreen including a display and a presence-sensitive-input or touch-input component operatively coupled to (and in some cases physically integrated with) the display.
- the input/output components 214 can include sensors for obtaining contextual information indicative of a physical operating environment of the computing device 202 and/or characteristics of the computing device 202 .
- Sensor examples of the input/output components 214 include camera sensors, optical sensors, infrared sensors, radar sensors, movement sensors, temperature sensors, position sensors, proximity sensors, other light sensors, moisture sensors, pressure sensors, and the like.
- the input/output components 214 may provide additional connectivity, beyond just the user interface device 216 and the sensors.
- Input/output devices 214 can also include data interfaces or data input ports for receiving data, including user inputs, communication data, audio data, video data, image data, and the like.
- the processing units 206 may tailor operations according to input information obtained by the input/output interfaces 210 from the input/output components 214 . Likewise, based on information obtained by the communication interfaces 208 from the communication components 212 , the processing units 206 tailor operations according to incoming or outgoing communications.
- the computing device 202 as a computerized watch 202 - 5 worn by a user purchasing a product at a store.
- the communication components 212 detect short-range communication signals from a cash register as the user stands in line to pay the store's cashier.
- the communication interfaces 208 and the communication components 212 are linked.
- the processing units 206 receive information from the communication interfaces 208 based on the communication signals received by the communication components 212 .
- the integrated secure element 110 acts on the information received by the processing units 206 , e.g., to complete a payment function with the cash register.
- the integrated secure element 110 uses a flash cryptographic key stored at the secure flash 114 to decrypt banking information being stored on the main flash 102 , as encrypted data.
- the integrated secure element 110 receives the flash cryptographic key from the secure flash 114 over a dedicated channel.
- the dedicated channel is secured according to a secure communication protocol based on a secret key established during negotiations between the integrated secure element 110 and the secure flash 114 .
- the integrated secure element 110 automatically process the payment using the decrypted banking information obtained from the main flash 102 .
- the integrated secure element 110 can communicate with the input/output interfaces 210 to support a user interface provided by the input/output components 214 .
- the integrated secure element 110 sends a signal through the processing units 206 to the input/output components 214 , the signal indicating when payment is complete. In response to the signal indicating when the payment is complete, the input/output components 214 alter the user interface to indicate a successful payment to the user.
- FIG. 3 is a conceptual diagram illustrating an example system 300 with a secure element architecture including secure external data storage.
- the system 300 includes similar components to that shown in the systems 100 and 200 illustrated in FIGS. 1 and 2 .
- the system 300 includes a first external memory 302 (referred to simply as “first memory 302 ”) and two secure external memories, a secure memory 314 - 1 and a secure memory 314 - 2 .
- the first memory 302 may be a device memory or a device flash similar to the main flash 102 .
- Each of the two-second memories 314 - 1 and 314 - 2 is a secure memory and may each be a secure flash like the secure flash 114 .
- One or both of the second memories 314 - 1 and 314 - 2 may be a different type of secure memory.
- the system 300 includes a SoC 308 similar to the SoC 108 .
- the SoC 308 includes multiple integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 .
- Each of the integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 is an example of the integrated secure element 110 .
- the first memory 302 and the system on chip 308 are communicatively coupled via a memory bus 306 .
- Other components of the system 300 can access the first memory 302 using the memory bus 306 .
- Dedicated channels 312 - 1 and 312 - 2 communicatively couple the multiple integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 to the secure memories 314 - 1 and 314 - 2 .
- the dedicated channel 312 - 1 communicatively couples the integrated secure elements 310 - 1 and 310 - 2 to the secure memory 314 - 1 .
- the dedicated channel 312 - 2 communicatively couples the integrated secure element 310 - 3 to the secure memory 314 - 2 .
- the first memory 302 stores data 304 - 1 , data 304 - 2 , data 304 - 3 , and data 304 - 4 .
- the integrated secure element 310 - 1 secures the data 304 - 1 by encrypting the data 304 - 1 before the first memory 302 writes the data 304 - 1 .
- the integrated secure element 310 - 2 encrypts the data 304 - 2 before the data 304 - 2 is written to the first memory 302 .
- the integrated secure element 310 - 3 manages both the data 304 - 3 and the data 304 - 4 .
- the integrated secure element 310 - 3 encrypts the data 304 - 3 or the data 304 - 4 before the first memory 302 writes the data 304 - 3 or the data 304 - 4 .
- the secure memory 314 - 1 stores a cryptographic key 306 - 1 which the integrated secure element 310 - 1 uses to encrypt or decrypt the data 304 - 1 at the first memory 302 .
- the secure memory 314 - 1 also stores a cryptographic key 306 - 2 which the integrated secure element 310 - 2 uses to encrypt or decrypt the data 304 - 2 .
- the secure memory 314 - 2 stores a cryptographic key 306 - 3 which the integrated secure element 310 - 3 uses to encrypt or decrypt the data 304 - 3 .
- the secure memory 314 - 2 also stores a cryptographic key 306 - 4 .
- the integrated secure element 310 - 3 may use the cryptographic key 306 - 4 to encrypt or decrypt the data 304 - 4 .
- the integrated secure element 310 - 3 encrypts or decrypts the data 304 - 4 using the same cryptographic key 306 - 3 used to encrypt or decrypt the data 304 - 3 .
- the secure memory 314 - 2 also stores other data 316 . Examples of other data include timestamp information (for determining an age of a cryptographic key), replay counters to thwart a replay attack, or other information necessary to secure the dedicated channel 312 - 2 to enable access, by the integrated secure element 310 - 3 , to the information stored on the secure memory 314 - 2 .
- the secure memories 314 - 1 and 314 - 2 and the integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 secure the dedicated channels 312 - 1 and 312 - 2 .
- the secure memories 314 - 1 and 314 - 2 and the integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 can verify that the communications are authentic, and not part of a replay attack, or other malicious attempts to access the SoC 308 or the data 304 - 1 , 304 - 2 , or 304 - 3 .
- the secure memories 314 - 1 and 314 - 2 together with the integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 perform ECDH or other secure communication techniques using respective copies of a CA public root key and a corresponding private key to agree on shared keys 304 - 1 , 304 - 2 , and 304 - 3 , that the entities can then use to secure their communications on the dedicated channels 312 - 1 and 312 - 2 .
- the secure memory 314 - 1 , the secure memory 314 - 2 , and each of the integrated secure elements 310 - 1 through 310 - 3 are loaded with a respective copy of a CA public root key and a corresponding private key.
- the secure memory 314 - 1 and the integrated secure element 310 - 1 use their public and private keys to agree on a shared key 304 - 1 that the entities then use to secure their communications on the dedicated channel 312 - 1 .
- the secure memory 314 - 1 and the integrated secure element 310 - 2 use their public and private keys to agree on a different shared key 304 - 2 that the entities then use to secure their communications on the dedicated channel 312 - 1 .
- both the integrated secure elements 310 - 1 and 310 - 2 communicate with the secure memory 314 - 1 over the same dedicated channel 312 - 1 , each uses a different secure channel based on a different shared key 304 - 1 or 304 - 2 so the integrated secure elements 310 - 1 and 310 - 2 only have access to their own, and do not have access to each other's, cryptographic key 306 - 1 and 306 - 2 .
- the secure memory 314 - 2 and the integrated secure element 310 - 3 use the public and private keys to agree on a unique shared key 304 - 3 that the entities then use to secure their communications on the dedicated channel 312 - 2 .
- the integrated secure element 310 - 3 has exclusive access to both cryptographic keys 306 - 3 and 306 - 4 , using a single secure channel.
- the system 300 is an example of a secure element architecture with secure external storage including multiple secure channels between multiple integrated secure elements and multiple secure memories.
- the integrated secure element 310 - 1 has exclusive access to the cryptographic key 306 - 1
- the integrated secure element 310 - 2 has exclusive access to the cryptographic key 306 - 2
- the integrated secure element 310 - 3 has exclusive access to the cryptographic keys 306 - 3 and 306 - 4 .
- the integrated secure elements 310 - 1 , 310 - 2 , and 310 - 3 can independently manage security of their respective data 304 - 1 , 304 - 2 , 304 - 3 , and 304 - 4 , while promoting expansion and security of the respective data 304 - 1 , 304 - 2 , 304 - 3 , and 304 - 4 , without compromising usability.
- FIG. 4 is a conceptual diagram illustrating an example system 400 with a multiple, secure element architecture including secure external data storage.
- the system 400 includes the main flash 102 , the SoC 108 , and the secure flash 114 from the system 100 .
- the SoC 108 includes the integrated secure element 110 which, in this example, includes a secure function component 404 .
- the secure flash 114 includes an update component 402 in addition to the flash cryptographic key 116 .
- the integrated secure element 110 also includes the update component 402 so that either the integrated secure element 110 or the secure flash 114 can update a cryptographic key.
- the secure function component 404 and the update component 402 may be implemented as hardware, programmable logic, and/or embedded software.
- the secure function component 404 is configured to perform an operation on the sensitive information 104 stored at the main flash 102 .
- the secure function component 404 decrypts the sensitive information 104 using the flash cryptographic key 116 and likewise, encrypts the sensitive information 104 using the flash cryptographic key 116 when writing the sensitive information 104 to the main flash 102 .
- the secure function can compute a MAC prior to encrypting the sensitive information 104 and store the MAC to verify the sensitive information 104 , during a subsequent read and decryption of the sensitive information 104 .
- the update component 402 is configured to update the flash cryptographic key 116 automatically, e.g., in an effort to promote “perfect forward security”.
- the update component 402 can generate a new flash cryptographic key 116 on a schedule, periodically, randomly, or in response to an event.
- the secure function 404 can cause the integrated secure element to communicate over the dedicated channel 112 a request for the flash cryptographic key 116 or provide the flash cryptographic key 116 when generated by the integrated secure element 110 .
- the secure function component 404 indicates in the request that the request supports impending encryption and write operations of the sensitive information 104 . Based on the indication that the request supports an impending write, the update component 402 can generate a new flash cryptographic key that replaces the old flash cryptographic key 116 and can send the new flash cryptographic key to the secure function component 404 , in response to the request. If the secure function component 404 indicates in the request that the request is not for impending encryption and write operations of the sensitive information 104 , the secure flash 114 responds to the request with the flash cryptographic key 116 without the update component 402 generating a new flash cryptographic key.
- FIG. 5 is a flow-chart illustrating example operations 500 performed by an example system with a secure element architecture including secure external data storage. The operations 500 are described in the context of the system 100 of FIG. 1 . The operations 500 may be performed in a different order or with additional or fewer operations than what is shown.
- the integrated secure element 110 communicates with the secure flash 114 to determine a shared secret key (e.g., key 304 - 1 , key 304 - 2 , key 304 - 3 ).
- the integrated secure element 110 and the secure flash 114 exchange information over the dedicated channel 112 .
- the integrated secure element 110 and the secure flash 114 negotiate a shared secret key which enables secure communication over the dedicated channel 112 .
- the integrated secure element 110 secures a dedicated channel 112 to the secure flash 114 using the shared secret key. Using the shared key, the integrated secure element 110 and the secure flash 114 sign communications to indicate authenticity.
- the integrated secure element 110 accesses, using the dedicated channel 112 , a flash cryptographic key 116 stored by the secure flash 114 .
- the integrated secure element 110 requests the flash cryptographic key 116 from the secure flash 114 and the secure flash 114 returns the flash cryptographic key 116 in communication over the dedicated channel 112 , which is secured based on the shared key.
- the integrated secure element 110 decrypts, using the flash cryptographic key 116 , sensitive information 104 stored at the main flash 102 using the flash cryptographic key 116 .
- the sensitive information 104 can include data such as cryptographic keys, network access credentials, security keys, financial data, or user data.
- the integrated secure element 110 performs a function (e.g., a cryptographic function, a network authentication function, a security function, a financial transaction function) using the sensitive information 104 and repeats the operations 506 and 508 as necessary to perform functions using the sensitive information 104 .
- the integrated secure element 110 modifies the sensitive information 104 or generates new sensitive information.
- the integrated secure element performs a function that generates new sensitive information.
- the integrated secure element 110 accesses, using the dedicated channel 112 , an updated version of the flash cryptographic key 116 stored by the secure flash 114 .
- the integrated secure element 110 Prior to writing the new sensitive information to the main flash 102 , the integrated secure element 110 communicates with the secure flash 114 to obtain a new flash cryptographic key to replace the flash cryptographic key 116 .
- the secure flash 114 automatically updates the flash cryptographic key 116 prior to the integrated secure element 110 using the flash cryptographic key 116 to encrypt data.
- the integrated secure element 110 updates the flash cryptographic key 116 and provides the updated flash cryptographic key to the secure flash 114 .
- the integrated secure element 110 encrypts the new sensitive information 104 using the updated version of the flash cryptographic key 116 prior to writing the new sensitive information to the main flash 102 .
- the integrated secure element computes a MAC associated with the updated flash cryptographic key 116 and verifies the MAC to validate the updated flash cryptographic key 116 .
- the integrated secure element 110 writes the encrypted new sensitive information to the main flash 102 .
- Example 2 The computing system of example 1, wherein: the integrated secure element and the second flash each include a corresponding public and private key; the integrated secure element and the second flash are configured to determine, based on the public key, a shared secret key that enables communication over the secure channel using the Electronic Communication Diffie-Hellman key exchange protocol.
- Example 3 The computing system of example 2, wherein the second flash further includes an anti-replay counter or time-stamp information for the flash cryptographic key.
- Example 4 The computing system of any of examples 2 or 3, wherein the sensitive information is first sensitive information and one or both of the integrated secure element and the second flash is configured to automatically update the flash cryptographic key prior to the integrated secure element using the flash cryptographic key to encrypt second sensitive information at the first flash.
- Example 5 The computing system of any of examples 2-4, wherein the second flash is configured to automatically update the flash cryptographic key periodically.
- Example 6 The computing system of any of examples 1-5, wherein the first flash is a shared flash, the computing system further comprising one or more other components that access the shared flash and are without access to the shared secret key or the secure channel.
- Example 7 The computing system of any of examples 1-6, wherein: the flash cryptographic key is a first flash cryptographic key; the sensitive information is first sensitive information; the integrated secure element is a first integrated secure element; the secure channel is a first secure channel; the first flash is further configured to store second sensitive information that has been encrypted with a second flash cryptographic key; the second flash is further configured to store the second flash cryptographic key; the system-on-chip includes a second integrated secure element that encrypts or decrypts, using the second flash cryptographic key, the second sensitive information stored at the first flash; and the computing system further comprises a second secure channel between the second integrated secure element and the second flash from which the second integrated secure element has exclusive access to the second flash cryptographic key.
- Example 8 The computing system of any of examples 1-7, wherein: the flash cryptographic key is a first flash cryptographic key; the sensitive information is first sensitive information; the second flash is further configured to store a second flash cryptographic key; the first flash is further configured to store second sensitive information that has been encrypted with the second flash cryptographic key; the integrated secure element is further configured to encrypt or decrypt, using the second flash cryptographic key, the second sensitive information stored at the first flash; and the secure channel between the integrated secure element and the second flash provides the integrated secure element with exclusive access to the first flash cryptographic key and the second flash cryptographic key.
- Example 9 The computing system of any of examples 1-8, wherein a storage capacity of the first flash is greater than a storage capacity of the second flash.
- Example 10 The computing system of any of examples 1-9, wherein the sensitive information comprises at least one of cryptographic keys, network access credentials, security keys, financial data, or user data.
- Example 11 A method for securing sensitive information at an external flash of a computing system, the method comprising: communicating, by an integrated secure element of a system-on-chip and over a dedicated channel between the integrated secure element and a second flash of the computing system, information for determining a shared secret key based on a respective copy of public and private keys preprogrammed into each of the integrated secure element and the second flash; securing, based on the shared secret key, the dedicated channel to provide the integrated secure element with exclusive access to a flash cryptographic key stored by the second flash; responsive to securing the dedicated channel, accessing, via the dedicated channel, the flash cryptographic key stored by the second flash; and cryptographically protecting, using the flash cryptographic key, sensitive information stored at the external flash.
- Example 12 The method of example 11, wherein the sensitive information is first sensitive information and the flash cryptographic key is a first flash cryptographic key, the method further comprising: prior to writing second sensitive information to the external flash, obtaining, via the dedicated channel, a second flash cryptographic key automatically generated by the second flash to replace the first flash cryptographic key; and encrypting, using the second flash cryptographic key, the second sensitive information prior to writing the second sensitive information to the external flash.
- Example 13 The method of any of the preceding examples 11-12, wherein encrypting or decrypting the sensitive information stored at the external flash comprises: encrypting the sensitive information using the flash cryptographic key; and after encrypting the sensitive information, writing the sensitive information to the first hash.
- Example 14 The method of any of the preceding examples 11-13, wherein encrypting or decrypting the sensitive information stored at the external flash comprises: reading the sensitive information from the external flash; and after reading the sensitive information from the external flash, decrypting the sensitive information using the flash cryptographic key.
- Example 15 The method of any of the preceding examples 11-14, wherein communicating the information for determining the shared secret key is in furtherance of the Electronic Communication Diffie-Hellman key exchange protocol.
- Example 16 The method of any of the preceding examples 11-15, wherein accessing the flash cryptographic key comprises obtaining other information stored by the second flash with the flash cryptographic key, the other information comprising an anti-replay counter or time-stamp information for validating the flash cryptographic key.
- Example 17 The method of any of the preceding examples 11-16, wherein the flash cryptographic key comprises a first flash cryptographic key and accessing the first flash cryptographic key comprises automatically receiving an updated flash cryptographic key from the second flash that replaces the first flash cryptographic key.
- Example 18 The method of any of the preceding examples 11-17, wherein the flash cryptographic key is a first flash cryptographic key, the method further comprising: after encrypting the sensitive information using the first flash cryptographic key, writing the sensitive information to the external flash; determining a modification to the sensitive information; obtaining, via the dedicated channel, a second flash cryptographic key automatically generated by the second flash to replace the first flash cryptographic key; encrypting, using the second flash cryptographic key, the sensitive information after modifying the sensitive information; and replacing, on the external flash, the sensitive information encrypted using the first flash cryptographic key with the modified sensitive information encrypted using the second flash cryptographic key.
- the flash cryptographic key is a first flash cryptographic key
- Example 19 The method of any of the preceding examples 11-18, wherein securing the dedicated channel comprises communicating with the second flash in secret to prevent another secure element of the system-on-chip that is communicating with the second flash from accessing the flash cryptographic key.
- Example 20 The method of any of the preceding examples 11-19, wherein the external flash is a shared flash accessible to other components of the computing system.
- Example 21 The method of any of the preceding examples 11-20, wherein the dedicated channel between the integrated secure element and the second flash comprises an exclusive, physical link between the integrated secure element and the second flash.
- Example 22 The method of any of the preceding examples 11-21, wherein the sensitive information comprises at least one of: cryptographic keys, network access credentials, security keys, financial data, or user data.
- Example 23 A mobile computing device comprising an integrated secure element of a system-on-chip configured to perform any of the methods of the preceding examples 11-22.
- Example 24 A system comprising means to perform any of the methods of the preceding examples 11-22.
- Example 25 A computer-readable storage medium comprising instructions that, when executed, configure an integrated secure element of a system-on-chip to perform any of the methods of the preceding examples 11-22.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Storage Device Security (AREA)
Abstract
Description
Claims (20)
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/US2019/048837 WO2021040721A1 (en) | 2019-08-29 | 2019-08-29 | Securing external data storage for a secure element integrated on a system-on-chip |
Publications (2)
Publication Number | Publication Date |
---|---|
US20220156411A1 US20220156411A1 (en) | 2022-05-19 |
US12169588B2 true US12169588B2 (en) | 2024-12-17 |
Family
ID=67957402
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/439,368 Active 2040-09-17 US12169588B2 (en) | 2019-08-29 | 2019-08-29 | Securing external data storage for a secure element integrated on a system-on-chip |
Country Status (4)
Country | Link |
---|---|
US (1) | US12169588B2 (en) |
EP (1) | EP3877884A1 (en) |
CN (1) | CN113168475B (en) |
WO (1) | WO2021040721A1 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021040721A1 (en) * | 2019-08-29 | 2021-03-04 | Google Llc | Securing external data storage for a secure element integrated on a system-on-chip |
TWI778644B (en) * | 2021-05-31 | 2022-09-21 | 新唐科技股份有限公司 | Soc and data burning method thereof |
US20240179009A1 (en) * | 2022-11-29 | 2024-05-30 | PUFsecurity Corporation | Apparatus and method for performing authenticated encryption with associated data operation of encrypted instruction with corresponding golden tag stored in memory device in event of cache miss |
US20250111059A1 (en) * | 2023-09-29 | 2025-04-03 | Texas Instruments Incorporated | Methods and apparatus for selective encryption of execute in place (xip) data |
Citations (78)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5892900A (en) * | 1996-08-30 | 1999-04-06 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US6286066B1 (en) | 1998-12-15 | 2001-09-04 | Dell U.S.A., L.P. | Hot-plug interface for detecting adapter card insertion and removal |
US20020048369A1 (en) * | 1995-02-13 | 2002-04-25 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20030191719A1 (en) * | 1995-02-13 | 2003-10-09 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20040107356A1 (en) * | 1999-03-16 | 2004-06-03 | Intertrust Technologies Corp. | Methods and apparatus for persistent control and protection of content |
US20050180572A1 (en) * | 2004-02-18 | 2005-08-18 | Graunke Gary L. | Apparatus and method for distributing private keys to an entity with minimal secret, unique information |
US6948070B1 (en) * | 1995-02-13 | 2005-09-20 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US20050213766A1 (en) | 2004-03-23 | 2005-09-29 | Texas Instruments Incorporated | Hybrid cryptographic accelerator and method of operation thereof |
US20060090084A1 (en) * | 2004-10-22 | 2006-04-27 | Mark Buer | Secure processing environment |
US7051212B2 (en) * | 1995-02-13 | 2006-05-23 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7069451B1 (en) * | 1995-02-13 | 2006-06-27 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7095854B1 (en) * | 1995-02-13 | 2006-08-22 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20060224902A1 (en) * | 2005-03-30 | 2006-10-05 | Bolt Thomas B | Data management system for removable storage media |
US20060242069A1 (en) * | 2005-04-21 | 2006-10-26 | Petr Peterka | Digital rights management for local recording and home network distribution |
US7133845B1 (en) * | 1995-02-13 | 2006-11-07 | Intertrust Technologies Corp. | System and methods for secure transaction management and electronic rights protection |
US20060259790A1 (en) * | 2005-05-13 | 2006-11-16 | Nokia Corporation | Implementation of an integrity-protected secure storage |
US7215781B2 (en) * | 2000-12-22 | 2007-05-08 | Intel Corporation | Creation and distribution of a secret value between two devices |
US20070130472A1 (en) * | 2005-09-21 | 2007-06-07 | Broadcom Corporation | System and method for securely provisioning and generating one-time-passwords in a remote device |
US20070136609A1 (en) * | 2005-12-13 | 2007-06-14 | Rudelic John C | Methods and apparatus for providing a secure channel associated with a flash device |
US20070283158A1 (en) * | 2006-06-02 | 2007-12-06 | Microsoft Corporation Microsoft Patent Group | System and method for generating a forensic file |
US20080005586A1 (en) * | 2006-06-27 | 2008-01-03 | Peter Munguia | Systems and techniques for datapath security in a system-on-a-chip device |
US20080092239A1 (en) * | 2006-10-11 | 2008-04-17 | David H. Sitrick | Method and system for secure distribution of selected content to be protected |
US20080107275A1 (en) * | 2006-11-08 | 2008-05-08 | Mehdi Asnaashari | Method and system for encryption of information stored in an external nonvolatile memory |
US20080130875A1 (en) * | 2006-12-04 | 2008-06-05 | Ahlquist Brent M | Low-cost pseudo-random nonce value generation system and method |
US20090257594A1 (en) * | 2008-04-15 | 2009-10-15 | Amjad Qureshi | Secure debug interface and memory of a media security circuit and method |
US20100250939A1 (en) * | 2009-02-26 | 2010-09-30 | Research In Motion Limited | System and method of handling encrypted backup data |
US20110173162A1 (en) * | 2010-01-14 | 2011-07-14 | Anderson Eric A | Scrubbing procedure for a data storage system |
US8123133B2 (en) | 2006-10-02 | 2012-02-28 | Ingenico France | Protection device for an electronic card |
US20120198224A1 (en) * | 2010-08-10 | 2012-08-02 | Maxlinear, Inc. | Encryption Keys Distribution for Conditional Access Software in TV Receiver SOC |
US20120265975A1 (en) * | 2011-04-18 | 2012-10-18 | Paul Kimelman | Microcontroller with Embedded Secure Feature |
US8332931B1 (en) * | 2008-09-04 | 2012-12-11 | Marvell International Ltd. | Processing commands according to authorization |
US8412837B1 (en) * | 2004-07-08 | 2013-04-02 | James A. Roskind | Data privacy |
US8423789B1 (en) * | 2007-05-22 | 2013-04-16 | Marvell International Ltd. | Key generation techniques |
US8543838B1 (en) * | 2009-12-23 | 2013-09-24 | Marvell International Ltd. | Cryptographic module with secure processor |
US20130297948A1 (en) * | 2012-05-04 | 2013-11-07 | Samsung Electronic Co., Ltd. | System on chip, method of operating the same, and devices including the system on chip |
US20140020114A1 (en) * | 2012-07-13 | 2014-01-16 | Qualcomm Incorporated | Methods and apparatuses for integrating a portion of secure element components on a system on chip |
US20140032933A1 (en) | 2012-07-24 | 2014-01-30 | Ned M. Smith | Providing access to encrypted data |
US20140067772A1 (en) * | 2012-08-31 | 2014-03-06 | Nokia Corporation | Methods, apparatuses and computer program products for achieving eventual consistency between a key value store and a text index |
US20140143889A1 (en) * | 1995-02-13 | 2014-05-22 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US20140173271A1 (en) * | 2012-12-14 | 2014-06-19 | Saurabh Dadu | Power line based theft protection of electronic devices |
US20140223569A1 (en) * | 2013-01-07 | 2014-08-07 | Infineon Technologies Ag | System on Chip with Embedded Security Module |
US20140289539A1 (en) * | 2012-03-16 | 2014-09-25 | Google Inc. | Methods and systems for storage of large data objects |
US20140298040A1 (en) * | 2013-03-29 | 2014-10-02 | Ologn Technologies Ag | Systems, methods and apparatuses for secure storage of data using a security-enhancing chip |
US20150006789A1 (en) | 2013-06-28 | 2015-01-01 | Broadcom Corporation | Anti-Replay Protected Flash |
US20150154424A1 (en) | 2000-06-30 | 2015-06-04 | Millind Mittal | Method and Apparatus for Secure Execution Using a Secure Memory Partition |
US20150270971A1 (en) * | 2012-10-26 | 2015-09-24 | Bundesdruckerei Gmbh | Method for producing a soft token, computer program product and service computer system |
KR20160019780A (en) * | 2014-08-12 | 2016-02-22 | 삼성전자주식회사 | System on chip, electronic apparatus including system on chip and operation method of system on chip |
US20160174068A1 (en) | 2002-12-12 | 2016-06-16 | Flexiworld Technologies, Inc. | Integrated Circuit Device That Includes A Secure Element And A Wireless Component For Transmitting Protected Data Over A Local Point-To-Point Wireless Communication Connection |
US20160191235A1 (en) * | 2014-12-30 | 2016-06-30 | Samsung Electronics Co., Ltd. | Memory controllers, operating methods thereof, and memory systems including the same |
US20160232109A1 (en) * | 2014-07-16 | 2016-08-11 | Bae Systems Information And Electric Systems Integration Inc. | Flash memory device for storing sensitive information and other data |
US20160359635A1 (en) | 2011-03-11 | 2016-12-08 | Emsycon Gmbh | Tamper-protected hardware and method for using same |
CN106797311A (en) | 2014-08-29 | 2017-05-31 | 维萨国际服务协会 | Method for secure password generation |
US9674162B1 (en) * | 2015-03-13 | 2017-06-06 | Amazon Technologies, Inc. | Updating encrypted cryptographic key pair |
US20170288875A1 (en) * | 2016-03-31 | 2017-10-05 | Bin Xing | Technologies for secure inter-enclave communications |
US9792446B2 (en) | 2011-12-29 | 2017-10-17 | Elwha Llc | System and method for protecting data stored on a removable data storage device |
US20170329995A1 (en) * | 2016-05-10 | 2017-11-16 | Qualcomm Incorporated | Anti-replay techniques using secure external non-volatile memory |
US9825920B1 (en) * | 2013-08-25 | 2017-11-21 | Google Llc | Systems and methods for multi-function and multi-purpose cryptography |
US9893885B1 (en) * | 2015-03-13 | 2018-02-13 | Amazon Technologies, Inc. | Updating cryptographic key pair |
US20190042765A1 (en) * | 2017-08-02 | 2019-02-07 | Samsung Electronics Co., Ltd. | Security devices, electronic devices and methods of operating electronic devices |
CN110023941A (en) | 2016-12-29 | 2019-07-16 | 华为技术有限公司 | A system-on-chip and method for implementing secure operating system switching |
US20190220419A1 (en) * | 2018-01-12 | 2019-07-18 | Sunasic Technologies, Inc. | Secure electronic device |
US20190278914A1 (en) * | 2018-03-09 | 2019-09-12 | Qualcomm Incorporated | Integrated circuit data protection |
US10447665B2 (en) * | 2017-03-31 | 2019-10-15 | Konica Minolta Laboratory U.S.A., Inc. | IPv6 link local secure network with biometric security to secure IOT devices |
US20190327086A1 (en) * | 2018-04-24 | 2019-10-24 | Bartosz Slowik | Reciprocal data mirror system and method of data security |
US20190340365A1 (en) * | 2018-05-03 | 2019-11-07 | Dell Products L.P. | Security module authentication system |
US20200053061A1 (en) * | 2017-03-30 | 2020-02-13 | Arizona Board Of Regents On Behalf Of Northern Arizona University | Encryption schemes with addressable elements |
US20200084032A1 (en) * | 2016-11-10 | 2020-03-12 | Ernest Brickell | Audited use of a cryptographic key |
US20200134202A1 (en) * | 2018-10-26 | 2020-04-30 | Pure Storage, Inc. | Efficient rekey in a transparent decrypting storage array |
US20200213287A1 (en) * | 2018-12-27 | 2020-07-02 | Didi Research America, Llc | Trusted platform protection in an autonomous vehicle |
US20200235929A1 (en) * | 2019-01-23 | 2020-07-23 | Apple Inc. | Device-to-device messaging protocol |
US20200358620A1 (en) * | 2019-05-10 | 2020-11-12 | Samsung Electronics Co., Ltd. | Method of operating memory system with replay attack countermeasure and memory system performing the same |
US10891366B1 (en) * | 2017-08-18 | 2021-01-12 | Jonetix Corporation | Secure hardware signature and related methods and applications |
US20210058237A1 (en) * | 2019-08-21 | 2021-02-25 | Arm Limited | Re-encryption following an otp update event |
WO2021040721A1 (en) | 2019-08-29 | 2021-03-04 | Google Llc | Securing external data storage for a secure element integrated on a system-on-chip |
US20210218717A1 (en) * | 2020-01-09 | 2021-07-15 | Cisco Technology, Inc. | Perfect forward secrecy (pfs) protected media access control security (macsec) key distribution |
US20220132298A1 (en) * | 2020-10-26 | 2022-04-28 | Micron Technology, Inc. | Cloud-service on-boarding without prior customization of endpoints |
US20230106942A1 (en) * | 2020-02-26 | 2023-04-06 | Agency For Science, Technology And Research | Method of communication between functional blocks in a system-on-chip and system-on-chip thereof |
US20230237146A1 (en) * | 2022-01-25 | 2023-07-27 | Dell Products, L.P. | Facilitating generation of credentials and verification thereof within a distributed object storage system |
-
2019
- 2019-08-29 WO PCT/US2019/048837 patent/WO2021040721A1/en active IP Right Grant
- 2019-08-29 CN CN201980079723.6A patent/CN113168475B/en active Active
- 2019-08-29 EP EP19769297.3A patent/EP3877884A1/en active Pending
- 2019-08-29 US US17/439,368 patent/US12169588B2/en active Active
Patent Citations (111)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8572411B2 (en) * | 1995-02-13 | 2013-10-29 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7752466B2 (en) * | 1995-02-13 | 2010-07-06 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20020048369A1 (en) * | 1995-02-13 | 2002-04-25 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8181021B2 (en) * | 1995-02-13 | 2012-05-15 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20030191719A1 (en) * | 1995-02-13 | 2003-10-09 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8141165B2 (en) * | 1995-02-13 | 2012-03-20 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8191157B2 (en) * | 1995-02-13 | 2012-05-29 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US6948070B1 (en) * | 1995-02-13 | 2005-09-20 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8112625B2 (en) * | 1995-02-13 | 2012-02-07 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8055913B2 (en) * | 1995-02-13 | 2011-11-08 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7051212B2 (en) * | 1995-02-13 | 2006-05-23 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7069451B1 (en) * | 1995-02-13 | 2006-06-27 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8006087B2 (en) * | 1995-02-13 | 2011-08-23 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7095854B1 (en) * | 1995-02-13 | 2006-08-22 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7100199B2 (en) * | 1995-02-13 | 2006-08-29 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7984509B2 (en) * | 1995-02-13 | 2011-07-19 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7120800B2 (en) * | 1995-02-13 | 2006-10-10 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7917749B2 (en) * | 1995-02-13 | 2011-03-29 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7133845B1 (en) * | 1995-02-13 | 2006-11-07 | Intertrust Technologies Corp. | System and methods for secure transaction management and electronic rights protection |
US20140143889A1 (en) * | 1995-02-13 | 2014-05-22 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7844835B2 (en) * | 1995-02-13 | 2010-11-30 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8677507B2 (en) * | 1995-02-13 | 2014-03-18 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US7831823B2 (en) * | 1995-02-13 | 2010-11-09 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US7076652B2 (en) * | 1995-02-13 | 2006-07-11 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8316449B2 (en) * | 1995-02-13 | 2012-11-20 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8533854B2 (en) * | 1995-02-13 | 2013-09-10 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US20080034406A1 (en) * | 1995-02-13 | 2008-02-07 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20080034231A1 (en) * | 1995-02-13 | 2008-02-07 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8191158B2 (en) * | 1995-02-13 | 2012-05-29 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8402557B2 (en) * | 1995-02-13 | 2013-03-19 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US8464077B2 (en) * | 1995-02-13 | 2013-06-11 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8543842B2 (en) * | 1995-02-13 | 2013-09-24 | Intertrust Technologies Corporation | System and methods for secure transaction management and electronics rights protection |
US20090048978A1 (en) * | 1995-02-13 | 2009-02-19 | Ginter Karl L | Systems and methods for secure transaction management and electronic rights protection |
US20070226807A1 (en) * | 1996-08-30 | 2007-09-27 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20080052541A1 (en) * | 1996-08-30 | 2008-02-28 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US5892900A (en) * | 1996-08-30 | 1999-04-06 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US20030163431A1 (en) * | 1996-08-30 | 2003-08-28 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8291238B2 (en) * | 1996-08-30 | 2012-10-16 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
US8533851B2 (en) * | 1996-08-30 | 2013-09-10 | Intertrust Technologies Corporation | Systems and methods for secure transaction management and electronic rights protection |
US6286066B1 (en) | 1998-12-15 | 2001-09-04 | Dell U.S.A., L.P. | Hot-plug interface for detecting adapter card insertion and removal |
US20040107356A1 (en) * | 1999-03-16 | 2004-06-03 | Intertrust Technologies Corp. | Methods and apparatus for persistent control and protection of content |
US20150154424A1 (en) | 2000-06-30 | 2015-06-04 | Millind Mittal | Method and Apparatus for Secure Execution Using a Secure Memory Partition |
US9305183B2 (en) | 2000-06-30 | 2016-04-05 | Intel Corporation | Method and apparatus for secure execution using a secure memory partition |
US7215781B2 (en) * | 2000-12-22 | 2007-05-08 | Intel Corporation | Creation and distribution of a secret value between two devices |
US20160174068A1 (en) | 2002-12-12 | 2016-06-16 | Flexiworld Technologies, Inc. | Integrated Circuit Device That Includes A Secure Element And A Wireless Component For Transmitting Protected Data Over A Local Point-To-Point Wireless Communication Connection |
US20050180572A1 (en) * | 2004-02-18 | 2005-08-18 | Graunke Gary L. | Apparatus and method for distributing private keys to an entity with minimal secret, unique information |
US20050213766A1 (en) | 2004-03-23 | 2005-09-29 | Texas Instruments Incorporated | Hybrid cryptographic accelerator and method of operation thereof |
US8412837B1 (en) * | 2004-07-08 | 2013-04-02 | James A. Roskind | Data privacy |
US20060090084A1 (en) * | 2004-10-22 | 2006-04-27 | Mark Buer | Secure processing environment |
US20060224902A1 (en) * | 2005-03-30 | 2006-10-05 | Bolt Thomas B | Data management system for removable storage media |
US20060242069A1 (en) * | 2005-04-21 | 2006-10-26 | Petr Peterka | Digital rights management for local recording and home network distribution |
US20060259790A1 (en) * | 2005-05-13 | 2006-11-16 | Nokia Corporation | Implementation of an integrity-protected secure storage |
US20070130472A1 (en) * | 2005-09-21 | 2007-06-07 | Broadcom Corporation | System and method for securely provisioning and generating one-time-passwords in a remote device |
US20070136609A1 (en) * | 2005-12-13 | 2007-06-14 | Rudelic John C | Methods and apparatus for providing a secure channel associated with a flash device |
US20070283158A1 (en) * | 2006-06-02 | 2007-12-06 | Microsoft Corporation Microsoft Patent Group | System and method for generating a forensic file |
US20080005586A1 (en) * | 2006-06-27 | 2008-01-03 | Peter Munguia | Systems and techniques for datapath security in a system-on-a-chip device |
US8123133B2 (en) | 2006-10-02 | 2012-02-28 | Ingenico France | Protection device for an electronic card |
US20080092239A1 (en) * | 2006-10-11 | 2008-04-17 | David H. Sitrick | Method and system for secure distribution of selected content to be protected |
US20080107275A1 (en) * | 2006-11-08 | 2008-05-08 | Mehdi Asnaashari | Method and system for encryption of information stored in an external nonvolatile memory |
US20080130875A1 (en) * | 2006-12-04 | 2008-06-05 | Ahlquist Brent M | Low-cost pseudo-random nonce value generation system and method |
US8423789B1 (en) * | 2007-05-22 | 2013-04-16 | Marvell International Ltd. | Key generation techniques |
US20090257594A1 (en) * | 2008-04-15 | 2009-10-15 | Amjad Qureshi | Secure debug interface and memory of a media security circuit and method |
US8332931B1 (en) * | 2008-09-04 | 2012-12-11 | Marvell International Ltd. | Processing commands according to authorization |
US20100250939A1 (en) * | 2009-02-26 | 2010-09-30 | Research In Motion Limited | System and method of handling encrypted backup data |
US8543838B1 (en) * | 2009-12-23 | 2013-09-24 | Marvell International Ltd. | Cryptographic module with secure processor |
US20110173162A1 (en) * | 2010-01-14 | 2011-07-14 | Anderson Eric A | Scrubbing procedure for a data storage system |
US20120198224A1 (en) * | 2010-08-10 | 2012-08-02 | Maxlinear, Inc. | Encryption Keys Distribution for Conditional Access Software in TV Receiver SOC |
US10171251B2 (en) | 2011-03-11 | 2019-01-01 | Emsycon Gmbh | Tamper-protected hardware and method for using same |
US20160359635A1 (en) | 2011-03-11 | 2016-12-08 | Emsycon Gmbh | Tamper-protected hardware and method for using same |
US20120265975A1 (en) * | 2011-04-18 | 2012-10-18 | Paul Kimelman | Microcontroller with Embedded Secure Feature |
US9792446B2 (en) | 2011-12-29 | 2017-10-17 | Elwha Llc | System and method for protecting data stored on a removable data storage device |
US20140289539A1 (en) * | 2012-03-16 | 2014-09-25 | Google Inc. | Methods and systems for storage of large data objects |
US20130297948A1 (en) * | 2012-05-04 | 2013-11-07 | Samsung Electronic Co., Ltd. | System on chip, method of operating the same, and devices including the system on chip |
US20140020114A1 (en) * | 2012-07-13 | 2014-01-16 | Qualcomm Incorporated | Methods and apparatuses for integrating a portion of secure element components on a system on chip |
US20140032933A1 (en) | 2012-07-24 | 2014-01-30 | Ned M. Smith | Providing access to encrypted data |
US20140067772A1 (en) * | 2012-08-31 | 2014-03-06 | Nokia Corporation | Methods, apparatuses and computer program products for achieving eventual consistency between a key value store and a text index |
US20150270971A1 (en) * | 2012-10-26 | 2015-09-24 | Bundesdruckerei Gmbh | Method for producing a soft token, computer program product and service computer system |
US20140173271A1 (en) * | 2012-12-14 | 2014-06-19 | Saurabh Dadu | Power line based theft protection of electronic devices |
US20140223569A1 (en) * | 2013-01-07 | 2014-08-07 | Infineon Technologies Ag | System on Chip with Embedded Security Module |
US20140298040A1 (en) * | 2013-03-29 | 2014-10-02 | Ologn Technologies Ag | Systems, methods and apparatuses for secure storage of data using a security-enhancing chip |
US20150006789A1 (en) | 2013-06-28 | 2015-01-01 | Broadcom Corporation | Anti-Replay Protected Flash |
US9825920B1 (en) * | 2013-08-25 | 2017-11-21 | Google Llc | Systems and methods for multi-function and multi-purpose cryptography |
US20160232109A1 (en) * | 2014-07-16 | 2016-08-11 | Bae Systems Information And Electric Systems Integration Inc. | Flash memory device for storing sensitive information and other data |
KR20160019780A (en) * | 2014-08-12 | 2016-02-22 | 삼성전자주식회사 | System on chip, electronic apparatus including system on chip and operation method of system on chip |
CN106797311A (en) | 2014-08-29 | 2017-05-31 | 维萨国际服务协会 | Method for secure password generation |
US20160191235A1 (en) * | 2014-12-30 | 2016-06-30 | Samsung Electronics Co., Ltd. | Memory controllers, operating methods thereof, and memory systems including the same |
US9674162B1 (en) * | 2015-03-13 | 2017-06-06 | Amazon Technologies, Inc. | Updating encrypted cryptographic key pair |
US9893885B1 (en) * | 2015-03-13 | 2018-02-13 | Amazon Technologies, Inc. | Updating cryptographic key pair |
US20170288875A1 (en) * | 2016-03-31 | 2017-10-05 | Bin Xing | Technologies for secure inter-enclave communications |
US20170329995A1 (en) * | 2016-05-10 | 2017-11-16 | Qualcomm Incorporated | Anti-replay techniques using secure external non-volatile memory |
US20200084032A1 (en) * | 2016-11-10 | 2020-03-12 | Ernest Brickell | Audited use of a cryptographic key |
CN110023941A (en) | 2016-12-29 | 2019-07-16 | 华为技术有限公司 | A system-on-chip and method for implementing secure operating system switching |
US20200053061A1 (en) * | 2017-03-30 | 2020-02-13 | Arizona Board Of Regents On Behalf Of Northern Arizona University | Encryption schemes with addressable elements |
US10447665B2 (en) * | 2017-03-31 | 2019-10-15 | Konica Minolta Laboratory U.S.A., Inc. | IPv6 link local secure network with biometric security to secure IOT devices |
US20190042765A1 (en) * | 2017-08-02 | 2019-02-07 | Samsung Electronics Co., Ltd. | Security devices, electronic devices and methods of operating electronic devices |
US10891366B1 (en) * | 2017-08-18 | 2021-01-12 | Jonetix Corporation | Secure hardware signature and related methods and applications |
US20190220419A1 (en) * | 2018-01-12 | 2019-07-18 | Sunasic Technologies, Inc. | Secure electronic device |
US20190278914A1 (en) * | 2018-03-09 | 2019-09-12 | Qualcomm Incorporated | Integrated circuit data protection |
US20190327086A1 (en) * | 2018-04-24 | 2019-10-24 | Bartosz Slowik | Reciprocal data mirror system and method of data security |
US20190340365A1 (en) * | 2018-05-03 | 2019-11-07 | Dell Products L.P. | Security module authentication system |
US20200134202A1 (en) * | 2018-10-26 | 2020-04-30 | Pure Storage, Inc. | Efficient rekey in a transparent decrypting storage array |
US20200213287A1 (en) * | 2018-12-27 | 2020-07-02 | Didi Research America, Llc | Trusted platform protection in an autonomous vehicle |
US20200235929A1 (en) * | 2019-01-23 | 2020-07-23 | Apple Inc. | Device-to-device messaging protocol |
US20200358620A1 (en) * | 2019-05-10 | 2020-11-12 | Samsung Electronics Co., Ltd. | Method of operating memory system with replay attack countermeasure and memory system performing the same |
US20210058237A1 (en) * | 2019-08-21 | 2021-02-25 | Arm Limited | Re-encryption following an otp update event |
WO2021040721A1 (en) | 2019-08-29 | 2021-03-04 | Google Llc | Securing external data storage for a secure element integrated on a system-on-chip |
US20220156411A1 (en) * | 2019-08-29 | 2022-05-19 | Google Llc | Securing External Data Storage for a Secure Element Integrated on a System-on-Chip |
US20210218717A1 (en) * | 2020-01-09 | 2021-07-15 | Cisco Technology, Inc. | Perfect forward secrecy (pfs) protected media access control security (macsec) key distribution |
US20230106942A1 (en) * | 2020-02-26 | 2023-04-06 | Agency For Science, Technology And Research | Method of communication between functional blocks in a system-on-chip and system-on-chip thereof |
US20220132298A1 (en) * | 2020-10-26 | 2022-04-28 | Micron Technology, Inc. | Cloud-service on-boarding without prior customization of endpoints |
US20230237146A1 (en) * | 2022-01-25 | 2023-07-27 | Dell Products, L.P. | Facilitating generation of credentials and verification thereof within a distributed object storage system |
Non-Patent Citations (11)
Title |
---|
"Foreign Office Action", CN Application No. 201980079723.6, Jun. 13, 2024, 19 pages. |
"Foreign Office Action", EP Application No. 19769297.3, Dec. 14, 2023, 4 pages. |
"International Preliminary Report on Patentability", Application No. PCT/US2019/048837, Mar. 1, 2022, 8 pages. |
"International Search Report and Written Opinion", PCT Application No. PCT/US2019/048837, Apr. 30, 2020, 13 pages. |
17439368, InnovationQ+IP NPL Search (Year: 2023). * |
Bhat, "Secure Boot and Encrypted Data Storage", Timesys Corporation, Jul. 13, 2017, 7 pages. |
Magdum, et al., "A Secure Data Transfer Algorithm for USB Mass Storage Devices to Protect Documents", International Journal of Emerging Engineering Research and Technology vol. 2, Issue 4, Jul. 2014, pp. 113-119, 7 pages. |
NPL History Search (Year: 2024). * |
NPL Search History (Year: 2024). * |
Sukhomlinov, et al., "Mitigating Malicious Firmware by Detecting the Removal of a Storage Device", Technical Disclosure Commons; Retrieved from https://www.tdcommons.org/dpubs_series/2378, Aug. 2, 2019, 10 pages. |
Sukhomlinov, et al., "Supply Chain Verification of Hardware Components Using Open-Source Root of Trust", Technical Disclosure Commons; Retrieved from https://www.tdcommons.org/dpubs_series/2884, Jan. 22, 2020, 14 pages. |
Also Published As
Publication number | Publication date |
---|---|
CN113168475B (en) | 2025-04-08 |
US20220156411A1 (en) | 2022-05-19 |
WO2021040721A1 (en) | 2021-03-04 |
EP3877884A1 (en) | 2021-09-15 |
CN113168475A (en) | 2021-07-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20210406882A1 (en) | Systems and methods for secure communication | |
CA3061233C (en) | Provisioning a secure connection using a pre-shared key | |
US10694360B2 (en) | Hearing device and method of hearing device communication | |
US12169588B2 (en) | Securing external data storage for a secure element integrated on a system-on-chip | |
US9954826B2 (en) | Scalable and secure key management for cryptographic data processing | |
US9807610B2 (en) | Method and apparatus for seamless out-of-band authentication | |
CN109639427B (en) | Data sending method and equipment | |
JP4763368B2 (en) | COMMUNICATION CARD, CONFIDENTIAL INFORMATION PROCESSING SYSTEM, CONFIDENTIAL INFORMATION TRANSFER METHOD, AND PROGRAM | |
US20150310427A1 (en) | Method, apparatus, and system for generating transaction-signing one-time password | |
EP3447706A1 (en) | Distributing payment keys among multiple discrete devices in a point of sale system | |
US9280687B2 (en) | Pre-boot authentication using a cryptographic processor | |
US20170026385A1 (en) | Method and system for proximity-based access control | |
EP3847603B1 (en) | System and method for payment authentication | |
KR101711023B1 (en) | Security device and method moving data using the same | |
CN103370718B (en) | Data protection method, device and system using distributed security keys | |
CN117041956A (en) | Communication authentication method, device, computer equipment and storage medium | |
US20210126776A1 (en) | Technologies for establishing device locality | |
TW202145757A (en) | Terminal device, server and method for private key protection and transaction supervision in blockchains | |
US20230379142A1 (en) | Authentication mechanism for computational storage download program | |
WO2022269544A1 (en) | Secure asset storage system and wearable device | |
CN115361147A (en) | Device registration method and device, computer device and storage medium | |
KR101394147B1 (en) | How to use Certificate safely at Mobile Terminal | |
WO2024086858A1 (en) | Ledger environment threat detection protocol system and method | |
HK1241588A1 (en) | Methods for secure credential provisioning |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: GOOGLE LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BENOIT, OLIVIER JEAN;KOYUNCU, OSMAN;SIGNING DATES FROM 20190828 TO 20190829;REEL/FRAME:057482/0062 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: AWAITING TC RESP., ISSUE FEE NOT PAID |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |