Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dflash_partitions.c16 int md5_found = 0; in esp_partition_table_verify() local
34 if (md5_found) { in esp_partition_table_verify()
57 md5_found = 1; in esp_partition_table_verify()
62 …*num_partitions = num_parts - md5_found; //do not count the partition where the MD5 checksum is he… in esp_partition_table_verify()