Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/nvs/
Dnvs.c1210 uint32_t read_data_crc, computed_data_crc; in nvs_read_hist() local
1280 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()
/Zephyr-latest/subsys/fs/zms/
Dzms.c1548 uint32_t computed_data_crc; in zms_read_hist() local
1618 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()