Zephyr API 3.6.99
|
Structure for verify flash region integrity. More...
#include <flash_img.h>
Data Fields | |
const uint8_t * | match |
size_t | clen |
Match vector data. | |
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 |