WO2025019062A1 - Authentication of sanitize erase - Google Patents
Authentication of sanitize erase Download PDFInfo
- Publication number
- WO2025019062A1 WO2025019062A1 PCT/US2024/029891 US2024029891W WO2025019062A1 WO 2025019062 A1 WO2025019062 A1 WO 2025019062A1 US 2024029891 W US2024029891 W US 2024029891W WO 2025019062 A1 WO2025019062 A1 WO 2025019062A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- module
- data
- storage device
- sanitize
- data storage
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/0614—Improving the reliability of storage systems
- G06F3/0619—Improving the reliability of storage systems in relation to data integrity, e.g. data losses, bit errors
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0646—Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
- G06F3/0652—Erasing, e.g. deleting, data cleaning, moving of data to a wastebasket
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0655—Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
- G06F3/0656—Data buffering arrangements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0673—Single storage device
- G06F3/0679—Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]
Definitions
- Embodiments of the present disclosure generally relate to improving sanitize erase audit mode in data storage devices.
- NVM express NVMe
- sanitize commands are basically reading the data that was just erased/deleted to confirm that the erase/deletion actually occurred. Based upon the type of sanitize process, there may still be an expectation of receiving actual data.
- the sanitize command has three different flavors: overwrite, crypto erase, and block erase.
- One of the new requirements in SSD technology is the ability for the host device to audit an erase operation. Auditing means that the host device will be able to confirm that the sanitize command has been executed. The auditing can consume a significant amount of bandwidth and, oftentimes, incur performance penalties due to decoding operations.
- Adding a bypass module and a pattern detector module to a data path of a controller will increase the efficiency of both sanitize block erase audit and sanitize crypto erase audit operations.
- the sanitize crypto erase audit skips an end to end (E2E) protection module to provide decrypted data to a static random access memory (SRAM) buffer and ultimately a host device through a direct memory access (DMA) module.
- E2E end to end
- DMA direct memory access
- the sanitize block erase audit utilizes the pattern detector module to provide a known pattern to the SRAM buffer and host through the DMA module.
- the bypass module and pattern detector module feed into a multiplexer (Mux) prior to the SRAM buffer.
- Mux multiplexer
- a data storage device comprises: a memory device; and a controller coupled to the memory device, wherein the controller is configured to: detect that a pattern detector has been set to active after a sanitize block erase operation; read data from the memory device, wherein the read data corresponds to a location erased in the sanitize block erase operation; determine whether the read data matches a known pattern; and either: write the known pattern to static random access memory (SRAM) and pass the read data to a host device; or emulate an end to end error and provide a command completion message with error to the host device.
- SRAM static random access memory
- a data storage device comprises: a memory device; and a controller coupled to the memory device, wherein the controller is configured to: detect that a bypass module has been set to active after a sanitize crypto erase operation; read data from the memory device, wherein the read data corresponds to a location erased in the sanitize crypto erase operation; store the read data in a second static random access memory (SRAM) buffer; perform error correction on the read data; decrypt the read data; bypass an end to end (E2E) protection module; store the decrypted read data in a first SRAM buffer; and pass the read data to a host device.
- SRAM static random access memory
- a data storage device comprises: means for storing data; and a controller coupled to the means for storing data, wherein the controller is configured to: a control path comprising a central processing unit (CPU) and an audit mode module; and a data path comprising a direct memory access (DMA) module; a first static random access memory (SRAM) buffer; a Mux, an end to end (E2E) protection module, a bypass module, a keys module, an encryption (XTS) module; an error correction module; a pattern detector module; a second SRAM buffer, and a flash interface module (FIM), wherein the controller is configured to: perform a pattern detection operation in a sanitize block erase audit mode or a bypass of the E2E module in a sanitize crypto erase audit mode.
- DMA direct memory access
- SRAM static random access memory
- E2E end to end
- XTS encryption
- FAM flash interface module
- Figure l is a schematic block diagram illustrating a storage system in which a data storage device may function as a storage device for a host device, according to certain embodiments.
- Figure 2 is table listing the sanitize actions possible.
- Figure 3 is a schematic illustration of a system according to one embodiment.
- Figure 4 is a schematic illustration of a system according to another embodiment.
- Figure 5 is a flowchart illustrating a sanitize crypto erase audit according to one embodiment.
- Figure 6 is a flowchart illustrating a sanitize block erase audit according to one embodiment.
- Adding a bypass module and a pattern detector module to a data path of a controller will increase the efficiency of both sanitize block erase audit and sanitize crypto erase audit operations.
- the sanitize crypto erase audit skips an end to end (E2E) protection module to provide decrypted data to a static random access memory (SRAM) buffer and ultimately a host device through a direct memory access (DMA) module.
- E2E end to end
- DMA direct memory access
- the sanitize block erase audit utilizes the pattern detector module to provide a known pattern to the SRAM buffer and host through the DMA module.
- the bypass module and pattern detector module feed into a multiplexer (Mux) prior to the SRAM buffer.
- FIG. 1 is a schematic block diagram illustrating a storage system 100 having a data storage device 106 that may function as a storage device for a host device 104, according to certain embodiments.
- the host device 104 may utilize a non-volatile memory (NVM) 110 included in data storage device 106 to store and retrieve data.
- the host device 104 comprises a host dynamic random access memory (DRAM) 138.
- the storage system 100 may include a plurality of storage devices, such as the data storage device 106, which may operate as a storage array.
- the storage system 100 may include a plurality of data storage devices 106 configured as a redundant array of inexpensive/independent disks (RAID) that collectively function as a mass storage device for the host device 104.
- RAID redundant array of inexpensive/independent disks
- the data storage device 106 includes the controller 108, NVM 110, a power supply 111, volatile memory 112, the interface 114, a write buffer 116, and an optional DRAM 118.
- the data storage device 106 may include additional components not shown in Figure 1 for the sake of clarity.
- the data storage device 106 may include a printed circuit board (PCB) to which components of the data storage device 106 are mechanically attached and which includes electrically conductive traces that electrically interconnect components of the data storage device 106 or the like.
- PCB printed circuit board
- the physical dimensions and connector configurations of the data storage device 106 may conform to one or more standard form factors.
- Interface 114 may include one or both of a data bus for exchanging data with the host device 104 and a control bus for exchanging commands with the host device 104.
- Interface 114 may operate in accordance with any suitable protocol.
- the interface 114 may operate in accordance with one or more of the following protocols: advanced technology attachment (ATA) (e.g., serial-ATA (SATA) and parallel-ATA (PATA)), Fibre Channel Protocol (FCP), small computer system interface (SCSI), serially attached SCSI (SAS), PCI, and PCIe, non-volatile memory express (NVMe), OpenCAPI, GenZ, Cache Coherent Interface Accelerator (CCIX), Open Channel SSD (OCSSD), or the like.
- ATA advanced technology attachment
- SATA serial-ATA
- PATA parallel-ATA
- FCP Fibre Channel Protocol
- SCSI small computer system interface
- SAS serially attached SCSI
- PCI PCI
- NVMe non-volatile memory express
- OpenCAPI OpenCAPI
- the NVM 110 may include a plurality of memory devices or memory units. NVM 110 may be configured to store and/or retrieve data. For instance, a memory unit of NVM 110 may receive data and a message from controller 108 that instructs the memory unit to store the data. Similarly, the memory unit may receive a message from controller 108 that instructs the memory unit to retrieve data. In some examples, each of the memory units may be referred to as a die. In some examples, the NVM 110 may include a plurality of dies (i.e., a plurality of memory units).
- each memory unit may be configured to store relatively large amounts of data (e g., 128MB, 256MB, 512MB, 1GB, 2GB, 4GB, 8GB, 16GB, 32GB, 64GB, 128GB, 256GB, 512GB, 1TB, etc ).
- relatively large amounts of data e g., 128MB, 256MB, 512MB, 1GB, 2GB, 4GB, 8GB, 16GB, 32GB, 64GB, 128GB, 256GB, 512GB, 1TB, etc ).
- each memory unit may include any type of non-volatile memory devices, such as flash memory devices, phase-change memory (PCM) devices, resistive randomaccess memory (ReRAM) devices, magneto-resistive random-access memory (MRAM) devices, ferroelectric random-access memory (F-RAM), holographic memory devices, and any other type of non-volatile memory devices.
- non-volatile memory devices such as flash memory devices, phase-change memory (PCM) devices, resistive randomaccess memory (ReRAM) devices, magneto-resistive random-access memory (MRAM) devices, ferroelectric random-access memory (F-RAM), holographic memory devices, and any other type of non-volatile memory devices.
- the NVM 110 may comprise a plurality of flash memory devices or memory units.
- NVM Flash memory devices may include NAND or NOR-based flash memory devices and may store data based on a charge contained in a floating gate of a transistor for each flash memory cell.
- the flash memory device may be divided into a plurality of dies, where each die of the plurality of dies includes a plurality of physical or logical blocks, which may be further divided into a plurality of pages.
- Each block of the plurality of blocks within a particular memory device may include a plurality of NVM cells. Rows of NVM cells may be electrically connected using a word line to define a page of a plurality of pages.
- Respective cells in each of the plurality of pages may be electrically connected to respective bit lines.
- NVM flash memory devices may be 2D or 3D devices and may be single level cell (SLC), multi-level cell (MLC), triple level cell (TLC), or quad level cell (QLC).
- the controller 108 may write data to and read data from NVM flash memory devices at the page level and erase data from NVM flash memory devices at the block level.
- the power supply 111 may provide power to one or more components of the data storage device 106. When operating in a standard mode, the power supply 111 may provide power to one or more components using power provided by an external device, such as the host device 104. For instance, the power supply 111 may provide power to the one or more components using power received from the host device 104 via interface 114. In some examples, the power supply 111 may include one or more power storage components configured to provide power to the one or more components when operating in a shutdown mode, such as where power ceases to be received from the external device. In this way, the power supply 111 may function as an onboard backup power source.
- the one or more power storage components include, but are not limited to, capacitors, super-capacitors, batteries, and the like.
- the amount of power that may be stored by the one or more power storage components may be a function of the cost and/or the size (e.g., area/volume) of the one or more power storage components. In other words, as the amount of power stored by the one or more power storage components increases, the cost and/or the size of the one or more power storage components also increases.
- the volatile memory 112 may be used by controller 108 to store information.
- Volatile memory 112 may include one or more volatile memory devices.
- controller 108 may use volatile memory 112 as a cache. For instance, controller 108 may store cached information in volatile memory 112 until the cached information is written to the NVM 110.
- volatile memory 112 may consume power received from the power supply 111. Examples of volatile memory 112 include, but are not limited to, random-access memory (RAM), dynamic random access memory (DRAM), static RAM (SRAM), and synchronous dynamic RAM (SDRAM (e g., DDR1, DDR2, DDR3, DDR3L, LPDDR3, DDR4, LPDDR4, and the like)).
- RAM random-access memory
- DRAM dynamic random access memory
- SRAM static RAM
- SDRAM synchronous dynamic RAM
- the optional DRAM 118 may be utilized to store mapping data, buffered commands, logical to physical (L2P) tables, metadata, cached data, and the like in the optional DRAM 118.
- the data storage device 106 does not include the optional DRAM 118, such that the data storage device 106 is DRAM-less.
- the data storage device 106 includes the optional DRAM 118.
- Controller 108 may manage one or more operations of the data storage device 106. For instance, controller 108 may manage the reading of data from and/or the writing of data to the NVM 110. In some embodiments, when the data storage device 106 receives a write command from the host device 104, the controller 108 may initiate a data storage command to store data to the NVM 110 and monitor the progress of the data storage command. Controller 108 may determine at least one operational characteristic of the storage system 100 and store at least one operational characteristic in the NVM 110. In some embodiments, when the data storage device 106 receives a write command from the host device 104, the controller 108 temporarily stores the data associated with the write command in the internal memory or write buffer 116 before sending the data to the NVM 110.
- the controller 108 may include an optional second volatile memory 120.
- the optional second volatile memory 120 may be similar to the volatile memory 112.
- the optional second volatile memory 120 may be SRAM.
- the controller 108 may allocate a portion of the optional second volatile memory to the host device 104 as controller memory buffer (CMB) 122.
- CMB 122 may be accessed directly by the host device 104.
- the host device 104 may utilize the CMB 122 to store the one or more submission queues normally maintained in the host device 104.
- the host device 104 may generate commands and store the generated commands, with or without the associated data, in the CMB 122, where the controller 108 accesses the CMB 122 in order to retrieve the stored generated commands and/or associated data.
- FIG. 2 is table 200 listing the sanitize actions possible.
- Figure 3 is a schematic illustration of a system 300 according to one embodiment.
- the system 300 is capable of supporting crypto erase audits.
- the system 300 includes a host 302, memory device (e.g., NAND array) 306, and controller 304.
- the controller 304 contains a PCIe bus 308 as an example of the transport layer.
- the controller 304 also contains a control path 310 with a central processing unit (CPU) 314 capable of marking “audit mode”, and a data path 312 with multiple engines.
- the data path 312 includes a flash interface module (FIM) 330 used to write and read data to/from memory device 306.
- FIM flash interface module
- the data path 312 also includes a first static random access memory (SRAM) buffer 320 to hold data prior to encryption or after decryption.
- a direct memory access (DMA) module 318 is also present to do the actual transfers over the PCIe bus 308.
- An end to end (E2E) module 322 is present as a data generator for the write path and checker for the read path.
- An encryption engine (i.e., XTS module) 324 is also present and has coupled memory (e.g., key module) 332containing encryption keys.
- the error correction module 326 is used to decipher the data being read, and the second SRAM buffer 328 holds data between the error correction module 326 and the FIM 330.
- the control path 310 will trigger the DMA 318 to fetch data from the host 302, add E2E protection information, pass the data through encryption, add error correction information to the payload, and finally instruct the FIM 330 to write the data to the memory device 306.
- the reverse is done.
- the FIM 330 fetches the data from the memory device 306, the error correction module 326 decodes the data, the XTS module 324 decrypts the data, the E2E module 322 checks the data integrity, and finally the DMA 318 writes the data to the host 302.
- the operation flow is as follows: the CPU 314 fills the SRAM buffer 320 with data, then the CPU 314 then triggers the remaining data path 312 engines: E2E protection is added, data is encrypted using the XTS module 324, error correction codes are added to the payload, and the FIM 330 writes the data to the memory device 306.
- a sanitize overwrite audit may be performed using the following flow whereby the CPU 314 triggers the data path 312 engines.
- the FIM 330 reads the data from the memory device 306.
- the data is stored in the SRAM buffers 328 and error correction is performed on the data using the error correction module 326.
- the data is then decrypted by the XTS module 324 and the E2E protection is checked using the E2E module 322.
- the data is then stored in the SRAM buffer 320, and the DMA 318 delivers the data to the host 302 where the host 302 can compare the data to the provided payload.
- the CPU 314 deletes the crypto keys 332.
- the typical read operations flow is as follows: the CPU 314 triggers a first part of the data path 312 engines whereby the FIM 330 reads data from the memory device 206, data is then stored in the SRAM buffer 328, and error correction is performed on the read data using the error correction module 326.
- the data is decrypted using the XTS module 324 and the E2E protection is checked using the E2E module 322.
- the E2E protection check is where the read will fail during the typical sanitize crypto erase audit.
- the data is then stored in the SRAM buffer 320.
- the CPU 314 then alters the E2E protection information (i.e., fixes the read failure) and then triggers the DMA 318 to pass the data to the host 302 where the host 302 can compare the data to the garbage payload.
- the CPU 314 breaks the audit read into three parts, breaking the read automation. The CPU 314 intervention in this case is small, but still bears some effect on the bandwidth.
- the error correction will fail in the typical sanitize block erase audit because error correction does not necessarily know how to handle a code of all ‘ 1 ’ . Because all ‘ 1’ would not be valid, the error correction will fail.
- the typical sanitize block erase audit read operation flow may comprise: the CPU 314 triggering the first part of the data path 312 engines, specifically the FIM 330 reads data from the memory device 306 and the data is stored in the SRAM buffer 328. The CPU 314 then reads the data from the SRAM buffer 328 and compares the data to the ‘erase pattern’. The CPU 314 then alters the DMA 318 controls to point at a data location with a known fixed pattern. The CPU 314 then triggers the DMA 318 to fetch the data from the dedicated location.
- the DMA 318 passes the fetched data to the host 302 where the host 302 can compare the data to the ‘erased’ payload.
- the CPU 314 handles not only the controls, but also the data (data comparison). Additionally, the amount of control is large. The flow entirely breaks the hardware (HW) automation, having a big impact on bandwidth.
- the solution is to support the block erase audit mode without ruining the bandwidth. Additional embodiments herein help with the crypto erase audit. Using the typical audits discussed above, the bandwidth is ruined, making the audits of the sanitizations unuseful. An alternative sanitize approach is possible, but such an approach would be cheating the sanitize operations since the alternative would involve simply not reading from the Memory device during the sanitization process.
- the solutions discussed herein is to add a pattern matching (for the block erase) and bypass (for the crypto erase) that works during audit mode.
- the solutions reduce CPU involvement in the audit read operations and improves transparency by creating a fixed hardware transformation that can be audited independently.
- FIG 4 is a schematic illustration of a system 400 according to another embodiment.
- the system 300 includes the DMA 318 coupled to the SRAM buffer 320 which is coupled to the E2E module 322.
- the E2E module 322 is coupled to the XTS module 324 that is coupled to the key module 332.
- the XTS module 324 is also coupled to the error correction module 326 while the error correction module 326 is coupled to the SRAM buffer 328.
- the SRAM buffer 328 is coupled to the FIM 330.
- the data path 312 also includes a multiplexer (Mux) 406, a bypass module 402, and a pattern detector module 404.
- the Mux 406 receives inputs from the pattern detector module 404 and the bypass module 402.
- the Mux 406 also receives input from the audit mode module 316 of the control path 310.
- the Mux 406 outputs to the SRAM buffer 320.
- the bypass module 402 receives input from the XTS module 324 such that data from the XTS module 324 travels through the bypass module 402 rather than the E2E module 322. In other words, the data skips the E2E module 322 and pass through the bypass module 402 and Mux 406 instead.
- the pattern detector module 404 receives input from the FIM 330.
- Data passes through the FIM 330 and then the pattern detector 303 and then the Mux 406 prior to the SRAM buffer 320 and DMA 318.
- the data may still pass through the SRAM buffer 328, error correction module 326, XTS module 324, and E2E module 322, but any data from the E2E module 322 will be ignored.
- the E2E module, the XTS module 324, error correction module 326, and SRAM buffer 328 may be placed in idle state during an audit utilizing the pattern detector module 404.
- the bypass module 402 and Mux 406 will be used during a crypto erase audit read while the pattern detector module 404 and Mux 406 will be utilized during a block erase audit read.
- the modules of the data path 312 are HW modules while the modules of the control path 310 are firmware (FW) modules.
- the data will then be decrypted at 508 using the XTS module 324. While the E2E module 322 is working and producing results on the read data, the results are bypassed at 510 using the bypass module 402 and Mux 406. The results, due to the bypass, are considered successful. States another way, the E2E checking is skipped.
- the data is then stored in the SRAM buffer 320 at 512.
- the DMA 318 then passes the data to the host 302 at 514 where the host can compare the data to the garbage payload.
- FIG. 6 is a flowchart 600 illustrating a sanitize block erase audit according to one embodiment.
- the CPU 314 will trigger the entire data path 312. More specifically, the FIM 330 will read data from the memory device 306 at 602. The data will then reach the pattern detector module 404 at 604. A determination is then made regarding whether there had been a successful erase block pattern matching at 606.
- the known pattern is written to SRAM 320 by the Mux 406 at 608 and the DMA 318 passes the data to the host 302 at 610 where the host 302 can compare the data to the garbage payload. If there has not been a successful pattern matching at 606, then an E2E error is emulated at 612 and a command completion with error is delivered to the host 302 by the DMA 318 at 614.
- An unsuccessful pattern matching is a failure that occurs if there is no pattern. It is to be noted that the host 302 cannot decide whether the audit succeeded or not. The process will detect a pattern of all ‘ 1’ without a need for FW intervention
- the HW is responsible for the data path automation with no need to change the HW or FW flows.
- the only additional control operations are done at the sanitize operation prior to entering the audit mode and not per read command.
- the audit mode works at a high performance level making the features useable at a very small cost to HW and no cost to FW.
- the pattern matcher can be audited by introducing different fixed patterns, ensuring verifiable block erase results without the performance penalties of decodable overwrite patterns.
- a data storage device comprises: a memory device; and a controller coupled to the memory device, wherein the controller is configured to: detect that a pattern detector has been set to active after a sanitize block erase operation; read data from the memory device, wherein the read data corresponds to a location erased in the sanitize block erase operation; determine whether the read data matches a known pattern; and either: write the known pattern to static random access memory (SRAM) and pass the read data to a host device; or emulate an end to end error and provide a command completion message with error to the host device.
- the controller is configured to set the pattern detector to active after instructing a flash interface module (FIM) to issue an erase command in the sanitize block erase operation.
- FIM flash interface module
- the controller includes a central processing unit (CPU) and wherein the CPU is configured to trigger a data path of the controller.
- the CPU is also configured to instruct a flash interface module (FIM) to issue an erase command in the sanitize block erase operation.
- the CPU is also configured to set the pattern detector to active.
- the controller comprises one or more of a direct memory access module (DMA), a first SRAM buffer, a Mux, an end to end (E2E) protection module, a bypass module, an error correction module, a pattern detector module, a second SRAM buffer, a flash interface module (FIM), and an encryption (XTS) module.
- DMA direct memory access module
- E2E end to end
- a bypass module an error correction module
- a pattern detector module a second SRAM buffer
- FIM flash interface module
- XTS encryption
- a data storage device comprises: a memory device; and a controller coupled to the memory device, wherein the controller is configured to: detect that a bypass module has been set to active after a sanitize crypto erase operation; read data from the memory device, wherein the read data corresponds to a location erased in the sanitize crypto erase operation; store the read data in a second static random access memory (SRAM) buffer; perform error correction on the read data; decrypt the read data; bypass an end to end (E2E) protection module; store the decrypted read data in a first SRAM buffer; and pass the read data to a host device.
- SRAM static random access memory
- the controller is configured to set the bypass module to active after instructing a central processing unit (CPU) to delete crypto keys.
- the controller includes a central processing unit (CPU) and wherein the CPU is configured to trigger a data path of the controller.
- the CPU is also configured to delete crypto keys in a keys module of a data path of the controller.
- the CPU is also configured to set the bypass module to active.
- the controller comprises one or more of a direct memory access module (DMA), a Mux, an end to end (E2E) protection module, and an encryption (XTS) module, and wherein the bypass module is coupled between the XTS module and the Mux.
- the E2E protection module is in idle mode during the detecting, reading, storing, performing, decrypting, bypassing, storing, and passing.
- a data storage device comprises: means for storing data; and a controller coupled to the means for storing data, wherein the controller is configured to: a control path comprising a central processing unit (CPU) and an audit mode module; and a data path comprising a direct memory access (DMA) module; a first static random access memory (SRAM) buffer; a multiplexer (Mux), an end to end (E2E) protection module, a bypass module, a keys module, an encryption (XTS) module; an error correction module; a pattern detector module; a second SRAM buffer, and a flash interface module (FIM), wherein the controller is configured to: perform a pattern detection operation in a sanitize block erase audit mode or a bypass of the E2E module in a sanitize crypto erase audit mode.
- DMA direct memory access
- SRAM static random access memory
- Mux multiplexer
- E2E end to end
- XTS encryption
- FAM flash interface module
- the bypass module is coupled between the XTS module and the Mux.
- the pattern detector module is coupled between the FIM and the Mux.
- the second SRAM buffer, the error correction module, the XTS module, and the E2E protection module are configured to be in an idle state during the sanitize block erase audit mode.
- the E2E protection module works during the sanitize crypto erase audit and wherein results of the E2E protection module are bypassed and considered successful.
- the audit mode module is coupled to the Mux.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE112024000216.1T DE112024000216T5 (en) | 2023-07-17 | 2024-05-17 | Authentication of cleanup deletion |
| CN202480005266.7A CN120303663A (en) | 2023-07-17 | 2024-05-17 | Authentication for clearing and erasing |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/353,860 US12175114B1 (en) | 2023-07-17 | 2023-07-17 | Authentication of sanitize erase |
| US18/353,860 | 2023-07-17 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2025019062A1 true WO2025019062A1 (en) | 2025-01-23 |
Family
ID=93931755
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2024/029891 Ceased WO2025019062A1 (en) | 2023-07-17 | 2024-05-17 | Authentication of sanitize erase |
Country Status (4)
| Country | Link |
|---|---|
| US (2) | US12175114B1 (en) |
| CN (1) | CN120303663A (en) |
| DE (1) | DE112024000216T5 (en) |
| WO (1) | WO2025019062A1 (en) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160117245A1 (en) * | 2012-07-05 | 2016-04-28 | Blancco Oy Ltd | Apparatus, a system, a method and a computer program for erasing data stored on a storage device |
| US20160300069A1 (en) * | 2013-12-04 | 2016-10-13 | Hewlett-Packard Development Company, L.P. | Data sanitization |
| US9471232B2 (en) * | 2003-03-25 | 2016-10-18 | Sandisk Il Ltd. | Methods of sanitizing a flash-based data storage device |
| US20200097206A1 (en) * | 2018-09-03 | 2020-03-26 | Dynamic Lifecycle Innovations, Inc. | Systems and methods for data sanitization of electronic storage media |
| US20220075549A1 (en) * | 2018-10-01 | 2022-03-10 | Micro Technology, Inc. | Data erasure in memory sub-systems |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8909888B2 (en) * | 2011-04-29 | 2014-12-09 | Seagate Technology Llc | Secure erasure of data from a non-volatile memory |
| GB201701747D0 (en) | 2017-02-02 | 2017-03-22 | Blancco Tech Group Ip Oy | Intelligent verification of cryptographic erase and other firmware erasure processes |
| US10587590B2 (en) | 2017-06-12 | 2020-03-10 | Seagate Technology Llc | Tracking of data erasures |
| US11093164B2 (en) * | 2019-08-27 | 2021-08-17 | Micron Technology, Inc. | Handling bad blocks generated during a block erase operation |
-
2023
- 2023-07-17 US US18/353,860 patent/US12175114B1/en active Active
-
2024
- 2024-05-17 CN CN202480005266.7A patent/CN120303663A/en active Pending
- 2024-05-17 DE DE112024000216.1T patent/DE112024000216T5/en active Pending
- 2024-05-17 WO PCT/US2024/029891 patent/WO2025019062A1/en not_active Ceased
- 2024-11-18 US US18/950,918 patent/US20250077111A1/en active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9471232B2 (en) * | 2003-03-25 | 2016-10-18 | Sandisk Il Ltd. | Methods of sanitizing a flash-based data storage device |
| US20160117245A1 (en) * | 2012-07-05 | 2016-04-28 | Blancco Oy Ltd | Apparatus, a system, a method and a computer program for erasing data stored on a storage device |
| US20160300069A1 (en) * | 2013-12-04 | 2016-10-13 | Hewlett-Packard Development Company, L.P. | Data sanitization |
| US20200097206A1 (en) * | 2018-09-03 | 2020-03-26 | Dynamic Lifecycle Innovations, Inc. | Systems and methods for data sanitization of electronic storage media |
| US20220075549A1 (en) * | 2018-10-01 | 2022-03-10 | Micro Technology, Inc. | Data erasure in memory sub-systems |
Also Published As
| Publication number | Publication date |
|---|---|
| US12175114B1 (en) | 2024-12-24 |
| US20250077111A1 (en) | 2025-03-06 |
| CN120303663A (en) | 2025-07-11 |
| DE112024000216T5 (en) | 2025-08-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR102705668B1 (en) | RELOCATION FLOW USING CbA TECHNOLOGY | |
| US9971515B2 (en) | Incremental background media scan | |
| US11556268B2 (en) | Cache based flow for a simple copy command | |
| US20220075560A1 (en) | NVMe Simple Copy Command Support Using Dummy Virtual Function | |
| US11416263B1 (en) | Boosted boot procedure by background re-arrangement of read patterns | |
| US11966582B2 (en) | Data storage device that detects and releases bottlenecks | |
| US20230280926A1 (en) | Data Relocation With Protection For Open Relocation Destination Blocks | |
| US11934693B2 (en) | Detection of scattered data locations | |
| US12436680B2 (en) | NVMe copy command acceleration | |
| US12175114B1 (en) | Authentication of sanitize erase | |
| US11385963B1 (en) | Usage of data mask in DRAM write | |
| US11853571B2 (en) | Storage devices hiding parity swapping behavior | |
| US11893248B2 (en) | Secure metadata protection | |
| WO2023101720A1 (en) | Centralized sram error location detection and recovery mechanism | |
| US20220283736A1 (en) | Data Storage With Improved Read Parallelism | |
| US12265478B2 (en) | Accelerated encryption during power loss | |
| US12229008B2 (en) | Delayed XOR rebuild with priority in multi-protocol products | |
| US12613658B2 (en) | Early read start time for random access SSDs | |
| US12204753B2 (en) | Unaligned deallocated logical blocks datapath support | |
| US12019903B2 (en) | Data storage device with flow tracking ability | |
| US20250028481A1 (en) | Using internal operation files having known patterns across multiple devices | |
| US12353278B2 (en) | Pre-emptive operations for faster XOR recovery and relocation | |
| US11726911B2 (en) | NVMe persistent memory region quick copy | |
| US20250123747A1 (en) | Improved host dram and pcie bandwidth utilization for dram-less devices | |
| US12175281B2 (en) | PCIe TLP size and alignment management |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 24843644 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202480005266.7 Country of ref document: CN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 112024000216 Country of ref document: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 202480005266.7 Country of ref document: CN |
|
| WWP | Wipo information: published in national office |
Ref document number: 112024000216 Country of ref document: DE |