Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
flash_img_check Struct Reference

Structure for verify flash region integrity. More...

#include <flash_img.h>

Data Fields

const uint8_tmatch
 
size_t clen
 Match vector data.
 

Detailed Description

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.

Field Documentation

◆ clen

size_t flash_img_check::clen

Match vector data.

◆ match

const uint8_t* flash_img_check::match

The documentation for this struct was generated from the following file: