Home
last modified time | relevance | path

Searched refs:md5_found (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/bootloader_support/src/
Dflash_partitions.c30 int md5_found = 0; in esp_partition_table_verify() local
48 if (md5_found) { in esp_partition_table_verify()
71 md5_found = 1; in esp_partition_table_verify()
76 …*num_partitions = num_parts - md5_found; //do not count the partition where the MD5 checksum is he… in esp_partition_table_verify()