Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dtpm_test.c272 uint32_t index_0, index_1, index_2, index_3; in test_readonly() local
290 read0 = tpm_nv_read_value(INDEX0, (uint8_t *)&index_0, sizeof(index_0)); in test_readonly()
303 index_0 += 1; in test_readonly()
304 if (tpm_nv_write_value(INDEX0, (uint8_t *)&index_0, sizeof(index_0) != in test_readonly()
309 if (tpm_nv_write_value(INDEX0, (uint8_t *)&index_0, sizeof(index_0)) == in test_readonly()