Searched refs:stored_md5 (Results 1 – 1 of 1) sorted by relevance
176 const uint8_t *stored_md5; in load_partitions() local264 stored_md5 = md5_part + ESP_PARTITION_MD5_OFFSET; in load_partitions()269 ESP_LOG_BUFFER_HEXDUMP("stored md5", stored_md5, ESP_ROM_MD5_DIGEST_LEN, ESP_LOG_VERBOSE); in load_partitions()271 if (memcmp(calc_md5, stored_md5, ESP_ROM_MD5_DIGEST_LEN) != 0) { in load_partitions()