Searched refs:computed_data_crc (Results 1 – 2 of 2) sorted by relevance
1210 uint32_t read_data_crc, computed_data_crc; in nvs_read_hist() local1280 computed_data_crc = crc32_ieee(data, wlk_ate.len - NVS_DATA_CRC_SIZE); in nvs_read_hist()1281 if (read_data_crc != computed_data_crc) { in nvs_read_hist()1283 read_data_crc, computed_data_crc); in nvs_read_hist()
1548 uint32_t computed_data_crc; in zms_read_hist() local1618 computed_data_crc = crc32_ieee(data, wlk_ate.len); in zms_read_hist()1619 if (computed_data_crc != wlk_ate.data_crc) { in zms_read_hist()1622 wlk_ate.data_crc, computed_data_crc); in zms_read_hist()