| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Structure for verify flash region integrity. More...
#include <flash_img.h>
Data Fields | |
| const uint8_t * | match | 
| size_t | clen | 
Structure for verify flash region integrity.
Match vector length is fixed and depends on size from hash algorithm used to verify flash integrity. The current available algorithm is SHA-256.
| size_t flash_img_check::clen | 
Match vector data
| const uint8_t* flash_img_check::match |